-
-
Save arn-ob/55d61104393f443f54bb265c4f022b91 to your computer and use it in GitHub Desktop.
How to refresh "helm" cache ?
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
# !/bin/bash | |
# Remove all files in these directories. | |
rm -rf ~/.helm/cache/archive/* | |
rm -rf ~/.helm/repository/cache/* | |
# Refreash repository configurations | |
helm repo update | |
#That's all. | |
#If you "helm search" next time, you can find newest stable charts in repository. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment