Last active
August 25, 2022 01:54
-
-
Save aculich/fc8278d31196a14090d2999de7344d7d to your computer and use it in GitHub Desktop.
Downgrade helm client
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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