Add valkey-operator artifactapi remotes #29
Reference in New Issue
Block a user
Delete Branch "benvin/valkey-operator-artifactapi"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Makes the valkey-operator install (upcoming argocd-apps PR) resolve its chart and images through artifactapi instead of pulling from ghcr.io/docker.io directly.
Changes:
config/remote_helm/valkey.yamlproxying https://valkey.io/valkey-helm (the valkey-operator Helm chart lives here).valkeyto thevirtual/helmmember list so the chart appears in the merged helm repo used by argocd overlays.^valkey-io/on the ghcr remote so the operator imageghcr.io/valkey-io/valkey-operator:v0.5.0proxies (currently 403).^oliver006/redis_exporteron the dockerhub remote for the Valkey metrics exporter used by Valkey CRs.Note: chart
.tgzfiles are hosted on github.com release assets (like the existing intel-helm member), so artifactapi serves the merged index but the tarball itself is fetched from GitHub. The operator server imagevalkey/valkey:9.0.0is already allowlisted on dockerhub.This PR must merge + apply before the argocd-apps valkey-operator install PR can pull anything.