@@ -7,15 +7,15 @@ global:
77 allowPrivilegeEscalation : false
88 runAsUser : 1000
99 runAsNonRoot : true
10+ containerRegistry : " quay.io/devtron"
1011
1112installer :
12- release : " v0.6.28"
13- image : " quay.io/devtron/inception"
13+ release : " v0.6.29"
14+ registry : " "
15+ image : " inception"
1416 tag : " 473deaa4-185-21582"
15-
1617components :
1718 dashboard :
18- image : " quay.io/devtron/dashboard:9429b066-325-21529"
1919 config :
2020 extraConfigs :
2121 USE_V2 : " true"
@@ -27,17 +27,35 @@ components:
2727 GLOBAL_API_TIMEOUT : " 60000"
2828 TRIGGER_API_TIMEOUT : " 60000"
2929 ENABLE_EXTERNAL_ARGO_CD : " false"
30+ SERVICE_WORKER_TIMEOUT : " 1"
31+ API_BATCH_SIZE : " 30"
32+ registry : " "
33+ image : " dashboard:1c86e84e-325-22108"
34+ imagePullPolicy : IfNotPresent
35+
3036 devtron :
31- image : " quay.io/devtron/hyperion:ca439071-280-21596"
32- cicdImage : " quay.io/devtron/devtron:ca439071-434-21597"
33- customOverrides :
34- DEFAULT_CI_IMAGE : " quay.io/devtron/ci-runner:d5f875c7-138-21576"
37+ registry : " "
38+ image : " hyperion:e7f34f5a-280-22107"
39+ cicdImage : " devtron:e7f34f5a-434-22106"
40+ imagePullPolicy : IfNotPresent
41+ customOverrides : {}
42+
43+ ciRunner :
44+ registry : " "
45+ image : " ci-runner:f5614d79-541-22176"
46+
47+
3548 argocdDexServer :
36- image : " ghcr.io/dexidp/dex:v2.30.2"
49+ registry : " "
50+ image : " dex:v2.30.2"
51+ imagePullPolicy : IfNotPresent
3752 initContainer :
38- authenticator : " quay.io/devtron/authenticator:e414faff-393-13273"
53+ authenticator : " authenticator:e414faff-393-13273"
54+
3955 kubelink :
40- image : " quay.io/devtron/kubelink:7c66e0fc-564-21516"
56+ registry : " "
57+ image : " kubelink:2610ac5a-564-22109"
58+ imagePullPolicy : IfNotPresent
4159 configs :
4260 ENABLE_HELM_RELEASE_CACHE : " true"
4361 MANIFEST_FETCH_BATCH_SIZE : " 2"
@@ -51,21 +69,31 @@ components:
5169 dbconfig :
5270 secretName : postgresql-postgresql
5371 keyName : postgresql-password
72+
5473 kubewatch :
55- image : " quay.io/devtron/kubewatch:91c2cece-419-21178"
74+ registry : " "
75+ image : " kubewatch:50d4d32d-419-22116"
5676 imagePullPolicy : IfNotPresent
5777 configs :
5878 devtroncd_NAMESPACE : " devtron-ci"
5979 CI_INFORMER : " true"
6080 ACD_NAMESPACE : " devtroncd"
6181 ACD_INFORMER : " true"
6282 NATS_STREAM_MAX_AGE : " 10800"
83+
6384 postgres :
64- image : " quay.io/devtron/postgres:11.9.0-debian-10-r26 "
65- armImage : " quay.io/devtron/ postgres:11.9"
66- gitsensor :
67- image : " quay.io/devtron/git-sensor:4bacf5f7-200-21575 "
85+ registry : " "
86+ image : " postgres:11.9.0-debian-10-r26 "
87+ armImage : " postgres:11.9 "
88+ initImage : " minideb:latest "
6889 imagePullPolicy : " IfNotPresent"
90+ metrics :
91+ image : postgres_exporter:v0.4.7
92+ armImage : postgres_exporter:v0.10.1
93+ gitsensor :
94+ registry : " "
95+ image : " git-sensor:8545feb5-200-22005"
96+ imagePullPolicy : IfNotPresent
6997 serviceMonitor :
7098 enabled : false
7199 persistence :
@@ -79,8 +107,10 @@ components:
79107 dbconfig :
80108 secretName : postgresql-postgresql
81109 keyName : postgresql-password
82- lens :
83- image : " quay.io/devtron/lens:70577aaa-333-21179"
110+ # Values for lens
111+ lens :
112+ registry : " "
113+ image : " lens:70577aaa-333-21179"
84114 imagePullPolicy : IfNotPresent
85115 configs :
86116 GIT_SENSOR_PROTOCOL : GRPC
@@ -93,21 +123,27 @@ components:
93123 dbconfig :
94124 secretName : postgresql-postgresql
95125 keyName : postgresql-password
126+ # Change below values for nats
96127 nats :
128+ registry : " "
97129 image : nats:2.9.3-alpine
98- imagePullPolicy : IfNotPresent
99130 reloader :
100- image : quay.io/devtron/ nats-server-config-reloader:0.6.2
131+ image : nats-server-config-reloader:0.6.2
101132 imagePullPolicy : IfNotPresent
102133 metrics :
103- image : quay.io/devtron/ prometheus-nats-exporter:0.9.0
134+ image : prometheus-nats-exporter:0.9.0
104135 imagePullPolicy : IfNotPresent
136+ natsBox :
137+ image : nats-box
105138 serviceMonitor :
106139 enabled : false
107140 persistence :
108141 storage : 5Gi
109142 migrator :
110- image : " quay.io/devtron/migrator:v4.16.2"
143+ registry : " "
144+ image : " migrator:v4.16.2"
145+ kubectlImage : " kubectl:latest"
146+ duplicateChartImage : devtron-utils:dup-chart-repo-v1.1.0
111147 envVars :
112148 devtron :
113149 DB_NAME : " orchestrator"
@@ -117,21 +153,54 @@ components:
117153 DB_NAME : " git_sensor"
118154 lens :
119155 DB_NAME : " lens"
120-
156+
157+ chartSync :
158+ registry : " "
159+ image : chart-sync:d0dcc590-373-21074
160+
161+ # values for argocd integration
121162argo-cd :
122163 global :
123164 image :
165+ # -- If defined, a repository applied to all Argo CD deployments
124166 repository : quay.io/argoproj/argocd
167+ # -- Overrides the global Argo CD image tag whose default is the chart appVersion
125168 tag : " v2.5.2"
169+ # -- If defined, a imagePullPolicy applied to all Argo CD deployments
126170 imagePullPolicy : IfNotPresent
127-
171+ # Change below values for workflow controller
128172workflowController :
129- image : " quay.io/argoproj/workflow-controller:v3.4.3"
130- executorImage : " quay.io/argoproj/argoexec:v3.4.3"
131-
173+ registry : " quay.io/argoproj"
174+ image : " workflow-controller:v3.4.3"
175+ executorImage : " argoexec:v3.4.3"
176+ IMDSv1Image : " workflow-controller:v3.0.7"
177+ IMDSv1ExecutorImage : " argoexec:v3.0.7"
132178security :
133179 imageScanner :
134- image : " quay.io/devtron/image-scanner:bdbcef05-334-21577"
135-
180+ image : " image-scanner:c0416bc2-334-22111"
181+ clair :
182+ image :
183+ repository : clair
184+ tag : 4.3.6
185+ # Values for notifier integration
136186notifier :
137- image : " quay.io/devtron/notifier:e4ffc71a-372-20776"
187+ image : " notifier:924a17f6-372-22110"
188+ minio :
189+ image : " minio:RELEASE.2021-02-14T04-01-33Z"
190+ mbImage : " minio-mc:RELEASE.2021-02-14T04-28-06Z"
191+ gatewayImage : " minio:RELEASE.2020-12-03T05-49-24Z"
192+
193+ # Values for grafana integration
194+ monitoring :
195+ grafana :
196+ registry : " "
197+ image : " grafana:7.3.1"
198+ busyboxImage : " busybox:1.31.1"
199+ batsImage : " bats:v1.4.1"
200+ imagePullPolicy : IfNotPresent
201+ grafanaOrgJob :
202+ curlImage : k8s-utils:tutum-curl
203+ grafanaDashboards :
204+ image : " k8s-sidecar:1.1.0"
205+ curlImage : " curl:7.73.0"
206+ imagePullPolicy : IfNotPresent
0 commit comments