Add valkey-operator artifactapi remotes
Adds a valkey helm remote and allowlists the operator/exporter images so the valkey-operator install in argocd-apps resolves everything through artifactapi. - Add config/remote_helm/valkey.yaml proxying https://valkey.io/valkey-helm - Add valkey to the virtual/helm member list - Allow ^valkey-io/ on the ghcr remote (operator image ghcr.io/valkey-io/valkey-operator) - Allow ^oliver006/redis_exporter on dockerhub (Valkey metrics exporter)
This commit is contained in:
@@ -29,6 +29,7 @@ patterns:
|
|||||||
- "^jpgouin/"
|
- "^jpgouin/"
|
||||||
- "^kanidm/"
|
- "^kanidm/"
|
||||||
- "^natsio/"
|
- "^natsio/"
|
||||||
|
- "^oliver006/redis_exporter"
|
||||||
- "^osixia/"
|
- "^osixia/"
|
||||||
- "^rancher/"
|
- "^rancher/"
|
||||||
- "^rspamd/rspamd"
|
- "^rspamd/rspamd"
|
||||||
|
|||||||
@@ -19,5 +19,6 @@ patterns:
|
|||||||
- "^plexguide/"
|
- "^plexguide/"
|
||||||
- "^stakater/reloader"
|
- "^stakater/reloader"
|
||||||
- "^stalwartlabs/stalwart"
|
- "^stalwartlabs/stalwart"
|
||||||
|
- "^valkey-io/"
|
||||||
- "^voxpupuli/puppetboard"
|
- "^voxpupuli/puppetboard"
|
||||||
- "^woodpecker-ci/helm"
|
- "^woodpecker-ci/helm"
|
||||||
|
|||||||
@@ -0,0 +1,7 @@
|
|||||||
|
base_url: https://valkey.io/valkey-helm
|
||||||
|
description: Valkey Helm charts (valkey-operator)
|
||||||
|
immutable_ttl: 0
|
||||||
|
mutable_ttl: 3600
|
||||||
|
check_mutable: true
|
||||||
|
immutable_patterns:
|
||||||
|
- "\\.tgz$"
|
||||||
@@ -15,5 +15,6 @@ members:
|
|||||||
- rancher-stable
|
- rancher-stable
|
||||||
- stakater
|
- stakater
|
||||||
- traefik
|
- traefik
|
||||||
|
- valkey
|
||||||
- victoriametrics
|
- victoriametrics
|
||||||
- argo-helm
|
- argo-helm
|
||||||
|
|||||||
Reference in New Issue
Block a user