From 02108951bd3f41dda315de66cc83e9f061a46a2c Mon Sep 17 00:00:00 2001 From: mr-bot <project2872_bot1@noreply.repo1.dso.mil> Date: Wed, 29 Jun 2022 14:06:22 +0000 Subject: [PATCH] Sonarqube: Update BB Base to 2.0.0 --- chart/values.yaml | 2 +- tests/test-values.yaml | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/chart/values.yaml b/chart/values.yaml index 39bd9ac4a1..ad99ce76e6 100644 --- a/chart/values.yaml +++ b/chart/values.yaml @@ -978,7 +978,7 @@ addons: git: repo: https://repo1.dso.mil/platform-one/big-bang/apps/developer-tools/sonarqube.git path: "./chart" - tag: "1.0.29-bb.0" + tag: "1.0.29-bb.1" # -- Flux reconciliation overrides specifically for the Sonarqube Package flux: {} diff --git a/tests/test-values.yaml b/tests/test-values.yaml index faf8073993..8d97df7958 100644 --- a/tests/test-values.yaml +++ b/tests/test-values.yaml @@ -163,6 +163,7 @@ gatekeeper: - vault/vault-cypress-test - logging/loki-cypress-test - twistlock/twistlock-cypress-test + - sonarqube/sonarqube-cypress-test # Allow kyverno test vectors for Helm test - default/restrict-host-path-mount-.? - default/restrict-host-path-write-.? @@ -259,6 +260,7 @@ gatekeeper: - vault/vault-cypress-test - logging/loki-cypress-test - twistlock/twistlock-cypress-test + - sonarqube/sonarqube-cypress-test # Allow kyverno test vectors for Helm test - default/restrict-host-path-mount-.? - default/restrict-host-path-write-.? @@ -368,6 +370,7 @@ kyvernopolicies: - vault - logging - twistlock + - sonarqube names: - "*-cypress-test*" parameters: @@ -394,6 +397,7 @@ kyvernopolicies: - vault - logging - twistlock + - sonarqube names: - "*-cypress-test*" parameters: @@ -430,6 +434,7 @@ kyvernopolicies: - vault - logging - twistlock + - sonarqube names: - "*-cypress-test*" update-image-pull-policy: -- GitLab