shouldn't bump template version (#572)

CONTRIBUTING.md says charts should start at 1.0.0; so presumably the template should too.
This commit is contained in:
Patrick Collins 2021-02-11 21:55:39 -08:00 committed by GitHub
parent b17621cf73
commit ebfef9e0f8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,7 +2,7 @@ apiVersion: v2
appVersion: 1.0.0 appVersion: 1.0.0
description: ${CHARTNAME} helm package description: ${CHARTNAME} helm package
name: ${CHARTNAME} name: ${CHARTNAME}
version: 1.1.0 version: 1.0.0
keywords: keywords:
- ${CHARTNAME} - ${CHARTNAME}
home: https://github.com/k8s-at-home/charts/tree/master/charts/${CHARTNAME} home: https://github.com/k8s-at-home/charts/tree/master/charts/${CHARTNAME}