Skip to content

Commit a714093

Browse files
authored
Updated values.yaml manually
1 parent 664c7ab commit a714093

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

charts/devtron/values.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -43,11 +43,11 @@ components:
4343
sentry: "false"
4444
sentryEnv: "PRODUCTION"
4545
applicationMetrics: "true"
46-
image: "quay.io/devtron/dashboard:384cdd21-325-8278"
46+
image: "quay.io/devtron/dashboard:ba8b5f0d-325-8472"
4747
imagePullPolicy: IfNotPresent
4848

4949
devtron:
50-
image: "quay.io/devtron/hyperion:a5f55594-280-8271"
50+
image: "quay.io/devtron/hyperion:f9eea17e-280-8477"
5151
imagePullPolicy: IfNotPresent
5252
serviceMonitor:
5353
enabled: false
@@ -80,23 +80,23 @@ components:
8080
imagePullPolicy: IfNotPresent
8181

8282
postgres:
83-
image: quay.io/devtron/postgres:11.3.0-debian-9-r28
83+
image: "quay.io/devtron/postgres:11.9.0-debian-10-r26"
8484
imagePullPolicy: "IfNotPresent"
8585
persistence:
8686
volumeSize: "10Gi"
8787

8888
migrator:
89-
image: quay.io/devtron/migrator:6687f572-133-2208
89+
image: "quay.io/devtron/migrator:6687f572-133-2208"
9090
envVars:
9191
devtron:
9292
GIT_BRANCH: "main"
9393
SCRIPT_LOCATION: "scripts/sql/"
9494
GIT_REPO_URL: "https://github.com/devtron-labs/devtron.git"
9595
DB_NAME: "orchestrator"
96-
GIT_HASH: "a5f55594f7e1c41fc77e5915b9e6f6df537da4da"
96+
GIT_HASH: "f9eea17e6f123542b453e14c040ea8661c41f492"
9797
casbin:
9898
GIT_BRANCH: "main"
9999
SCRIPT_LOCATION: "scripts/casbin/"
100100
GIT_REPO_URL: "https://github.com/devtron-labs/devtron.git"
101101
DB_NAME: "casbin"
102-
GIT_HASH: "a5f55594f7e1c41fc77e5915b9e6f6df537da4da"
102+
GIT_HASH: "f9eea17e6f123542b453e14c040ea8661c41f492"

0 commit comments

Comments
 (0)