From 8803ae036b98a9a6a8ee841603ff8c0dd182e0b3 Mon Sep 17 00:00:00 2001
From: Jared Ladner <jared.ladner@sev1tech.com>
Date: Fri, 22 Sep 2023 16:58:58 +0000
Subject: [PATCH] Resolve "Fix Fortify PIpeline"

---
 chart/values.yaml      | 4 ++--
 tests/test-values.yaml | 6 ++++++
 2 files changed, 8 insertions(+), 2 deletions(-)

diff --git a/chart/values.yaml b/chart/values.yaml
index 3e959d5892..3bc78233b4 100644
--- a/chart/values.yaml
+++ b/chart/values.yaml
@@ -1421,11 +1421,11 @@ addons:
     git:
       repo: https://repo1.dso.mil/big-bang/product/packages/fortify.git
       path: "./chart"
-      tag: "0.2.0-bb.17"
+      tag: "0.2.0-bb.19"
     helmRepo:
       repoName: "registry1"
       chartName: "fortify"
-      tag: "0.2.0-bb.17"
+      tag: "0.2.0-bb.19"
 
     # -- Flux reconciliation overrides specifically for the Fortify Package
     flux: {}
diff --git a/tests/test-values.yaml b/tests/test-values.yaml
index f47a94457c..5d34437b73 100644
--- a/tests/test-values.yaml
+++ b/tests/test-values.yaml
@@ -973,6 +973,12 @@ addons:
       gateway: ""
     sso:
       enabled: false
+    values:
+      bbtests:
+        enabled: true
+        cypress:
+          envs:
+            cypress_url: "https://fortify.bigbang.dev"
 
   gitlab:
     enabled: false
-- 
GitLab