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.
This commit is contained in:
@@ -16,6 +16,7 @@ patterns:
|
|||||||
- "^bitnami/"
|
- "^bitnami/"
|
||||||
- "^curlimages/curl"
|
- "^curlimages/curl"
|
||||||
- "^emberstack/kubernetes-reflector"
|
- "^emberstack/kubernetes-reflector"
|
||||||
|
- "^grafana/"
|
||||||
- "^hashicorp/consul"
|
- "^hashicorp/consul"
|
||||||
- "^hashicorp/vault"
|
- "^hashicorp/vault"
|
||||||
- "^intel/"
|
- "^intel/"
|
||||||
|
|||||||
Reference in New Issue
Block a user