diff --git a/chart/templates/istio/operator/values.yaml b/chart/templates/istio/operator/values.yaml
index 846c7510c73604c05dd68cae3736e0808259f08d..2cf16e669b83ecc856332efeae36c5e4717fc631 100644
--- a/chart/templates/istio/operator/values.yaml
+++ b/chart/templates/istio/operator/values.yaml
@@ -6,7 +6,7 @@
 createNamespace: false
 
 imagePullSecrets:
-  - name: private-registry
+  - private-registry
 
 networkPolicies:
   enabled: {{ .Values.networkPolicies.enabled }}
diff --git a/chart/values.yaml b/chart/values.yaml
index c7d6bc2c07b2ab7b1170d6c979363b58d276b6fa..9f7abbe25419a1ae1f554052fa009b753002774e 100644
--- a/chart/values.yaml
+++ b/chart/values.yaml
@@ -110,7 +110,7 @@ istio:
   git:
     repo: https://repo1.dso.mil/platform-one/big-bang/apps/core/istio-controlplane.git
     path: "./chart"
-    tag: "1.8.4-bb.6"
+    tag: "1.9.7-bb.0"
 
   # Ingress gateways are created based on the key name.  Adding more keys will add ingress gateways.
   # Ingress gateways are setup in a Horizontal Pod Autoscaler with 1 to 5 replicas
@@ -172,7 +172,7 @@ istiooperator:
   git:
     repo: https://repo1.dso.mil/platform-one/big-bang/apps/core/istio-operator.git
     path: "./chart"
-    tag: "1.8.4-bb.2"
+    tag: "1.9.7-bb.0"
 
   # -- Flux reconciliation overrides specifically for the Istio Operator Package
   flux: {}
@@ -511,7 +511,7 @@ addons:
     git:
       repo: https://repo1.dso.mil/platform-one/big-bang/apps/core/authservice.git
       path: "./chart"
-      tag: "0.4.0-bb.10"
+      tag: "0.4.0-bb.11"
 
     # -- Flux reconciliation overrides specifically for the Authservice Package
     flux: {}