From 6bf01002f05c9f2c2fb5db281a934b2d348b1dc4 Mon Sep 17 00:00:00 2001 From: mr-bot <project2872_bot1@noreply.repo1.dso.mil> Date: Wed, 13 Mar 2024 16:48:13 +0000 Subject: [PATCH] fortify update to 1.1.2320154-bb.2 --- chart/templates/fortify/values.yaml | 2 ++ chart/values.yaml | 4 ++-- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/chart/templates/fortify/values.yaml b/chart/templates/fortify/values.yaml index b1a868c047..cc2cf52fa0 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 2c3a88ff27..b7d4d3b5f2 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: {} -- GitLab