diff --git a/Chart.yaml b/Chart.yaml index c9f500b7..69581224 100644 --- a/Chart.yaml +++ b/Chart.yaml @@ -3,7 +3,7 @@ apiVersion: v2 name: vault -version: 0.29.0 +version: 0.29.1 appVersion: 1.18.1 kubeVersion: ">= 1.20.0-0" description: Official HashiCorp Vault Chart diff --git a/Makefile b/Makefile index 8d0b57c0..b7cb034e 100644 --- a/Makefile +++ b/Makefile @@ -14,7 +14,7 @@ LOCAL_ACCEPTANCE_TESTS?=false KIND_CLUSTER_NAME?=vault-helm # kind k8s version -KIND_K8S_VERSION?=v1.31.1 +KIND_K8S_VERSION?=v1.31.2 # Generate json schema for chart values. See test/README.md for more details. values-schema: diff --git a/README.md b/README.md index 2e58a67e..03e31b8b 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ this README. Please refer to the Kubernetes and Helm documentation. The versions required are: * **Helm 3.6+** - * **Kubernetes 1.28+** - This is the earliest version of Kubernetes tested. + * **Kubernetes 1.27+** - This is the earliest version of Kubernetes tested. It is possible that this chart works with earlier versions but it is untested.