traefik-helm-chart icon indicating copy to clipboard operation
traefik-helm-chart copied to clipboard

Provide OCI Artifact chart release

Open endersonmaia opened this issue 1 year ago • 2 comments

Welcome!

  • [X] Yes, I've searched similar issues on GitHub and didn't find any.
  • [X] Yes, I've searched similar issues on the Traefik community forum and didn't find any.

What did you expect to see?

It would be nice to have a OCI Artifact release for the helm charts.

It could be provided via Docker Hub, GitHub Continer Registry, or any other OCI Artifact compatible registry.

helm install traefik oci://docker.io/traefik/traefik-chart

See: https://helm.sh/docs/topics/registries/

endersonmaia avatar Nov 14 '23 11:11 endersonmaia

That's right. It would be nice :).

mloiseleur avatar Nov 14 '23 12:11 mloiseleur

@mloiseleur, as for today, does this CHARTS_TOKEN have permission to create a package in the ghcr?

x0ddf avatar Jun 22 '24 10:06 x0ddf

@x0ddf and @endersonmaia, you can now install traefik with the command:

helm install traefik oci://ghcr.io/traefik/helm/traefik

Does it solve your issue or you need extra things ?

darkweaver87 avatar Jul 11 '24 06:07 darkweaver87

works fine @darkweaver87 . You could close i think

nlamirault avatar Jul 16 '24 18:07 nlamirault