Monday, 14 June 2021

Unable to get an update from the "stable" chart repository (https://kubernetes-charts.storage.googleapis.com)

 Change in helm repo


[root@unica12master Helm-updated-v12.1-db2]# helm repo list

NAME    URL

stable  https://kubernetes-charts.storage.googleapis.com

local   http://127.0.0.1:8879/charts

[root@unica12master Helm-updated-v12.1-db2]# helm repo update

Hang tight while we grab the latest from your chart repositories...

...Skip local chart repository

...Unable to get an update from the "stable" chart repository (https://kubernetes-charts.storage.googleapis.com):

        Failed to fetch https://kubernetes-charts.storage.googleapis.com/index.yaml : 403 Forbidden

Update Complete.



Solution : need to change helm repo location:
https://helm.sh/blog/new-location-stable-incubator-charts/

No comments:

Post a Comment

PVC in terminating state

Referencee:https://veducate.co.uk/kubernetes-pvc-terminating/  I still had errors performing deployment, till I released that although I pre...