Ingress-nginx: Helm chart should be added to hub.helm.sh

Created on 31 Jul 2020  路  5Comments  路  Source: kubernetes/ingress-nginx

I am was looking to upgrade from stable/nginx-ingress to kubernetes/ingress-nginx via Helm and didn't see the kubernetes/ingress-nginx at https://hub.helm.sh/. This repository should be added with possibly the stable/nginx-ingress repositories removed.

/kind feature

kinfeature

All 5 comments

I don't think they can remove stable/nginx-ingress from hub.helm.sh without removing all of stable.

+1 for having ingress-nginx listed in hub.helm.sh though.

@kfox1111 What is the difference between the stable chart and this one?

@ChiefAlexander @kfox1111
I added some fixes to https://github.com/helm/charts/pull/22823 so that it follows https://github.com/helm/charts/blob/master/PROCESSES.md - deprecated charts don't show up on helm hub. It would be great with a PR towards https://github.com/helm/hub to get this one listed there for visibility.

@kfox1111 Yep you just need to index a chart marked with the deprecated flag and the hubs hide it. Thanks @davidkarlsen for the PR, the stable/nginx-ingress chart is now deprecated!

The upgrade path is now documented in the new ingress-nginx/ingress-nginx chart: https://github.com/kubernetes/ingress-nginx/pull/6038

@kbreit There's a PR in the Helm Hub for this: https://github.com/helm/hub/pull/441

There's also now an initial entry at https://artifacthub.io/packages/search?page=1&repo=ingress-nginx (working to move that to a kubernetes organization there).

I think we can close this issue 馃槃

Update: moved to kubernetes org on Artifact Hub. Thanks @aledbf 馃挴

Was this page helpful?
0 / 5 - 0 ratings