Skip to content

Commit

Permalink
Update vault to 1.18.3-ubi
Browse files Browse the repository at this point in the history
  • Loading branch information
mbaldessari committed Dec 20, 2024
1 parent 1365ac7 commit 708c9ee
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ This chart is used by the Validated Patterns installation script that can be fou
| vault.server.extraEnvironmentVars | object | `{"VAULT_ADDR":"https://vault.vault.svc.cluster.local:8200","VAULT_CACERT":"/var/run/secrets/kubernetes.io/serviceaccount/service-ca.crt"}` | Additional environment variables injected in the vault pod |
| vault.server.extraVolumes | list | `[{"name":"vault-secret","type":"secret"}]` | Extra volumes that are automatically mounted in the vault pod under /vault/userconfig/<name> |
| vault.server.image.repository | string | `"registry.connect.redhat.com/hashicorp/vault"` | Where to fetch the vault images from |
| vault.server.image.tag | string | `"1.18.0-ubi"` | Tag to use for the vault image |
| vault.server.image.tag | string | `"1.18.3-ubi"` | Tag to use for the vault image |
| vault.server.route.enabled | bool | `true` | Enable route support when exposing the vault |
| vault.server.route.tls.termination | string | `"reencrypt"` | Termination type of the vault route |
| vault.server.service.enabled | bool | `true` | Enables an associated k8s service when running the vault |
Expand Down
2 changes: 1 addition & 1 deletion tests/hashicorp_vault_full_chart_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ tests:
of: StatefulSet
- equal:
path: spec.template.spec.containers[0].image
value: "registry.connect.redhat.com/hashicorp/vault:1.18.0-ubi"
value: "registry.connect.redhat.com/hashicorp/vault:1.18.3-ubi"
2 changes: 1 addition & 1 deletion values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -65,4 +65,4 @@ vault:
# -- Where to fetch the vault images from
repository: "registry.connect.redhat.com/hashicorp/vault"
# -- Tag to use for the vault image
tag: "1.18.0-ubi"
tag: "1.18.3-ubi"

0 comments on commit 708c9ee

Please sign in to comment.