UNCLASSIFIED - NO CUI

Skip to content
Snippets Groups Projects

Add imagepull monitoring

Merged Kavitha Thulasiraman requested to merge add-imagepull-monitoring into master
All threads resolved!
@@ -17,7 +17,7 @@ In the meantime we have begun to document the package overrides required in prep
| Elasticsearch / Kibana | `IfNotPresent` | <pre lang="yaml"> logging:<br> values:<br> imagePullPolicy: IfNotPresent</pre> |
| ECK Operator | `IfNotPresent` | <pre lang="yaml">eckoperator:<br> values:<br> image:<br> pullPolicy: IfNotPresent</pre> |
| Fluentbit | `Always` | <pre lang="yaml">fluentbit:<br> values:<br> image:<br> pullPolicy: IfNotPresent</pre> |
| Monitoring | Varies | To be documented |
| 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>|
| Twistlock | `IfNotPresent` | <pre lang="yaml">twistlock:<br> values:<br> console:<br> image:<br> imagePullPolicy: 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> |
| Authservice | `IfNotPresent` | <pre lang="yaml">addons:<br> authservice:<br> values:<br> image:<br> pullPolicy: IfNotPresent</pre> |
Loading