Add k8up Helm remote to virtual helm proxy
ci/woodpecker/pr/plan Pipeline was successful
ci/woodpecker/pr/pre-commit Pipeline was successful

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
This commit is contained in:
2026-08-13 23:31:59 +10:00
parent 2c3f52181a
commit c5ce67a5d1
2 changed files with 8 additions and 0 deletions
+7
View File
@@ -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$"
+1
View File
@@ -10,6 +10,7 @@ members:
- hashicorp-helm
- intel-helm
- jetstack
- k8up
- purelb
- rancher-stable
- stakater