From 3c88145329467a304c014abca202ea3012dc0894 Mon Sep 17 00:00:00 2001 From: Brian Choy Date: Wed, 11 Nov 2020 15:56:34 -0800 Subject: [PATCH] Update readme stable/incubator URLs (#1582) Small update to the readme repository examples since Google is no longer officially supporting hosting the stable/incubator helm charts. The official helm docs are using these repos now, eg. https://helm.sh/docs/intro/quickstart/. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 8a0b4ead..c2726df3 100644 --- a/README.md +++ b/README.md @@ -47,10 +47,10 @@ The default name for a helmfile is `helmfile.yaml`: repositories: # To use official "stable" charts a.k.a https://github.com/helm/charts/tree/master/stable - name: stable - url: https://kubernetes-charts.storage.googleapis.com + url: https://charts.helm.sh/stable # To use official "incubator" charts a.k.a https://github.com/helm/charts/tree/master/incubator - name: incubator - url: https://kubernetes-charts-incubator.storage.googleapis.com + url: https://charts.helm.sh/incubator # helm-git powered repository: You can treat any Git repository as a charts repository - name: polaris url: git+https://github.com/reactiveops/polaris@deploy/helm?ref=master