Skip to content

Instantly share code, notes, and snippets.

@naotookuda
Created November 17, 2017 00:53
Show Gist options
  • Star 14 You must be signed in to star a gist
  • Fork 6 You must be signed in to fork a gist
  • Save naotookuda/db74069729ba0b7740b658b689cba65b to your computer and use it in GitHub Desktop.
Save naotookuda/db74069729ba0b7740b658b689cba65b to your computer and use it in GitHub Desktop.
How to refresh "helm" cache ?
# !/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