diff --git a/chart/templates/istio/controlplane/values.yaml b/chart/templates/istio/controlplane/values.yaml
index fce58221cfc14d076ef127523f685bbb577aec6e..b85188ad0b27f457b1a1c2e83940c9c957102ec7 100644
--- a/chart/templates/istio/controlplane/values.yaml
+++ b/chart/templates/istio/controlplane/values.yaml
@@ -37,6 +37,9 @@ authservice:
 monitoring:
   enabled: {{ .Values.monitoring.enabled }}
 
+kiali:
+  enabled: {{ .Values.kiali.enabled }}
+
 networkPolicies:
   enabled: {{ .Values.networkPolicies.enabled }}
   controlPlaneCidr: {{ .Values.networkPolicies.controlPlaneCidr }}
diff --git a/chart/values.yaml b/chart/values.yaml
index cce805082c583b730625eb46db96a643fc119a3b..168a8882d79643e621064f574351d66147720b6c 100644
--- a/chart/values.yaml
+++ b/chart/values.yaml
@@ -127,7 +127,7 @@ istio:
   git:
     repo: https://repo1.dso.mil/platform-one/big-bang/apps/core/istio-controlplane.git
     path: "./chart"
-    tag: "1.13.1-bb.1"
+    tag: "1.13.1-bb.2"
 
   # 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
@@ -291,7 +291,7 @@ kiali:
   git:
     repo: https://repo1.dso.mil/platform-one/big-bang/apps/core/kiali.git
     path: "./chart"
-    tag: "1.47.0-bb.0"
+    tag: "1.47.0-bb.1"
 
   # -- Flux reconciliation overrides specifically for the Kiali Package
   flux: {}