Documentation updated about kubeVersion field (#797)

This commit is contained in:
Edu-DevOps 2023-04-10 23:42:48 +02:00 committed by GitHub
parent 58519d3b28
commit 6eeca385e0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -438,9 +438,9 @@ bases:
apiVersions:
- example/v1
# DEPRECATED: This is available only on Helm 2, which has been EOL since 2020
# Configure a Kubernetes version to pass to 'helm template' via the --kube-version flag:
# See https://github.com/roboll/helmfile/pull/2002 for more information.
# Set the kubeVersion to render the chart with your desired Kubernetes version.
# The flag --kube-version was deprecated in helm v3 but it was added again.
# For further information https://github.com/helm/helm/issues/7326
kubeVersion: v1.21
```