Prepare for 0.24.0 release (#868)
This commit is contained in:
parent
0fe916481c
commit
d52c4a519d
5 changed files with 6 additions and 4 deletions
|
@ -1,5 +1,7 @@
|
||||||
## Unreleased
|
## Unreleased
|
||||||
|
|
||||||
|
## 0.24.0 (April 6, 2023)
|
||||||
|
|
||||||
Changes:
|
Changes:
|
||||||
* Earliest Kubernetes version tested is now 1.22
|
* Earliest Kubernetes version tested is now 1.22
|
||||||
* `vault` updated to 1.13.1
|
* `vault` updated to 1.13.1
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
|
|
||||||
apiVersion: v2
|
apiVersion: v2
|
||||||
name: vault
|
name: vault
|
||||||
version: 0.23.0
|
version: 0.24.0
|
||||||
appVersion: 1.13.1
|
appVersion: 1.13.1
|
||||||
kubeVersion: ">= 1.22.0-0"
|
kubeVersion: ">= 1.22.0-0"
|
||||||
description: Official HashiCorp Vault Chart
|
description: Official HashiCorp Vault Chart
|
||||||
|
|
|
@ -14,7 +14,7 @@ load _helpers
|
||||||
CSI_DRIVER_VERSION=1.3.2
|
CSI_DRIVER_VERSION=1.3.2
|
||||||
helm install secrets-store-csi-driver secrets-store-csi-driver \
|
helm install secrets-store-csi-driver secrets-store-csi-driver \
|
||||||
--repo https://kubernetes-sigs.github.io/secrets-store-csi-driver/charts \
|
--repo https://kubernetes-sigs.github.io/secrets-store-csi-driver/charts \
|
||||||
--version=$(CSI_DRIVER_VERSION) \
|
--version=$CSI_DRIVER_VERSION \
|
||||||
--wait --timeout=5m \
|
--wait --timeout=5m \
|
||||||
--namespace=acceptance \
|
--namespace=acceptance \
|
||||||
--set linux.image.pullPolicy="IfNotPresent" \
|
--set linux.image.pullPolicy="IfNotPresent" \
|
||||||
|
|
|
@ -9,7 +9,7 @@ global:
|
||||||
injector:
|
injector:
|
||||||
image:
|
image:
|
||||||
repository: "registry.connect.redhat.com/hashicorp/vault-k8s"
|
repository: "registry.connect.redhat.com/hashicorp/vault-k8s"
|
||||||
tag: "1.1.0-ubi"
|
tag: "1.2.1-ubi"
|
||||||
|
|
||||||
agentImage:
|
agentImage:
|
||||||
repository: "registry.connect.redhat.com/hashicorp/vault"
|
repository: "registry.connect.redhat.com/hashicorp/vault"
|
||||||
|
|
|
@ -65,7 +65,7 @@ injector:
|
||||||
# image sets the repo and tag of the vault-k8s image to use for the injector.
|
# image sets the repo and tag of the vault-k8s image to use for the injector.
|
||||||
image:
|
image:
|
||||||
repository: "hashicorp/vault-k8s"
|
repository: "hashicorp/vault-k8s"
|
||||||
tag: "1.1.0"
|
tag: "1.2.1"
|
||||||
pullPolicy: IfNotPresent
|
pullPolicy: IfNotPresent
|
||||||
|
|
||||||
# agentImage sets the repo and tag of the Vault image to use for the Vault Agent
|
# agentImage sets the repo and tag of the Vault image to use for the Vault Agent
|
||||||
|
|
Loading…
Reference in a new issue