From ebfef9e0f8fb886062a722e6bf97d81fb10fd31e Mon Sep 17 00:00:00 2001 From: Patrick Collins Date: Thu, 11 Feb 2021 21:55:39 -0800 Subject: [PATCH] shouldn't bump template version (#572) CONTRIBUTING.md says charts should start at 1.0.0; so presumably the template should too. --- templates/chart/Chart.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/chart/Chart.yaml b/templates/chart/Chart.yaml index fab6f7d8..b8824996 100644 --- a/templates/chart/Chart.yaml +++ b/templates/chart/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 appVersion: 1.0.0 description: ${CHARTNAME} helm package name: ${CHARTNAME} -version: 1.1.0 +version: 1.0.0 keywords: - ${CHARTNAME} home: https://github.com/k8s-at-home/charts/tree/master/charts/${CHARTNAME}