File tree Expand file tree Collapse file tree 5 files changed +6
-4
lines changed Expand file tree Collapse file tree 5 files changed +6
-4
lines changed Original file line number Diff line number Diff line change 1
1
## Unreleased
2
2
3
+ ## 0.24.0 (April 6, 2023)
4
+
3
5
Changes:
4
6
* Earliest Kubernetes version tested is now 1.22
5
7
* ` vault ` updated to 1.13.1
Original file line number Diff line number Diff line change 3
3
4
4
apiVersion : v2
5
5
name : vault
6
- version : 0.23 .0
6
+ version : 0.24 .0
7
7
appVersion : 1.13.1
8
8
kubeVersion : " >= 1.22.0-0"
9
9
description : Official HashiCorp Vault Chart
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ load _helpers
14
14
CSI_DRIVER_VERSION=1.3.2
15
15
helm install secrets-store-csi-driver secrets-store-csi-driver \
16
16
--repo https://kubernetes-sigs.github.io/secrets-store-csi-driver/charts \
17
- --version=$( CSI_DRIVER_VERSION) \
17
+ --version=$CSI_DRIVER_VERSION \
18
18
--wait --timeout=5m \
19
19
--namespace=acceptance \
20
20
--set linux.image.pullPolicy=" IfNotPresent" \
Original file line number Diff line number Diff line change 9
9
injector :
10
10
image :
11
11
repository : " registry.connect.redhat.com/hashicorp/vault-k8s"
12
- tag : " 1.1.0 -ubi"
12
+ tag : " 1.2.1 -ubi"
13
13
14
14
agentImage :
15
15
repository : " registry.connect.redhat.com/hashicorp/vault"
Original file line number Diff line number Diff line change @@ -65,7 +65,7 @@ injector:
65
65
# image sets the repo and tag of the vault-k8s image to use for the injector.
66
66
image :
67
67
repository : " hashicorp/vault-k8s"
68
- tag : " 1.1.0 "
68
+ tag : " 1.2.1 "
69
69
pullPolicy : IfNotPresent
70
70
71
71
# agentImage sets the repo and tag of the Vault image to use for the Vault Agent
You can’t perform that action at this time.
0 commit comments