7ce31f864c7126854353404d0aab4ec58a221d55
The grafana-operator creates Grafana pods from docker.io/grafana/grafana, which the dockerhub remote did not allow, so the pods would ImagePullBackOff. Add the ^grafana/ pattern so the grafana image (and image-renderer) proxy through artifactapi.
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.1%
Makefile
8.9%