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
20 lines
377 B
YAML
20 lines
377 B
YAML
package_type: helm
|
|
description: "Virtual repository merging all helm remotes — member order is priority order for duplicate chart+version"
|
|
members:
|
|
- authentik
|
|
- ceph-csi
|
|
- cnpg
|
|
- elastic-helm
|
|
- external-dns
|
|
- grafana
|
|
- hashicorp-helm
|
|
- intel-helm
|
|
- jetstack
|
|
- k8up
|
|
- purelb
|
|
- rancher-stable
|
|
- stakater
|
|
- traefik
|
|
- victoriametrics
|
|
- argo-helm
|