kubernetes / ingress-nginx

Ingress-NGINX Controller for Kubernetes
https://kubernetes.github.io/ingress-nginx/
Apache License 2.0
17.22k stars 8.2k forks source link

Publish helm chart also as an OCI package (e.g. on GHCR registry) #11642

Closed nlamirault closed 2 weeks ago

nlamirault commented 1 month ago

Could you push the packaged Helm chart also on ghcr.io, so we can pull/install the helm chart like this:

helm install ingress-nginx oci://ghcr.io/xxxxxxxx --version x.y.z
k8s-ci-robot commented 1 month ago

This issue is currently awaiting triage.

If Ingress contributors determines this is a relevant issue, they will accept it by applying the triage/accepted label and provide further guidance.

The triage/accepted label can be added by org members by writing /triage accepted in a comment.

Instructions for interacting with me using PR comments are available [here](https://git.k8s.io/community/contributors/guide/pull-requests.md). If you have questions or suggestions related to my behavior, please file an issue against the [kubernetes-sigs/prow](https://github.com/kubernetes-sigs/prow/issues/new?title=Prow%20issue:) repository.
strongjz commented 1 month ago

/assign @Gacko

github-actions[bot] commented 2 weeks ago

This is stale, but we won't close it automatically, just bare in mind the maintainers may be busy with other tasks and will reach your issue ASAP. If you have any question or request to prioritize this, please reach #ingress-nginx-dev on Kubernetes Slack.

nlamirault commented 2 weeks ago

Any news on this feature?

rikatz commented 2 weeks ago

the official infrastructure for publishing artifacts on Kubernetes org is the registry.k8s.io.

We tried on past to use ghcr but as of today we are not able to use Github registry.

I am closing this issue as we cannot implement it

/close

k8s-ci-robot commented 2 weeks ago

@rikatz: Closing this issue.

In response to [this](https://github.com/kubernetes/ingress-nginx/issues/11642#issuecomment-2307925067): >the official infrastructure for publishing artifacts on Kubernetes org is the registry.k8s.io. > >We tried on past to use ghcr but as of today we are not able to use Github registry. > >I am closing this issue as we cannot implement it > >/close Instructions for interacting with me using PR comments are available [here](https://git.k8s.io/community/contributors/guide/pull-requests.md). If you have questions or suggestions related to my behavior, please file an issue against the [kubernetes-sigs/prow](https://github.com/kubernetes-sigs/prow/issues/new?title=Prow%20issue:) repository.