diff --git a/README.md b/README.md
index 6675ed7c13013a11c3fef3fc42f6eb67ab871c9a..ea8f1684eb3531c22608466f472bfacadebbd828 100644
--- a/README.md
+++ b/README.md
@@ -47,4 +47,4 @@ Big Bang Documentation is located in the following locations:
 - [Key Big Bang Concept Overviews](./docs/understanding-bigbang/README.md)
 - [User Guides for Big Bang](./docs/guides/README.md)
 - [Big Bang Prerequisites](./docs/prerequisites/README.md)
-- [Big Bang Example Configurations](https://repo1.dso.mil/groups/platform-one/big-bang/bigbang/docs/assets/configs/example/)
+- [Big Bang Example Configurations](https://repo1.dso.mil/platform-one/big-bang/bigbang/-/tree/master/docs/assets/configs/example/)
diff --git a/chart/templates/kyverno/policies/values.yaml b/chart/templates/kyverno/policies/values.yaml
index 093e00083405c0ea3f4dee6a67576113bc5e4186..86d8d88beb0d10dcb2d503ce0ae509f428dc5fcf 100644
--- a/chart/templates/kyverno/policies/values.yaml
+++ b/chart/templates/kyverno/policies/values.yaml
@@ -288,6 +288,11 @@ policies:
 
   require-non-root-user:
     validationFailureAction: audit
+    {{ if .Values.istio.enabled }}
+    parameters: 
+      excludeContainers:
+        - istio-init
+    {{- end }}
     {{- if or $deployRestic .Values.twistlock.enabled .Values.fluentbit.enabled .Values.promtail.enabled .Values.addons.gitlab.enabled }}
     exclude:
       any:
diff --git a/chart/values.yaml b/chart/values.yaml
index 74bff431aeeae0738e80976441f6a5be0312f644..2cfbaa254563f4376794badd8e71c4eb6a6b9700 100644
--- a/chart/values.yaml
+++ b/chart/values.yaml
@@ -1059,7 +1059,7 @@ addons:
     git:
       repo: https://repo1.dso.mil/platform-one/big-bang/apps/developer-tools/sonarqube.git
       path: "./chart"
-      tag: "1.0.29-bb.5"
+      tag: "1.0.31-bb.0"
 
     # -- Flux reconciliation overrides specifically for the Sonarqube Package
     flux: {}