diff --git a/chart/values.yaml b/chart/values.yaml index f697eab9d309bb8526ffef531cce9d002bdbc726..731b3000fb936389fb4f7f8e719a3689986d6bbb 100644 --- a/chart/values.yaml +++ b/chart/values.yaml @@ -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: {} diff --git a/docs/guides/using_bigbang/image_pull_policy.md b/docs/guides/using_bigbang/image_pull_policy.md index 1910080f2e5c5db1b7b42a5ceb07b8ffd5649594..705c5e9c20648a14938a4d6e350d332c95dc59e3 100644 --- a/docs/guides/using_bigbang/image_pull_policy.md +++ b/docs/guides/using_bigbang/image_pull_policy.md @@ -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 |