diff --git a/apps/base/artifactapi/resources/conf.d/remote-helm.yaml b/apps/base/artifactapi/resources/conf.d/remote-helm.yaml index 8c9d423..3ad507f 100644 --- a/apps/base/artifactapi/resources/conf.d/remote-helm.yaml +++ b/apps/base/artifactapi/resources/conf.d/remote-helm.yaml @@ -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 diff --git a/apps/base/artifactapi/resources/conf.d/virtual-helm.yaml b/apps/base/artifactapi/resources/conf.d/virtual-helm.yaml index cb4b59e..53035e9 100644 --- a/apps/base/artifactapi/resources/conf.d/virtual-helm.yaml +++ b/apps/base/artifactapi/resources/conf.d/virtual-helm.yaml @@ -15,3 +15,4 @@ virtuals: - stakater - traefik - victoriametrics + - argo-helm