You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm new to Helm. When I tried to run helm dep update, I got the forbidden error:
mac@ubuntu:~/Work/werft/helm$ helm dep update
Getting updates for unmanaged Helm repositories...
...Unable to get an update from the "https://kubernetes-charts.storage.googleapis.com" chart repository:
failed to fetch https://kubernetes-charts.storage.googleapis.com/index.yaml : 403 Forbidden
Error: no cached repository for helm-manager-f57ac438e6d97e3defb8e0378330d3cde64dcb65ed39e560646a0813a34e0581 found. (try 'helm repo update'): open /home/mac/.cache/helm/repository/helm-manager-f57ac438e6d97e3defb8e0378330d3cde64dcb65ed39e560646a0813a34e0581-index.yaml: no such file or directory
How can I fix it?
Really appreciate
The text was updated successfully, but these errors were encountered:
It seems like the repository https://kubernetes-charts.storage.googleapis.com in the helm/requirements.yaml should be replaced with https://charts.helm.sh/stable:
mac@master:~/Work/werft/helm$ helm repo add werft_test https://kubernetes-charts.storage.googleapis.com
Error: repo "https://kubernetes-charts.storage.googleapis.com" is no longer available; try "https://charts.helm.sh/stable" instead
To use werft with GitHub you'll need a GitHub app. To create the app, please follow the steps here.
The link of creating-a-github-app has been moved to https://docs.github.com/en/enterprise-cloud@latest/developers/apps/building-github-apps/creating-a-github-app
BTW, can I deploy the Werft without creating a Github application?
Hello:
It's glad to find this awesome CI system 🚀
I'm new to Helm. When I tried to run
helm dep update
, I got the forbidden error:How can I fix it?
Really appreciate
The text was updated successfully, but these errors were encountered: