8
8
runAsUser : 1000
9
9
runAsNonRoot : true
10
10
containerRegistry : " quay.io/devtron"
11
+ dbConfig :
12
+ PG_ADDR : postgresql-postgresql.devtroncd
13
+ PG_PORT : " 5432"
14
+ PG_USER : postgres
15
+ PG_DATABASE : orchestrator
11
16
extraManifests : []
12
17
installer :
13
- release : " v1.6 .0"
18
+ release : " v1.7 .0"
14
19
registry : " "
15
20
image : " inception"
16
21
tag : " 473deaa4-185-21582"
@@ -35,13 +40,13 @@ components:
35
40
ENABLE_RESOURCE_SCAN : " true"
36
41
FEATURE_CODE_MIRROR_ENABLE : " true"
37
42
registry : " "
38
- image : " dashboard:c5dfd7aa -690-32907 "
43
+ image : " dashboard:a85f2624 -690-33873 "
39
44
imagePullPolicy : IfNotPresent
40
45
healthPort : 8080
41
46
devtron :
42
47
registry : " "
43
- image : " hyperion:667bd63f -280-32953 "
44
- cicdImage : " devtron:667bd63f -434-32952 "
48
+ image : " hyperion:c8e75fb3 -280-33879 "
49
+ cicdImage : " devtron:c8e75fb3 -434-33854 "
45
50
imagePullPolicy : IfNotPresent
46
51
customOverrides : {}
47
52
podSecurityContext :
@@ -55,7 +60,7 @@ components:
55
60
healthPort : 8080
56
61
ciRunner :
57
62
registry : " "
58
- image : " ci-runner:da156379 -138-32911 "
63
+ image : " ci-runner:a4fc9044 -138-33875 "
59
64
argocdDexServer :
60
65
registry : " "
61
66
image : " dex:v2.30.2"
@@ -64,19 +69,15 @@ components:
64
69
authenticator : " authenticator:e414faff-393-13273"
65
70
kubelink :
66
71
registry : " "
67
- image : " kubelink:da156379 -564-32903 "
72
+ image : " kubelink:a4fc9044 -564-33855 "
68
73
imagePullPolicy : IfNotPresent
69
74
configs :
70
75
ENABLE_HELM_RELEASE_CACHE : " true"
71
76
USE_CUSTOM_HTTP_TRANSPORT : " true"
72
77
MANIFEST_FETCH_BATCH_SIZE : " 2"
73
78
NATS_MSG_PROCESSING_BATCH_SIZE : " 1"
74
79
NATS_SERVER_HOST : nats://devtron-nats.devtroncd:4222
75
- PG_ADDR : postgresql-postgresql.devtroncd
76
- PG_DATABASE : orchestrator
77
80
PG_LOG_QUERY : " true"
78
- PG_PORT : " 5432"
79
- PG_USER : postgres
80
81
dbconfig :
81
82
secretName : postgresql-postgresql
82
83
keyName : postgresql-password
@@ -91,7 +92,7 @@ components:
91
92
healthPort : 50052
92
93
kubewatch :
93
94
registry : " "
94
- image : " kubewatch:da156379 -419-32900 "
95
+ image : " kubewatch:a4fc9044 -419-33852 "
95
96
imagePullPolicy : IfNotPresent
96
97
healthPort : 8080
97
98
configs :
@@ -101,11 +102,7 @@ components:
101
102
ACD_NAMESPACE : " devtroncd"
102
103
ACD_INFORMER : " true"
103
104
NATS_STREAM_MAX_AGE : " 10800"
104
- PG_ADDR : postgresql-postgresql.devtroncd
105
- PG_DATABASE : orchestrator
106
105
PG_LOG_QUERY : " true"
107
- PG_PORT : " 5432"
108
- PG_USER : postgres
109
106
CLUSTER_ARGO_CD_TYPE : " ALL_CLUSTER"
110
107
dbconfig :
111
108
secretName : postgresql-postgresql
@@ -119,15 +116,14 @@ components:
119
116
image : postgres_exporter:v0.10.1
120
117
gitsensor :
121
118
registry : " "
122
- image : " git-sensor:da156379 -200-32905 "
119
+ image : " git-sensor:a4fc9044 -200-33872 "
123
120
imagePullPolicy : IfNotPresent
124
121
serviceMonitor :
125
122
enabled : false
126
123
persistence :
127
124
volumeSize : 2Gi
128
125
configs :
129
- PG_ADDR : postgresql-postgresql.devtroncd
130
- PG_USER : postgres
126
+ PG_DATABASE : git_sensor
131
127
COMMIT_STATS_TIMEOUT_IN_SEC : " 2"
132
128
ENABLE_FILE_STATS : " true"
133
129
USE_GIT_CLI : " true"
@@ -138,15 +134,12 @@ components:
138
134
# Values for lens
139
135
lens :
140
136
registry : " "
141
- image : " lens:da156379 -333-32910 "
137
+ image : " lens:a4fc9044 -333-33874 "
142
138
imagePullPolicy : IfNotPresent
143
139
configs :
144
140
GIT_SENSOR_PROTOCOL : GRPC
145
141
GIT_SENSOR_URL : git-sensor-service.devtroncd:90
146
142
NATS_SERVER_HOST : nats://devtron-nats.devtroncd:4222
147
- PG_ADDR : postgresql-postgresql.devtroncd
148
- PG_PORT : " 5432"
149
- PG_USER : postgres
150
143
PG_DATABASE : lens
151
144
dbconfig :
152
145
secretName : postgresql-postgresql
@@ -174,23 +167,10 @@ components:
174
167
kubectlImage : " kubectl:latest"
175
168
duplicateChartImage : devtron-utils:dup-chart-repo-v1.1.0
176
169
entMigratorImage : " devtron-utils:geni-v1.1.4"
177
- configs :
178
- PG_ADDR : postgresql-postgresql.devtroncd
179
- envVars :
180
- devtron :
181
- DB_NAME : " orchestrator"
182
- casbin :
183
- DB_NAME : " casbin"
184
- gitsensor :
185
- DB_NAME : " git_sensor"
186
- lens :
187
- DB_NAME : " lens"
188
170
chartSync :
189
171
registry : " "
190
- image : chart-sync:da156379 -836-32914
172
+ image : chart-sync:a4fc9044 -836-33878
191
173
schedule : " 0 19 * * *"
192
- extraConfigs :
193
- PG_ADDR : postgresql-postgresql.devtroncd
194
174
podSecurityContext :
195
175
fsGroup : 1001
196
176
runAsGroup : 1001
@@ -218,7 +198,7 @@ workflowController:
218
198
IMDSv1ExecutorImage : " argoexec:v3.0.7"
219
199
security :
220
200
imageScanner :
221
- image : " image-scanner:da156379 -141-32912 "
201
+ image : " image-scanner:a4fc9044 -141-33877 "
222
202
healthPort : 8080
223
203
configs :
224
204
TRIVY_DB_REPOSITORY : mirror.gcr.io/aquasec/trivy-db
@@ -229,7 +209,7 @@ security:
229
209
tag : 4.3.6
230
210
# Values for notifier integration
231
211
notifier :
232
- image : " notifier:99e2f3cd -372-32893 "
212
+ image : " notifier:19d654ff -372-33876 "
233
213
healthPort : 3000
234
214
minio :
235
215
image : " minio:RELEASE.2021-02-14T04-01-33Z"
@@ -256,10 +236,7 @@ devtronEnterprise:
256
236
image : " casbin:f6ff5f74-064b67e5-462-30822"
257
237
imagePullPolicy : IfNotPresent
258
238
configs :
259
- PG_ADDR : postgresql-postgresql.devtroncd
260
239
PG_DATABASE : casbin
261
- PG_PORT : " 5432"
262
- PG_USER : postgres
263
240
dbconfig :
264
241
secretName : postgresql-postgresql
265
242
keyName : postgresql-password
0 commit comments