From c1d831176d22fc71bf89d86d07cf3c59728ef4c7 Mon Sep 17 00:00:00 2001 From: Ben Vincent Date: Sun, 10 May 2026 22:50:14 +1000 Subject: [PATCH] feat(artifactapi): add argo-helm as a remote and virtual helm member --- .../artifactapi/resources/conf.d/remote-helm.yaml | 11 +++++++++++ .../artifactapi/resources/conf.d/virtual-helm.yaml | 1 + 2 files changed, 12 insertions(+) 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 -- 2.47.3