k8sutils: Update helm template to use apiVersion v2 (#1567)

https://helm.sh/docs/topics/charts/#the-apiversion-field
This commit is contained in:
Manuel Rüger 2023-02-01 16:37:57 +01:00 committed by GitHub
parent 57bd5442a2
commit b3d4aec3ee
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -87,7 +87,7 @@ func generateHelm(dirName string) error {
chart := `name: {{.Name}}
description: A generated Helm Chart for {{.Name}} from Skippbox Kompose
version: 0.0.1
apiVersion: v1
apiVersion: v2
keywords:
- {{.Name}}
sources: