@@ -10,7 +10,7 @@ global:
10
10
containerRegistry : " quay.io/devtron"
11
11
extraManifests : []
12
12
installer :
13
- release : " v1.3.1 "
13
+ release : " v1.4.0 "
14
14
registry : " "
15
15
image : " inception"
16
16
tag : " 473deaa4-185-21582"
@@ -33,18 +33,27 @@ components:
33
33
FEATURE_STEP_WISE_LOGS_ENABLE : " true"
34
34
FEATURE_USER_DEFINED_GITOPS_REPO_ENABLE : " true"
35
35
ENABLE_RESOURCE_SCAN : " true"
36
+ FEATURE_CODE_MIRROR_ENABLE : " false"
36
37
registry : " "
37
- image : " dashboard:1c40d516 -690-30089 "
38
+ image : " dashboard:a400ce3c -690-31030 "
38
39
imagePullPolicy : IfNotPresent
39
40
devtron :
40
41
registry : " "
41
- image : " hyperion:e67c3b76 -280-30100 "
42
- cicdImage : " devtron:e67c3b76 -434-30101 "
42
+ image : " hyperion:846c2d90 -280-31082 "
43
+ cicdImage : " devtron:846c2d90 -434-31081 "
43
44
imagePullPolicy : IfNotPresent
44
45
customOverrides : {}
46
+ podSecurityContext :
47
+ fsGroup : 1001
48
+ runAsGroup : 1001
49
+ runAsUser : 1001
50
+ containerSecurityContext :
51
+ allowPrivilegeEscalation : false
52
+ runAsNonRoot : true
53
+ runAsUser : 1001
45
54
ciRunner :
46
55
registry : " "
47
- image : " ci-runner:0dde3b1a -138-30091 "
56
+ image : " ci-runner:d79b15c6 -138-31014 "
48
57
argocdDexServer :
49
58
registry : " "
50
59
image : " dex:v2.30.2"
@@ -53,7 +62,7 @@ components:
53
62
authenticator : " authenticator:e414faff-393-13273"
54
63
kubelink :
55
64
registry : " "
56
- image : " kubelink:0dde3b1a -564-30082 "
65
+ image : " kubelink:ccd98a22 -564-31008 "
57
66
imagePullPolicy : IfNotPresent
58
67
configs :
59
68
ENABLE_HELM_RELEASE_CACHE : " true"
@@ -69,9 +78,17 @@ components:
69
78
dbconfig :
70
79
secretName : postgresql-postgresql
71
80
keyName : postgresql-password
81
+ podSecurityContext :
82
+ fsGroup : 1001
83
+ runAsGroup : 1001
84
+ runAsUser : 1001
85
+ containerSecurityContext :
86
+ allowPrivilegeEscalation : false
87
+ runAsNonRoot : true
88
+ runAsUser : 1001
72
89
kubewatch :
73
90
registry : " "
74
- image : " kubewatch:0dde3b1a -419-30285 "
91
+ image : " kubewatch:34abb17d -419-31007 "
75
92
imagePullPolicy : IfNotPresent
76
93
configs :
77
94
devtroncd_NAMESPACE : " devtron-ci"
@@ -85,6 +102,7 @@ components:
85
102
PG_LOG_QUERY : " true"
86
103
PG_PORT : " 5432"
87
104
PG_USER : postgres
105
+ CLUSTER_ARGO_CD_TYPE : " ALL_CLUSTER"
88
106
dbconfig :
89
107
secretName : postgresql-postgresql
90
108
keyName : postgresql-password
@@ -99,7 +117,7 @@ components:
99
117
armImage : postgres_exporter:v0.10.1
100
118
gitsensor :
101
119
registry : " "
102
- image : " git-sensor:0dde3b1a -200-30085 "
120
+ image : " git-sensor:2b4b8363 -200-31009 "
103
121
imagePullPolicy : IfNotPresent
104
122
serviceMonitor :
105
123
enabled : false
@@ -117,7 +135,7 @@ components:
117
135
# Values for lens
118
136
lens :
119
137
registry : " "
120
- image : " lens:0dde3b1a -333-30090 "
138
+ image : " lens:34abb17d -333-31011 "
121
139
imagePullPolicy : IfNotPresent
122
140
configs :
123
141
GIT_SENSOR_PROTOCOL : GRPC
@@ -151,6 +169,7 @@ components:
151
169
image : " migrator:v4.16.2"
152
170
kubectlImage : " kubectl:latest"
153
171
duplicateChartImage : devtron-utils:dup-chart-repo-v1.1.0
172
+ entMigratorImage : " devtron-utils:geni-v1.1.4"
154
173
envVars :
155
174
devtron :
156
175
DB_NAME : " orchestrator"
@@ -162,8 +181,16 @@ components:
162
181
DB_NAME : " lens"
163
182
chartSync :
164
183
registry : " "
165
- image : chart-sync:0dde3b1a -836-30095
184
+ image : chart-sync:34abb17d -836-31017
166
185
schedule : " 0 19 * * *"
186
+ podSecurityContext :
187
+ fsGroup : 1001
188
+ runAsGroup : 1001
189
+ runAsUser : 1001
190
+ containerSecurityContext :
191
+ allowPrivilegeEscalation : false
192
+ runAsNonRoot : true
193
+ runAsUser : 1001
167
194
extraConfigs : {}
168
195
# values for argocd integration
169
196
argo-cd :
@@ -184,7 +211,7 @@ workflowController:
184
211
IMDSv1ExecutorImage : " argoexec:v3.0.7"
185
212
security :
186
213
imageScanner :
187
- image : " image-scanner:0dde3b1a -141-30093 "
214
+ image : " image-scanner:34abb17d -141-31016 "
188
215
configs :
189
216
TRIVY_DB_REPOSITORY : mirror.gcr.io/aquasec/trivy-db
190
217
TRIVY_JAVA_DB_REPOSITORY : mirror.gcr.io/aquasec/trivy-java-db
@@ -194,7 +221,7 @@ security:
194
221
tag : 4.3.6
195
222
# Values for notifier integration
196
223
notifier :
197
- image : " notifier:5e9c010b -372-30094 "
224
+ image : " notifier:c2173311 -372-31015 "
198
225
minio :
199
226
image : " minio:RELEASE.2021-02-14T04-01-33Z"
200
227
mbImage : " minio-mc:RELEASE.2021-02-14T04-28-06Z"
@@ -217,7 +244,7 @@ devtronEnterprise:
217
244
enabled : false
218
245
casbin :
219
246
registry : " "
220
- image : " casbin:efc28fb2-6de0e914 -462-25420 "
247
+ image : " casbin:f6ff5f74-064b67e5 -462-30822 "
221
248
imagePullPolicy : IfNotPresent
222
249
configs :
223
250
PG_ADDR : postgresql-postgresql.devtroncd
@@ -228,10 +255,18 @@ devtronEnterprise:
228
255
secretName : postgresql-postgresql
229
256
keyName : postgresql-password
230
257
resources : {}
258
+ podSecurityContext :
259
+ fsGroup : 1001
260
+ runAsGroup : 1001
261
+ runAsUser : 1001
262
+ containerSecurityContext :
263
+ allowPrivilegeEscalation : false
264
+ runAsNonRoot : true
265
+ runAsUser : 1001
231
266
scoop :
232
267
enabled : false
233
268
registry : " "
234
- image : " scoop:296d351d -629-24001 "
269
+ image : " scoop:289d080a -629-30405 "
235
270
imagePullPolicy : IfNotPresent
236
271
resources : {}
237
272
configs :
0 commit comments