From 0c19b5963f7952ad18722a677428c288bb5355fb Mon Sep 17 00:00:00 2001 From: Eric Wyles <23637493+ericwyles@users.noreply.github.com> Date: Tue, 5 Mar 2024 11:35:22 -0600 Subject: [PATCH] incorporating changes from zach --- tasks.yaml | 7 +++++++ values/registry1.yaml | 6 ++++++ values/upstream.yaml | 2 +- zarf.yaml | 4 ++-- 4 files changed, 16 insertions(+), 3 deletions(-) diff --git a/tasks.yaml b/tasks.yaml index e4f55042..da514a48 100644 --- a/tasks.yaml +++ b/tasks.yaml @@ -6,6 +6,13 @@ includes: - test: ./tasks/test.yaml tasks: + - name: default + description: Create K3D Cluster with UDS-Core-Istio and Sonarqube + actions: + - task: create-test-bundle + - task: setup-cluster + - task: deploy-test-bundle + - name: setup-cluster actions: - task: setup:k3d-test-cluster diff --git a/values/registry1.yaml b/values/registry1.yaml index da4f0deb..67aa13e7 100644 --- a/values/registry1.yaml +++ b/values/registry1.yaml @@ -16,3 +16,9 @@ containerSecurityContext: capabilities: drop: - ALL + +initContainers: + image: registry1.dso.mil/ironbank/big-bang/base:2.1.0 + +prometheusExporter: + image: registry1.dso.mil/ironbank/big-bang/base:2.1.0 \ No newline at end of file diff --git a/values/upstream.yaml b/values/upstream.yaml index 769f2d96..b68165a6 100644 --- a/values/upstream.yaml +++ b/values/upstream.yaml @@ -1,3 +1,3 @@ image: repository: sonarqube - tag: 9.9.3-{{ .Values.edition }} + tag: 9.9.4-community diff --git a/zarf.yaml b/zarf.yaml index 83254b38..0a31468f 100644 --- a/zarf.yaml +++ b/zarf.yaml @@ -55,7 +55,7 @@ components: - values/registry1.yaml images: - "registry1.dso.mil/ironbank/big-bang/base:2.1.0" - - "registry1.dso.mil/ironbank/big-bang/sonarqube-9:9.9.3-community" + - "registry1.dso.mil/ironbank/big-bang/sonarqube-9:9.9.4-community" # Note: upstream flavor is experimental - name: sonarqube @@ -70,6 +70,6 @@ components: valuesFiles: - values/upstream.yaml images: - - "sonarqube:9.9.3-community" + - "sonarqube:9.9.4-community" - "curlimages/curl:7.76.1" - "busybox:1.32" \ No newline at end of file