Created
November 17, 2017 00:53
-
-
Save naotookuda/db74069729ba0b7740b658b689cba65b 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