Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: Add support to specify --kube-version in Helm template #578

Merged
merged 1 commit into from
Jul 2, 2021
Merged

feat: Add support to specify --kube-version in Helm template #578

merged 1 commit into from
Jul 2, 2021

Conversation

olegmayko
Copy link
Contributor

This PR adds the support to specify a custom Kubernetes version when using helm feature.

It would enable to use helm charts such as this for older kubernetes version easier. We use tk export in CI (docker). Thus, helm cannot detect server's version and fall back to default built-in.
As workaround, I downgraded the helm to the version where buit-in KubeVersion matches k8s version of the k8s clusters.
It would be much nicer to define the k8s version natively.

@Duologic Duologic changed the title Add support to specify --kube-version in Helm template feat: Add support to specify --kube-version in Helm template Jul 2, 2021
@Duologic Duologic merged commit 538ab3c into grafana:main Jul 2, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants