Question, Bug, or Feature?
Bug
Error: error initializing: Looks like "https://kubernetes-charts.storage.googleapis.com" is not a valid chart repository or cannot be reached: Failed to fetch https://kubernetes-charts.storage.googleapis.com/index.yaml : 403 Forbidden
The new location for the stable repository is https://charts.helm.sh/stable and the new location for the incubator repository is https://charts.helm.sh/incubator. If you use charts in either of these old locations below you MUST update the repositories you use before November 13, 2020. The new locations are hosted using GitHub pages.
Name Old Location New Location
stable https://kubernetes-charts.storage.googleapis.com https://charts.helm.sh/stable
incubator https://kubernetes-charts-incubator.storage.googleapis.com https://charts.helm.sh/incubator
Task : Helm tool installer
Description : Install Helm on an agent machine
Version : 1.175.1
Author : Microsoft Corporation
Verifying helm installation...
/opt/hostedtoolcache/helm/2.14.3/x64/linux-amd64/helm init --client-only
Creating /home/vsts/.helm
Creating /home/vsts/.helm/repository
Creating /home/vsts/.helm/repository/cache
Creating /home/vsts/.helm/repository/local
Creating /home/vsts/.helm/plugins
Creating /home/vsts/.helm/starters
Creating /home/vsts/.helm/cache/archive
Creating /home/vsts/.helm/repository/repositories.yaml
Adding stable repo with URL: https://kubernetes-charts.storage.googleapis.com
Error: error initializing: Looks like "https://kubernetes-charts.storage.googleapis.com" is not a valid chart repository or cannot be reached: Failed to fetch https://kubernetes-charts.storage.googleapis.com/index.yaml : 403 Forbidden
Finishing: Install Helm
Is there any actions required when we're using Microsoft Hosted Agents?
Is there any way that we know to work around this while waiting for a fix for the pipeline?
i think we need to upgrade helm version to 2.17.0 minimum to make this work
anything below helm version 2.14.0 will give the same error.
Yes upgrade to 2.17.0 resolve for me. Thanks
Server should be upgraded as well else subsequent HelmDeploy task would fail with error like below
Error: incompatible versions client[v2.17.0] server[v2.16.5]
Question: will this be fixed or are we forced to upgrade/update version?
Server should be upgraded as well else subsequent HelmDeploy task would fail with error like below
Error: incompatible versions client[v2.17.0] server[v2.16.5]
[error]Error: UPGRADE FAILED: incompatible versions client[v2.17.0] server[v2.16.5]
Yes i forgot to mention about that. Thanks for pointing that
This has been fixed now. All the helm versions should work.
Most helpful comment
Server should be upgraded as well else subsequent HelmDeploy task would fail with error like below
Error: incompatible versions client[v2.17.0] server[v2.16.5]
[error]Error: UPGRADE FAILED: incompatible versions client[v2.17.0] server[v2.16.5]