diff --git a/charts/vault-secrets-webhook/templates/webhook-deployment.yaml b/charts/vault-secrets-webhook/templates/webhook-deployment.yaml index 413ab544f4..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 }}:{{ include "vault-secrets-webhook.bank-vaults.version" . }}" + value: "{{ .Values.vaultEnv.repository }}:{{ .Values.vaultEnv.tag }}" {{- range $key, $value := .Values.env }} - name: {{ $key }} value: {{ $value | quote }} 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