Skip to content

Instantly share code, notes, and snippets.

@gWOLF3
Forked from naotookuda/refreash_helm.sh
Created May 18, 2019 01:59
Show Gist options
  • Save gWOLF3/85ad1078516ab7d0c9854a0f8cfb29ef to your computer and use it in GitHub Desktop.
Save gWOLF3/85ad1078516ab7d0c9854a0f8cfb29ef 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