Skip to content

Commit

Permalink
incorporating changes from zach
Browse files Browse the repository at this point in the history
  • Loading branch information
ericwyles committed Mar 5, 2024
1 parent 8d62da2 commit 0c19b59
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 3 deletions.
7 changes: 7 additions & 0 deletions tasks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
6 changes: 6 additions & 0 deletions values/registry1.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion values/upstream.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
image:
repository: sonarqube
tag: 9.9.3-{{ .Values.edition }}
tag: 9.9.4-community
4 changes: 2 additions & 2 deletions zarf.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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"

0 comments on commit 0c19b59

Please sign in to comment.