UNCLASSIFIED - NO CUI

Skip to content
Snippets Groups Projects
Commit ef338547 authored by Noah Costello's avatar Noah Costello :bicyclist: Committed by Micah Nagel
Browse files

Add helm values for Logging `ImagePullPolicy`

parent 253b6c80
No related branches found
No related tags found
2 merge requests!1386Master,!1099Add helm values for Logging `ImagePullPolicy`
......@@ -323,7 +323,7 @@ logging:
git:
repo: https://repo1.dso.mil/platform-one/big-bang/apps/core/elasticsearch-kibana.git
path: "./chart"
tag: "0.1.22-bb.0"
tag: "0.1.23-bb.0"
# -- Flux reconciliation overrides specifically for the Logging (EFK) Package
flux:
......
......@@ -14,7 +14,7 @@ In the meantime we have begun to document the package overrides required in prep
| Kiali | `IfNotPresent` | <pre lang="yaml">kiali:<br> values:<br> image:<br> pullPolicy: IfNotPresent<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> |
| OPA Gatekeeper | `IfNotPresent` | <pre lang="yaml">gatekeeper:<br> values:<br> postInstall:<br> labelNamespace:<br> image:<br> pullPolicy: IfNotPresent<br> postUpgrade:<br> cleanupCRD:<br> image:<br> pullPolicy: IfNotPresent<br> image:<br> pullPolicy: IfNotPresent</pre> |
| Elasticsearch / Kibana | None | No override available |
| 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 |
......
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