From 6e8ef40840a9949c3ed4a5894251625cace9dae5 Mon Sep 17 00:00:00 2001 From: Theron Voran Date: Tue, 11 May 2021 08:25:50 -0700 Subject: [PATCH] match kubeVersion on semver pre-releases (#512) Since clouds like GKE set their kubeVersion as a pre-release (e.g. v1.17.17-gke.6700) --- Chart.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Chart.yaml b/Chart.yaml index 6a0daf4..f048aee 100644 --- a/Chart.yaml +++ b/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 name: vault version: 0.11.0 appVersion: 1.7.0 -kubeVersion: ">= 1.14" +kubeVersion: ">= 1.14.0-0" description: Official HashiCorp Vault Chart home: https://www.vaultproject.io icon: https://github.com/hashicorp/vault/raw/f22d202cde2018f9455dec755118a9b84586e082/Vault_PrimaryLogo_Black.png