c5ce67a5d1764765395d083f2c17f3f2d4541f6e
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
terraform-artifactapi
Terraform configuration for managing ArtifactAPI remote, local, and virtual repositories.
Repositories are declared as YAML files under config/<kind>/<name>.yaml, where the
filename is the repository name. make plan / make apply (via Terragrunt) reconcile
them against the ArtifactAPI instance.
Kinds: remote_* (caching proxies of an upstream), local_* (real registries hosted
directly — local_docker, local_pypi, local_rpm, local_terraform), and virtual
(merged views over members of one package type).
Description
Languages
HCL
91.7%
Makefile
8.3%