Skip to content

Commit 8596f19

Browse files
modified values and bom according to the oss stack changes
1 parent 1bc1d8f commit 8596f19

File tree

2 files changed

+23
-1
lines changed

2 files changed

+23
-1
lines changed

charts/devtron-enterprise/devtron-bom.yaml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,18 @@ global:
1818
# effect: "NoSchedule"
1919
# imagePullSecrets:
2020
# - name: your-image-pull-secret
21+
externalPostgres:
22+
enabled: false
23+
# Password for external database (ensure that username is postgres).
24+
PG_PASSWORD: ""
25+
# For external Database replace the PG_ADDR with the DNS endpoint of postgres.
26+
PG_ADDR: ""
27+
dbConfig:
28+
PG_ADDR: postgresql-postgresql.devtroncd
29+
PG_PORT: "5432"
30+
PG_USER: postgres
31+
PG_DATABASE: orchestrator
32+
2133
devtron:
2234
installer:
2335
repo: "devtron-labs/charts"

charts/devtron-enterprise/values.yaml

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,17 @@ global:
1818
# effect: "NoSchedule"
1919
# imagePullSecrets:
2020
# - name: your-image-pull-secret
21+
externalPostgres:
22+
enabled: false
23+
# Password for external database (ensure that username is postgres).
24+
PG_PASSWORD: ""
25+
# For external Database replace the PG_ADDR with the DNS endpoint of postgres.
26+
PG_ADDR: ""
27+
dbConfig:
28+
PG_ADDR: postgresql-postgresql.devtroncd
29+
PG_PORT: "5432"
30+
PG_USER: postgres
31+
PG_DATABASE: orchestrator
2132

2233
# Set the storage class to be used for PVCs (would use default sc if not specified)
2334
storageClass: ""
@@ -57,7 +68,6 @@ devtron:
5768
cicdImage: "devtron:8cbc3dc7-930-33598"
5869
imagePullPolicy: IfNotPresent
5970
customOverrides:
60-
PG_ADDR: postgresql-postgresql.devtroncd
6171
USE_CUSTOM_HTTP_TRANSPORT: "false"
6272
ASYNC_BUILDX_CACHE_EXPORT: "false"
6373
BUILDX_CACHE_MODE_MIN: "false"

0 commit comments

Comments
 (0)