Skip to content

Commit 746375c

Browse files
committed
injector: updating default to v1.6.2
1 parent b3fd310 commit 746375c

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
## Unreleased
22

3+
Changes:
4+
5+
* Default `vault-k8s` version updated to 1.6.2
6+
37
## 0.29.1 (November 20, 2024)
48

59
Bugs:

values.openshift.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ global:
99
injector:
1010
image:
1111
repository: "registry.connect.redhat.com/hashicorp/vault-k8s"
12-
tag: "1.5.0-ubi"
12+
tag: "1.6.2-ubi"
1313

1414
agentImage:
1515
repository: "registry.connect.redhat.com/hashicorp/vault"

values.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ injector:
6868
# image sets the repo and tag of the vault-k8s image to use for the injector.
6969
image:
7070
repository: "hashicorp/vault-k8s"
71-
tag: "1.5.0"
71+
tag: "1.6.2"
7272
pullPolicy: IfNotPresent
7373

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

0 commit comments

Comments
 (0)