Skip to content

Instantly share code, notes, and snippets.

@aculich
Last active August 25, 2022 01:54
Show Gist options
  • Save aculich/fc8278d31196a14090d2999de7344d7d to your computer and use it in GitHub Desktop.
Save aculich/fc8278d31196a14090d2999de7344d7d to your computer and use it in GitHub Desktop.
Downgrade helm client
# How to downgrade helm version on server and client
# https://medium.com/@jyotirbhandari/how-to-downgrade-helm-version-on-server-and-client-4838ca100dbf
curl https://raw.githubusercontent.com/kubernetes/helm/master/scripts/get | bash -s -- --version v2.16.9
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment