UNCLASSIFIED - NO CUI

Skip to content
Snippets Groups Projects
Commit 52a94dab authored by Kavitha Thulasiraman's avatar Kavitha Thulasiraman Committed by Micah Nagel
Browse files

Update image_pull_policy.md

parent 7cb9256a
No related branches found
No related tags found
2 merge requests!1386Master,!1064Update image_pull_policy.md
......@@ -189,7 +189,7 @@ istiooperator:
git:
repo: https://repo1.dso.mil/platform-one/big-bang/apps/core/istio-operator.git
path: "./chart"
tag: "1.11.3-bb.0"
tag: "1.11.3-bb.2"
# -- Flux reconciliation overrides specifically for the Istio Operator Package
flux: {}
......@@ -459,7 +459,7 @@ twistlock:
git:
repo: https://repo1.dso.mil/platform-one/big-bang/apps/security-tools/twistlock.git
path: "./chart"
tag: "0.0.10-bb.0"
tag: "0.0.11-bb.0"
# -- Flux reconciliation overrides specifically for the Twistlock Package
flux: {}
......
......@@ -9,7 +9,7 @@ In the meantime we have begun to document the package overrides required in prep
| Package | Default | Value Override |
|---|---|---|
| Istio Controlplane | None | <pre lang="yaml">istio:<br> values:<br> imagePullPolicy: IfNotPresent</pre> |
| Istio Operator | IfNotPresent | No override available |
| Istio Operator | `IfNotPresent` | <pre lang="yaml">istio-operator:<br> values:<br> imagePullPolicy: IfNotPresent</pre> |
| Jaeger | Always | <pre lang="yaml">jaeger:<br> values:<br> image:<br> pullPolicy: IfNotPresent</pre> |
| Kiali | IfNotPresent | <pre lang="yaml">kiali:<br> values:<br> image:<br> pullPolicy: IfNotPresent<br></pre><br><pre lang="yaml">kiali:<br> values:<br> cr:<br> spec:<br> deployment:<br> image_pull_policy: IfNotPresent</pre> |
| Cluster Auditor | Always | <pre lang="yaml">clusterAuditor:<br> values:<br> image:<br> imagePullPolicy: IfNotPresent</pre> |
......@@ -18,7 +18,7 @@ In the meantime we have begun to document the package overrides required in prep
| 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 |
| Twistlock | None | No override available |
| Twistlock | `IfNotPresent` | <pre lang="yaml">twistlock:<br> values:<br> console:<br> image:<br> imagePullPolicy: IfNotPresent</pre> |
| ArgoCD | IfNotPresent | To be documented |
| Authservice | IfNotPresent | <pre lang="yaml">addons:<br> authservice:<br> values:<br> image:<br> pullPolicy: IfNotPresent</pre> |
| MinIO Operator | To be documented | To be documented |
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment