feat(artifactapi): add argo-helm as a remote and virtual helm member (#120)

Reviewed-on: #120
This commit was merged in pull request #120.
This commit is contained in:
2026-05-10 22:53:43 +10:00
parent 1cefd3b78e
commit 8a7068a1c4
2 changed files with 12 additions and 0 deletions
@@ -130,3 +130,14 @@ remotes:
cache:
immutable_ttl: 0
mutable_ttl: 3600
argo-helm:
base_url: "https://argoproj.github.io/argo-helm"
package: "helm"
description: "Argo Project Helm charts (ArgoCD, Image Updater, Rollouts, etc.)"
check_mutable_updates: true
immutable_patterns:
- "\\.tgz$"
cache:
immutable_ttl: 0
mutable_ttl: 3600
@@ -15,3 +15,4 @@ virtuals:
- stakater
- traefik
- victoriametrics
- argo-helm