File tree Expand file tree Collapse file tree 3 files changed +15
-8
lines changed Expand file tree Collapse file tree 3 files changed +15
-8
lines changed Original file line number Diff line number Diff line change @@ -15,8 +15,8 @@ maintainers:
15
15
16
16
sources :
17
17
- https://github.com/devtron-labs/charts
18
- version : 0.2.1
19
- appVersion : " 0.2.1 "
18
+ version : 0.2.2
19
+ appVersion : " 0.2.2 "
20
20
dependencies :
21
21
- name : clair
22
22
version : " 0.x.x"
Original file line number Diff line number Diff line change @@ -30,6 +30,9 @@ metadata:
30
30
{{ toYaml .labels | indent 4 }}
31
31
{{- end}}
32
32
data :
33
+ {{- if $.Values.global.dbConfig }}
34
+ {{ toYaml $.Values.global.dbConfig | indent 2 }}
35
+ {{- end}}
33
36
{{- if .configs}}
34
37
{{ toYaml .configs | indent 2 }}
35
38
---
@@ -148,10 +151,10 @@ spec:
148
151
envFrom :
149
152
- configMapRef :
150
153
name : image-scanner-cm
151
- - configMapRef :
152
- name : devtron-common-cm
153
154
- secretRef :
154
155
name : image-scanner-secret
156
+ - configMapRef :
157
+ name : devtron-common-cm
155
158
{{- if .resources }}
156
159
resources :
157
160
{{ toYaml .resources | indent 12 }}
Original file line number Diff line number Diff line change @@ -10,17 +10,19 @@ global:
10
10
# effect: "NoSchedule"
11
11
# imagePullSecrets:
12
12
# - name: yoursecret
13
+ dbConfig :
14
+ PG_ADDR : postgresql-postgresql.devtroncd
15
+ PG_PORT : " 5432"
16
+ PG_USER : postgres
17
+ PG_DATABASE : orchestrator
18
+
13
19
imageScanner :
14
20
healthPort : 8080
15
21
configs :
16
22
CLAIR_ADDR : clair.devtroncd:6060
17
23
CLIENT_ID : client-2
18
24
NATS_SERVER_HOST : nats://devtron-nats.devtroncd:4222
19
- PG_ADDR : postgresql-postgresql.devtroncd
20
- PG_DATABASE : orchestrator
21
25
PG_LOG_QUERY : " false"
22
- PG_PORT : " 5432"
23
- PG_USER : postgres
24
26
# secrets:
25
27
# PG_PASSWORD: "devtron"
26
28
@@ -36,6 +38,8 @@ imageScanner:
36
38
clair :
37
39
enabled : false
38
40
fullnameOverride : clair
41
+ config :
42
+ PG_DATABASE : clairv4
39
43
extraEnv :
40
44
- name : CLAIR_CONF
41
45
value : /etc/clair/config.yaml
You can’t perform that action at this time.
0 commit comments