Add imagepull monitoring
All threads resolved!
All threads resolved!
Compare changes
@@ -17,7 +17,7 @@ In the meantime we have begun to document the package overrides required in prep
| Monitoring | `Varies` | <pre lang="yaml">kube-state-metrics:<br> image:<br> pullPolicy: IfNotPresent<br>grafana:<br> image:<br> pullPolicy: IfNotPresent <br>prometheus-node-exporter:<br> image:<br> pullPolicy: IfNotPresent <br>prometheusOperator:<br> image:<br> pullPolicy: IfNotPresent <br> admissionWebhooks: <br> cleanupProxy: <br> image:<br> pullPolicy: IfNotPresent<br> patch: <br> image:<br> pullPolicy: IfNotPresent</pre>|
| ArgoCD | Varies | <pre lang="yaml">addons:<br> argocd:<br> values:<br> global:<br> image:<br> imagePullPolicy: IfNotPresent<br> controller:<br> image:<br> imagePullPolicy: IfNotPresent<br> dex:<br> image:<br> imagePullPolicy: IfNotPresent<br> redis-bb:<br> image:<br> pullPolicy: IfNotPresent<br> server:<br> image:<br> imagePullPolicy: IfNotPresent<br> repoServer:<br> image:<br> imagePullPolicy: IfNotPresent</pre> |