haproxytech / helm-charts

Helm chart for HAProxy Kubernetes Ingress Controller
Apache License 2.0
155 stars 121 forks source link

Provide OCI Artifact helm chart release #260

Open shuai-hao-hs opened 2 months ago

shuai-hao-hs commented 2 months ago

We are using ECR pull through cache to get external helm charts.

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 that AWS ECR supports.

Amazon ECR currently supports creating pull through cache rules for the following upstream registries.

Docker Hub, Microsoft Azure Container Registry, GitHub Container Registry, and GitLab Container Registry (Requires authentication)

Amazon ECR Public, the Kubernetes container image registry, and Quay (Doesn't require authentication)

For example:

# ghcr.io
helm install haproxy oci://ghcr.io./haproxy/helm-charts

See: https://docs.github.com/en/packages/working-with-a-github-packages-registry/working-with-the-container-registry