From 0a0e5e922ae232ff9f5e46acfe39d15419048340 Mon Sep 17 00:00:00 2001 From: Ajay Choudhary Date: Mon, 6 Jul 2020 14:42:19 +0100 Subject: [PATCH] added -0 to fix issue #113 This will allow to support k8s versions which has string literals after version like 1.16.8-beta --- helm_chart/Chart.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helm_chart/Chart.yaml b/helm_chart/Chart.yaml index d35fd57..8fb0491 100644 --- a/helm_chart/Chart.yaml +++ b/helm_chart/Chart.yaml @@ -1,7 +1,7 @@ name: mongodb-enterprise-operator description: MongoDB Kubernetes Enterprise Operator version: 1.5.5 -kubeVersion: '>=1.13' +kubeVersion: '>=1.13-0' keywords: - mongodb - database