diff --git a/chart/templates/fortify/values.yaml b/chart/templates/fortify/values.yaml
index b1a868c0477858f91f53a5ca07d943b15b65ae7e..cc2cf52fa091da7bd259c07ad2356ca8d18672d3 100644
--- a/chart/templates/fortify/values.yaml
+++ b/chart/templates/fortify/values.yaml
@@ -29,6 +29,8 @@ networkPolicies:
     {{- $default := dict "app" (dig "gateways" $gateway "ingressGateway" nil .Values.istio) "istio" nil }}
     {{- toYaml (dig "values" "gateways" $gateway "selector" $default .Values.istio) | nindent 4 }}
 
+openshift: {{ .Values.openshift }}
+
 monitoring:
   enabled: {{ .Values.monitoring.enabled }}
 
diff --git a/chart/values.yaml b/chart/values.yaml
index 2c3a88ff2735b234e828ad124db0daa6039504ff..b7d4d3b5f2264876059d06fd39aafea8ef5bf560 100644
--- a/chart/values.yaml
+++ b/chart/values.yaml
@@ -1452,11 +1452,11 @@ addons:
     git:
       repo: https://repo1.dso.mil/big-bang/product/packages/fortify.git
       path: "./chart"
-      tag: "1.1.2320154-bb.1"
+      tag: "1.1.2320154-bb.2"
     helmRepo:
       repoName: "registry1"
       chartName: "fortify-ssc"
-      tag: "1.1.2320154-bb.1"
+      tag: "1.1.2320154-bb.2"
 
     # -- Flux reconciliation overrides specifically for the Fortify Package
     flux: {}