Skip to content

Commit

Permalink
set default vault-k8s to v1.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
tvoran committed Dec 17, 2024
1 parent 272d04e commit 3c4c851
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
## Unreleased

Changes:

* Default `vault-k8s` version updated to 1.6.1

## 0.29.1 (November 20, 2024)

Bugs:
Expand Down
2 changes: 1 addition & 1 deletion values.openshift.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ global:
injector:
image:
repository: "registry.connect.redhat.com/hashicorp/vault-k8s"
tag: "1.5.0-ubi"
tag: "1.6.1-ubi"

agentImage:
repository: "registry.connect.redhat.com/hashicorp/vault"
Expand Down
2 changes: 1 addition & 1 deletion values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ injector:
# image sets the repo and tag of the vault-k8s image to use for the injector.
image:
repository: "hashicorp/vault-k8s"
tag: "1.5.0"
tag: "1.6.1"
pullPolicy: IfNotPresent

# agentImage sets the repo and tag of the Vault image to use for the Vault Agent
Expand Down

0 comments on commit 3c4c851

Please sign in to comment.