From 52a94dabe3154611d4fabdb487113651f27d2eba Mon Sep 17 00:00:00 2001
From: Kavitha Thulasiraman <kavitha@isenpai.com>
Date: Tue, 9 Nov 2021 16:24:46 +0000
Subject: [PATCH] Update image_pull_policy.md

---
 chart/values.yaml                              | 4 ++--
 docs/guides/using_bigbang/image_pull_policy.md | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/chart/values.yaml b/chart/values.yaml
index f697eab9d3..731b3000fb 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 1910080f2e..705c5e9c20 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 |
-- 
GitLab