Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix : Updating Helm Chart repository for stable and incubator #13834

Merged
merged 1 commit into from
Feb 10, 2021
Merged

fix : Updating Helm Chart repository for stable and incubator #13834

merged 1 commit into from
Feb 10, 2021

Conversation

Rajpratik71
Copy link
Contributor

As, Helm chart repositories are moved from
"https://kubernetes-charts-incubator.storage.googleapis.com" and "https://kubernetes-charts.storage.googleapis.com" to
"https://charts.helm.sh/incubator" and "https://charts.helm.sh/stable" respectively so updating.

Also , this suggestion is given by "Helm Cli" upon running
"helm dependency build " on generated helm charts by "kubernetes-helm" sub-generator of "jhipster-generator".

Error: repo "https://kubernetes-charts.storage.googleapis.com" is no longer available; try "https://charts.helm.sh/stable" instead Error: repo "https://kubernetes-charts-incubator.storage.googleapis.com" is no longer available; try "https://charts.helm.sh/incubator" instead

Signed-off-by: Pratik raj rajpratik71@gmail.com

As, Helm chart repositories are moved from
 "https://kubernetes-charts-incubator.storage.googleapis.com" and "https://kubernetes-charts.storage.googleapis.com" to
 "https://charts.helm.sh/incubator" and "https://charts.helm.sh/stable" respectively so updating.

Also , this suggestion is given by "Helm Cli" upon running
"helm dependency build " on generated helm charts by "kubernetes-helm" sub-generator of "jhipster-generator".

`
Error: repo "https://kubernetes-charts.storage.googleapis.com" is no longer available; try "https://charts.helm.sh/stable" instead
Error: repo "https://kubernetes-charts-incubator.storage.googleapis.com" is no longer available; try "https://charts.helm.sh/incubator" instead
`

Signed-off-by: Pratik raj <rajpratik71@gmail.com>
@PierreBesson
Copy link
Contributor

This looks good to me. Thank you so much @Rajpratik71 !

@PierreBesson PierreBesson merged commit 3eb23cf into jhipster:main Feb 10, 2021
@Rajpratik71 Rajpratik71 deleted the fix-helm-repo branch February 12, 2021 04:11
@pascalgrimaud pascalgrimaud added this to the v7.0.0-beta.2 milestone Feb 20, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants