Add k8up Helm remote to virtual helm proxy #28

Merged
benvin merged 1 commits from benvin/k8up-helm-remote into main 2026-08-13 23:41:41 +10:00
Member

The k8up backup operator is being installed via ArgoCD, which pulls charts through the artifactapi virtual helm proxy. That proxy resolves only the remotes registered as members, so the upstream k8up chart repo must be added.

  • Add config/remote_helm/k8up.yaml pointing at https://k8up-io.github.io/k8up (matching sibling remote conventions: base_url, description, ttls, immutable .tgz pattern)
  • Register k8up as a member of the virtual helm repository so the chart resolves through the proxy
The k8up backup operator is being installed via ArgoCD, which pulls charts through the artifactapi virtual helm proxy. That proxy resolves only the remotes registered as members, so the upstream k8up chart repo must be added. - Add `config/remote_helm/k8up.yaml` pointing at https://k8up-io.github.io/k8up (matching sibling remote conventions: base_url, description, ttls, immutable .tgz pattern) - Register `k8up` as a member of the virtual helm repository so the chart resolves through the proxy
unkin-agent added 1 commit 2026-08-13 23:32:59 +10:00
Add k8up Helm remote to virtual helm proxy
ci/woodpecker/pr/plan Pipeline was successful
ci/woodpecker/pr/pre-commit Pipeline was successful
c5ce67a5d1
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
benvin merged commit f822e463e1 into main 2026-08-13 23:41:41 +10:00
benvin deleted branch benvin/k8up-helm-remote 2026-08-13 23:41:41 +10:00
Sign in to join this conversation.