Created
November 9, 2020 20:51
-
-
Save patrickleet/f453d757d09e482902014c8935c1ed68 to your computer and use it in GitHub Desktop.
regenerate helm index
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
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