From 3c4c85114fc6ac11e745c9364f031bf631d37120 Mon Sep 17 00:00:00 2001 From: Theron Voran Date: Mon, 16 Dec 2024 20:48:28 -0800 Subject: [PATCH] set default vault-k8s to v1.6.1 --- CHANGELOG.md | 4 ++++ values.openshift.yaml | 2 +- values.yaml | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 920c6e03..042da134 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ ## Unreleased +Changes: + +* Default `vault-k8s` version updated to 1.6.1 + ## 0.29.1 (November 20, 2024) Bugs: diff --git a/values.openshift.yaml b/values.openshift.yaml index a1fb3461..10e82270 100644 --- a/values.openshift.yaml +++ b/values.openshift.yaml @@ -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" diff --git a/values.yaml b/values.yaml index 7d2c2dd4..7bb0f673 100644 --- a/values.yaml +++ b/values.yaml @@ -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