@@ -10,7 +10,7 @@ global:
1010 containerRegistry : " quay.io/devtron"
1111extraManifests : []
1212installer :
13- release : " v1.4 .0"
13+ release : " v1.5 .0"
1414 registry : " "
1515 image : " inception"
1616 tag : " 473deaa4-185-21582"
@@ -33,14 +33,15 @@ components:
3333 FEATURE_STEP_WISE_LOGS_ENABLE : " true"
3434 FEATURE_USER_DEFINED_GITOPS_REPO_ENABLE : " true"
3535 ENABLE_RESOURCE_SCAN : " true"
36- FEATURE_CODE_MIRROR_ENABLE : " false "
36+ FEATURE_CODE_MIRROR_ENABLE : " true "
3737 registry : " "
38- image : " dashboard:a400ce3c -690-31030 "
38+ image : " dashboard:0fc42ac3 -690-32105 "
3939 imagePullPolicy : IfNotPresent
40+ healthPort : 8080
4041 devtron :
4142 registry : " "
42- image : " hyperion:846c2d90 -280-31082 "
43- cicdImage : " devtron:846c2d90 -434-31081 "
43+ image : " hyperion:e2daf69a -280-32104 "
44+ cicdImage : " devtron:e2daf69a -434-32096 "
4445 imagePullPolicy : IfNotPresent
4546 customOverrides : {}
4647 podSecurityContext :
@@ -51,9 +52,10 @@ components:
5152 allowPrivilegeEscalation : false
5253 runAsNonRoot : true
5354 runAsUser : 1001
55+ healthPort : 8080
5456 ciRunner :
5557 registry : " "
56- image : " ci-runner:d79b15c6 -138-31014 "
58+ image : " ci-runner:c49b4aa5 -138-32101 "
5759 argocdDexServer :
5860 registry : " "
5961 image : " dex:v2.30.2"
@@ -62,7 +64,7 @@ components:
6264 authenticator : " authenticator:e414faff-393-13273"
6365 kubelink :
6466 registry : " "
65- image : " kubelink:ccd98a22 -564-31008 "
67+ image : " kubelink:c49b4aa5 -564-32098 "
6668 imagePullPolicy : IfNotPresent
6769 configs :
6870 ENABLE_HELM_RELEASE_CACHE : " true"
@@ -86,10 +88,12 @@ components:
8688 allowPrivilegeEscalation : false
8789 runAsNonRoot : true
8890 runAsUser : 1001
91+ healthPort : 50052
8992 kubewatch :
9093 registry : " "
91- image : " kubewatch:34abb17d -419-31007 "
94+ image : " kubewatch:c49b4aa5 -419-32097 "
9295 imagePullPolicy : IfNotPresent
96+ healthPort : 8080
9397 configs :
9498 devtroncd_NAMESPACE : " devtron-ci"
9599 USE_CUSTOM_HTTP_TRANSPORT : " true"
@@ -108,16 +112,14 @@ components:
108112 keyName : postgresql-password
109113 postgres :
110114 registry : " "
111- image : " postgres:11.9.0-debian-10-r26"
112- armImage : " postgres:11.9"
115+ image : " postgres:14.9"
113116 initImage : " minideb:latest"
114117 imagePullPolicy : " IfNotPresent"
115118 metrics :
116- image : postgres_exporter:v0.4.7
117- armImage : postgres_exporter:v0.10.1
119+ image : postgres_exporter:v0.10.1
118120 gitsensor :
119121 registry : " "
120- image : " git-sensor:2b4b8363 -200-31009 "
122+ image : " git-sensor:c49b4aa5 -200-32099 "
121123 imagePullPolicy : IfNotPresent
122124 serviceMonitor :
123125 enabled : false
@@ -132,10 +134,11 @@ components:
132134 dbconfig :
133135 secretName : postgresql-postgresql
134136 keyName : postgresql-password
137+ healthPort : 8080
135138 # Values for lens
136139 lens :
137140 registry : " "
138- image : " lens:34abb17d -333-31011 "
141+ image : " lens:c49b4aa5 -333-32100 "
139142 imagePullPolicy : IfNotPresent
140143 configs :
141144 GIT_SENSOR_PROTOCOL : GRPC
@@ -148,6 +151,7 @@ components:
148151 dbconfig :
149152 secretName : postgresql-postgresql
150153 keyName : postgresql-password
154+ healthPort : 8080
151155 # Change below values for nats
152156 nats :
153157 registry : " "
@@ -181,7 +185,7 @@ components:
181185 DB_NAME : " lens"
182186 chartSync :
183187 registry : " "
184- image : chart-sync:34abb17d -836-31017
188+ image : chart-sync:c49b4aa5 -836-32103
185189 schedule : " 0 19 * * *"
186190 podSecurityContext :
187191 fsGroup : 1001
@@ -211,7 +215,8 @@ workflowController:
211215 IMDSv1ExecutorImage : " argoexec:v3.0.7"
212216security :
213217 imageScanner :
214- image : " image-scanner:34abb17d-141-31016"
218+ image : " image-scanner:c49b4aa5-141-32102"
219+ healthPort : 8080
215220 configs :
216221 TRIVY_DB_REPOSITORY : mirror.gcr.io/aquasec/trivy-db
217222 TRIVY_JAVA_DB_REPOSITORY : mirror.gcr.io/aquasec/trivy-java-db
@@ -221,7 +226,8 @@ security:
221226 tag : 4.3.6
222227# Values for notifier integration
223228notifier :
224- image : " notifier:c2173311-372-31015"
229+ image : " notifier:56798239-372-32072"
230+ healthPort : 3000
225231minio :
226232 image : " minio:RELEASE.2021-02-14T04-01-33Z"
227233 mbImage : " minio-mc:RELEASE.2021-02-14T04-28-06Z"
@@ -263,6 +269,7 @@ devtronEnterprise:
263269 allowPrivilegeEscalation : false
264270 runAsNonRoot : true
265271 runAsUser : 1001
272+ healthPort : 8080
266273 scoop :
267274 enabled : false
268275 registry : " "
0 commit comments