Skip to content
This repository has been archived by the owner on Aug 25, 2023. It is now read-only.

Commit

Permalink
Minor updates to 0.15 Chart Version (#8)
Browse files Browse the repository at this point in the history
  • Loading branch information
lawliet89 authored Sep 7, 2021
1 parent c4d421a commit d27a332
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 7 deletions.
10 changes: 7 additions & 3 deletions templates/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -115,16 +115,20 @@ injector:
#
failurePolcy: ${injector_failure_policy}

# Extra annotations to attach to the webhook
webhookAnnotations: {}

certs:
# secretName is the name of the secret that has the TLS certificate and
# private key to serve the injector webhook. If this is null, then the
# injector will default to its automatic management mode that will assign
# a service account to the injector to generate its own certificates.
secretName: null

# caBundle is a base64-encoded PEM-encoded certificate bundle for the
# CA that signed the TLS certificate that the webhook serves. This must
# be set if secretName is non-null.
# caBundle is a base64-encoded PEM-encoded certificate bundle for the CA
# that signed the TLS certificate that the webhook serves. This must be set
# if secretName is non-null, unless an external service like cert-manager is
# keeping the caBundle updated.
caBundle: ""

# certName and keyName are the names of the files within the secret for
Expand Down
8 changes: 4 additions & 4 deletions variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ variable "chart_repository" {

variable "chart_version" {
description = "Version of Chart to install. Set to empty to install the latest version"
default = "0.13.0"
default = "0.15.0"
}

variable "max_history" {
Expand Down Expand Up @@ -104,7 +104,7 @@ variable "injector_image_repository" {

variable "injector_image_tag" {
description = "Image tag for Vault Injector"
default = "0.11.0"
default = "0.12.0"
}

variable "injector_log_level" {
Expand Down Expand Up @@ -192,7 +192,7 @@ variable "agent_image_repository" {

variable "agent_image_tag" {
description = "Image tag for the Vault agent that is injected"
default = "1.8.0"
default = "1.8.2"
}

variable "agent_default_cpu_request" {
Expand Down Expand Up @@ -269,7 +269,7 @@ variable "server_image_repository" {

variable "server_image_tag" {
description = "Server image tag"
default = "1.8.0"
default = "1.8.2"
}

variable "server_update_strategy" {
Expand Down

0 comments on commit d27a332

Please sign in to comment.