From 7ce31f864c7126854353404d0aab4ec58a221d55 Mon Sep 17 00:00:00 2001 From: Ben Vincent Date: Mon, 6 Jul 2026 22:11:47 +1000 Subject: [PATCH] dockerhub: proxy grafana/ images 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. --- config/remote_docker/dockerhub.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/config/remote_docker/dockerhub.yaml b/config/remote_docker/dockerhub.yaml index dd1aa84..1d91a6e 100644 --- a/config/remote_docker/dockerhub.yaml +++ b/config/remote_docker/dockerhub.yaml @@ -16,6 +16,7 @@ patterns: - "^bitnami/" - "^curlimages/curl" - "^emberstack/kubernetes-reflector" + - "^grafana/" - "^hashicorp/consul" - "^hashicorp/vault" - "^intel/"