Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions config/local-development/vault-values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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"
Expand Down Expand Up @@ -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"
Expand Down
8 changes: 4 additions & 4 deletions integration/vault-values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down