diff --git a/config/local-development/vault-values.yaml b/config/local-development/vault-values.yaml index 01ae29c4..ae19ac2f 100644 --- a/config/local-development/vault-values.yaml +++ b/config/local-development/vault-values.yaml @@ -108,7 +108,7 @@ server: extraContainers: # you should not do this in production - name: auto-initializer - image: registry.connect.redhat.com/hashicorp/vault:1.12.3-ubi + image: registry.connect.redhat.com/hashicorp/vault:1.14.1-ubi env: - name: NAMESPACE valueFrom: @@ -145,7 +145,7 @@ server: mountPath: /usr/local/libexec/vault # you should not do this in production - name: auto-unsealer - image: registry.connect.redhat.com/hashicorp/vault:1.12.3-ubi + image: registry.connect.redhat.com/hashicorp/vault:1.14.1-ubi env: - name: VAULT_SKIP_VERIFY value: "true" @@ -178,7 +178,7 @@ server: - name: vault-root-token mountPath: /vault-root-token - name: github-module-loader - image: registry.connect.redhat.com/hashicorp/vault:1.12.3-ubi + image: registry.connect.redhat.com/hashicorp/vault:1.14.1-ubi env: - name: VAULT_SKIP_VERIFY value: "true" diff --git a/integration/vault-values.yaml b/integration/vault-values.yaml index 8d2b8e82..75eb4d08 100644 --- a/integration/vault-values.yaml +++ b/integration/vault-values.yaml @@ -58,7 +58,7 @@ server: extraContainers: # you should not do this in production - name: auto-initializer - image: hashicorp/vault:1.12.1 + image: hashicorp/vault:1.14.1 env: - name: VAULT_ADDR value: http://vault.vault.svc:8200 @@ -86,7 +86,7 @@ server: mountPath: /usr/local/libexec/vault # you should not do this in production - name: auto-unsealer - image: hashicorp/vault:1.12.1 + image: hashicorp/vault:1.14.1 env: - name: VAULT_ADDR value: http://vault.vault.svc:8200 @@ -115,7 +115,7 @@ server: - name: vault-root-token mountPath: /vault-root-token - name: github-module-loader - image: hashicorp/vault:1.12.1 + image: hashicorp/vault:1.14.1 env: - name: VAULT_ADDR value: http://vault.vault.svc:8200 @@ -148,7 +148,7 @@ server: - name: vault-root-token mountPath: /vault-root-token - name: vault-admin-initializer - image: hashicorp/vault:1.12.1 + image: hashicorp/vault:1.14.1 env: - name: VAULT_ADDR value: http://vault.vault.svc:8200