From 4ff34fc3072a11d27b3ac741fb03c4500d47b103 Mon Sep 17 00:00:00 2001 From: Maria Velasco Date: Fri, 30 Aug 2024 08:07:35 -0600 Subject: [PATCH 1/3] Enabling new tag for vaultEnv values.yaml --- charts/vault-secrets-webhook/values.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/charts/vault-secrets-webhook/values.yaml b/charts/vault-secrets-webhook/values.yaml index 1d651102b2..c7c789063c 100644 --- a/charts/vault-secrets-webhook/values.yaml +++ b/charts/vault-secrets-webhook/values.yaml @@ -49,6 +49,7 @@ webhookClientConfig: vaultEnv: repository: ghcr.io/banzaicloud/vault-env + tag: 1.11.1 env: VAULT_IMAGE: vault:1.6.2 From 8eb7653dfb1cf0d58e945a520d74d4ae196b52c5 Mon Sep 17 00:00:00 2001 From: Maria Velasco Date: Fri, 30 Aug 2024 08:10:01 -0600 Subject: [PATCH 2/3] Adding new image.tag param webhook-deployment.yaml --- charts/vault-secrets-webhook/templates/webhook-deployment.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/vault-secrets-webhook/templates/webhook-deployment.yaml b/charts/vault-secrets-webhook/templates/webhook-deployment.yaml index 413ab544f4..79a377bff9 100644 --- a/charts/vault-secrets-webhook/templates/webhook-deployment.yaml +++ b/charts/vault-secrets-webhook/templates/webhook-deployment.yaml @@ -67,7 +67,7 @@ spec: value: "debug" {{- end }} - name: VAULT_ENV_IMAGE - value: "{{ .Values.vaultEnv.repository }}:{{ include "vault-secrets-webhook.bank-vaults.version" . }}" + value: "{{ .Values.vaultEnv.repository }}:{{ .Values.vaultEnv.image.tag }}" {{- range $key, $value := .Values.env }} - name: {{ $key }} value: {{ $value | quote }} From 3dcaa686fae02d92912ab510fa84e4495ee73167 Mon Sep 17 00:00:00 2001 From: Maria Velasco Date: Fri, 30 Aug 2024 08:12:46 -0600 Subject: [PATCH 3/3] Update webhook-deployment.yaml --- charts/vault-secrets-webhook/templates/webhook-deployment.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/vault-secrets-webhook/templates/webhook-deployment.yaml b/charts/vault-secrets-webhook/templates/webhook-deployment.yaml index 79a377bff9..21addb200e 100644 --- a/charts/vault-secrets-webhook/templates/webhook-deployment.yaml +++ b/charts/vault-secrets-webhook/templates/webhook-deployment.yaml @@ -67,7 +67,7 @@ spec: value: "debug" {{- end }} - name: VAULT_ENV_IMAGE - value: "{{ .Values.vaultEnv.repository }}:{{ .Values.vaultEnv.image.tag }}" + value: "{{ .Values.vaultEnv.repository }}:{{ .Values.vaultEnv.tag }}" {{- range $key, $value := .Values.env }} - name: {{ $key }} value: {{ $value | quote }}