forked from LaconicNetwork/kompose
k8sutils: Update helm template to use apiVersion v2 (#1567)
https://helm.sh/docs/topics/charts/#the-apiversion-field
This commit is contained in:
parent
57bd5442a2
commit
b3d4aec3ee
@ -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:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user