traefik-helm-chart
traefik-helm-chart copied to clipboard
Provide OCI Artifact chart release
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/
That's right. It would be nice :).
@mloiseleur, as for today, does this CHARTS_TOKEN have permission to create a package in the ghcr?
@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 ?
works fine @darkweaver87 . You could close i think