dockerhub: proxy grafana/ images
ci/woodpecker/pr/plan Pipeline was successful
ci/woodpecker/pr/pre-commit Pipeline was successful

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.
This commit is contained in:
2026-07-06 22:11:47 +10:00
parent 78caca1d69
commit 7ce31f864c
+1
View File
@@ -16,6 +16,7 @@ patterns:
- "^bitnami/"
- "^curlimages/curl"
- "^emberstack/kubernetes-reflector"
- "^grafana/"
- "^hashicorp/consul"
- "^hashicorp/vault"
- "^intel/"