Skip to content

Instantly share code, notes, and snippets.

@patrickleet
Created November 9, 2020 20:51
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save patrickleet/f453d757d09e482902014c8935c1ed68 to your computer and use it in GitHub Desktop.
Save patrickleet/f453d757d09e482902014c8935c1ed68 to your computer and use it in GitHub Desktop.
regenerate helm index
mkdir -p ~/dev/backups/charts/
gsutil -m cp -r gs://chart-bucket ~/dev/backups/charts/
cd ~/dev/backups/charts/chart-bucket/charts
helm repo index .
gsutil cp ~/dev/backups/charts/chart-bucket/charts/index.yaml gs://chart-bucket/charts/index.yaml
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment