Skip to content

Commit

Permalink
fix: update URLs in k8s mirror script (#667)
Browse files Browse the repository at this point in the history
Pointing URLs in script to the new ones ref. https://helm.sh/blog/new-location-stable-incubator-charts/

Signed-off-by: Syoc <[email protected]>
  • Loading branch information
Syoc authored Feb 21, 2023
1 parent 61fbe13 commit cff7886
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/mirror-k8s-repos.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ get_all_tgzs() {
}

# Stable
get_all_tgzs https://kubernetes-charts.storage.googleapis.com
get_all_tgzs https://charts.helm.sh/stable

# Incubator
get_all_tgzs https://kubernetes-charts-incubator.storage.googleapis.com
get_all_tgzs https://charts.helm.sh/incubator

0 comments on commit cff7886

Please sign in to comment.