From c5ce67a5d1764765395d083f2c17f3f2d4541f6e Mon Sep 17 00:00:00 2001 From: unkin-agent Date: Thu, 13 Aug 2026 23:31:59 +1000 Subject: [PATCH] Add k8up Helm remote to virtual helm proxy The k8up backup operator will be installed via ArgoCD, which pulls charts through the artifactapi virtual helm proxy. That proxy resolves only the remotes listed as members, so the upstream k8up repo must be registered. - Add config/remote_helm/k8up.yaml pointing at https://k8up-io.github.io/k8up - Register k8up as a member of the virtual helm repository --- config/remote_helm/k8up.yaml | 7 +++++++ config/virtual/helm.yaml | 1 + 2 files changed, 8 insertions(+) create mode 100644 config/remote_helm/k8up.yaml diff --git a/config/remote_helm/k8up.yaml b/config/remote_helm/k8up.yaml new file mode 100644 index 0000000..7eaf85c --- /dev/null +++ b/config/remote_helm/k8up.yaml @@ -0,0 +1,7 @@ +base_url: https://k8up-io.github.io/k8up +description: K8up backup operator Helm charts +immutable_ttl: 0 +mutable_ttl: 3600 +check_mutable: true +immutable_patterns: + - "\\.tgz$" diff --git a/config/virtual/helm.yaml b/config/virtual/helm.yaml index b47295b..56e4c96 100644 --- a/config/virtual/helm.yaml +++ b/config/virtual/helm.yaml @@ -10,6 +10,7 @@ members: - hashicorp-helm - intel-helm - jetstack + - k8up - purelb - rancher-stable - stakater