Skip to content

Commit 272d04e

Browse files
authored
Update the chart version for release v0.29.1 (#1076)
And note the earliest k8s version in the README
1 parent 2ec8371 commit 272d04e

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
apiVersion: v2
55
name: vault
6-
version: 0.29.0
6+
version: 0.29.1
77
appVersion: 1.18.1
88
kubeVersion: ">= 1.20.0-0"
99
description: Official HashiCorp Vault Chart

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ LOCAL_ACCEPTANCE_TESTS?=false
1414
KIND_CLUSTER_NAME?=vault-helm
1515

1616
# kind k8s version
17-
KIND_K8S_VERSION?=v1.31.1
17+
KIND_K8S_VERSION?=v1.31.2
1818

1919
# Generate json schema for chart values. See test/README.md for more details.
2020
values-schema:

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ this README. Please refer to the Kubernetes and Helm documentation.
2121
The versions required are:
2222

2323
* **Helm 3.6+**
24-
* **Kubernetes 1.28+** - This is the earliest version of Kubernetes tested.
24+
* **Kubernetes 1.27+** - This is the earliest version of Kubernetes tested.
2525
It is possible that this chart works with earlier versions but it is
2626
untested.
2727

0 commit comments

Comments
 (0)