This repository has been archived by the owner on Oct 8, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
/
zarf.yaml
75 lines (73 loc) · 2.2 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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
# 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"
# x-release-please-start-version
version: "0.1.4"
# x-release-please-end
architecture: amd64
variables:
- name: SONARQUBE_DEPENDS_ON
default: "[]"
- name: SONARQUBE_CREATE_NAMESPACE
default: "false"
- name: DOMAIN
default: "bigbang.dev"
- name: SONARQUBE_IDAM_ENABLED
default: "false"
- name: SONARQUBE_IDAM_CLIENT_ID
default: ""
- name: SONARQUBE_IDAM_PROVIDER_NAME
default: ""
- name: SONARQUBE_IDAM_REALM_URL
default: ""
- name: SONARQUBE_IDAM_SAML_CERT
default: ""
- name: SONARQUBE_IDAM_ATTR_LOGIN
default: ""
- name: SONARQUBE_IDAM_ATTR_NAME
default: ""
- name: SONARQUBE_IDAM_ATTR_EMAIL
default: ""
- name: SONARQUBE_IDAM_ATTR_GROUP
default: ""
- name: SONARQUBE_DB_NAME
default: "sonarqubedb"
- name: SONARQUBE_DB_USERNAME
default: "sonarqube"
components:
- name: istio-version
required: true
actions:
onDeploy:
before:
- cmd: kubectl get deployment -n monitoring monitoring-monitoring-kube-operator -o=jsonpath='{.spec.template.metadata.annotations.bigbang\.dev/istioVersion}'
setVariable: ISTIO_VERSION
- name: sonarqube
required: true
description: "Deploy sonarqube via flux"
charts:
# renovate: datasource=helm
- name: flux-app
url: https://defenseunicorns.github.io/uds-support-charts/
version: 1.0.7
namespace: sonarqube
valuesFiles:
- sonarqube-flux-values.yaml
repos:
- https://repo1.dso.mil/big-bang/product/packages/[email protected]
images:
- registry1.dso.mil/ironbank/big-bang/base:2.1.0
- registry1.dso.mil/ironbank/big-bang/sonarqube-9:9.9.3-community
actions:
onDeploy:
after:
- wait:
cluster:
kind: helmRelease
name: sonarqube
condition: Ready
namespace: bigbang
maxTotalSeconds: 900
description: SonarQube HelmRelease to be Ready