From d8f10be7c614a2f7a4c156eefc59ce6db95f7a38 Mon Sep 17 00:00:00 2001 From: tiffanyfay Date: Mon, 6 Apr 2020 20:09:46 -0700 Subject: [PATCH] Update outdated helm versions to 2.14+ --- chart/kubeapps/Chart.yaml | 4 ++-- chart/kubeapps/README.md | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/chart/kubeapps/Chart.yaml b/chart/kubeapps/Chart.yaml index d2dcc648a5b..1ba501a153d 100644 --- a/chart/kubeapps/Chart.yaml +++ b/chart/kubeapps/Chart.yaml @@ -17,5 +17,5 @@ maintainers: email: containers@bitnami.com - name: prydonius email: adnan@bitnami.com -# 2.10+ required because we need the install-crd hook type -tillerVersion: ">=2.10.0" +# 2.14+ required https://github.com/kubeapps/kubeapps/issues/1185 +tillerVersion: ">=2.14.0" diff --git a/chart/kubeapps/README.md b/chart/kubeapps/README.md index fc53f760343..0e34001cf54 100644 --- a/chart/kubeapps/README.md +++ b/chart/kubeapps/README.md @@ -37,7 +37,7 @@ It also packages the [Bitnami MongoDB chart](https://github.com/bitnami/charts/t ## Prerequisites - Kubernetes 1.8+ (tested with Azure Kubernetes Service, Google Kubernetes Engine, minikube and Docker for Desktop Kubernetes) -- Helm 2.10.0+ +- Helm 2.14.0+ - Administrative access to the cluster to create Custom Resource Definitions (CRDs) ## Installing the Chart