forked from defenseunicorns/uds-capability-sonarqube
-
Notifications
You must be signed in to change notification settings - Fork 0
/
zarf.yaml
47 lines (45 loc) · 1.42 KB
/
zarf.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
# yaml-language-server: $schema=https://raw.githubusercontent.com/defenseunicorns/zarf/main/zarf.schema.json
kind: ZarfPackageConfig
metadata:
name: sonarqube
description: "UDS Sonarqube capability deployed via flux"
version: "0.0.3"
architecture: amd64
variables:
- name: SONARQUBE_DEPENDS_ON
default: "[]"
- name: SONARQUBE_CREATE_NAMESPACE
default: "true"
components:
- name: sonarqube-values
required: true
files:
- source: values-sonarqube.yaml
target: values-sonarqube.yaml
- name: sonarqube
required: true
description: "Deploy sonarqube via flux"
actions:
onDeploy:
before:
- cmd: cat values-sonarqube.yaml
description: Read sonarqube values into variable.
mute: true
setVariables:
- name: SONARQUBE_VALUES
autoIndent: true
sensitive: true
charts:
# renovate: datasource=helm
- name: flux-app
url: https://defenseunicorns.github.io/uds-support-charts/
version: 1.0.5
namespace: sonarqube
valuesFiles:
- sonarqube-flux-values.yaml
repos:
- https://repo1.dso.mil/big-bang/product/packages/sonarqube.git
images:
- "registry1.dso.mil/ironbank/big-bang/base:2.0.0"
- "registry1.dso.mil/ironbank/big-bang/sonarqube-9:9.9.1-community"
- "registry1.dso.mil/ironbank/opensource/postgres/postgresql12:12.15"