Replace deprecated GitVersion with Version

This replaces the deprecated `GitVersion` with `Version`.

See a499b4b179/pkg/chartutil/capabilities.go (L71-L74)

Signed-off-by: Matthias Neugebauer <matthias.neugebauer@uni-muenster.de>
This commit is contained in:
Matthias Neugebauer
2021-04-25 00:05:30 +02:00
committed by mergify[bot]
parent e005099549
commit 3505731c42
4 changed files with 4 additions and 4 deletions

View File

@ -1,4 +1,4 @@
{{ if semverCompare ">=1.18" .Capabilities.KubeVersion.GitVersion }}
{{ if semverCompare ">=1.18" .Capabilities.KubeVersion.Version }}
apiVersion: storage.k8s.io/v1
{{ else }}
apiVersion: storage.k8s.io/betav1