Skip to content

Commit f0fc0ff

Browse files
authored
RELEASE: PR for v0.3.9 (#988)
* Updated latest image of devtron in the installer * Updated latest image of devtron in the installer * Updated latest image of dashboard in the installer
1 parent aa2ca0f commit f0fc0ff

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

manifests/version.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v0.3.8
1+
v0.3.9

manifests/yamls/dashboard.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -230,7 +230,7 @@ spec:
230230
- name: envoy-config-volume
231231
mountPath: /etc/envoy-config/
232232
- name: dashboard
233-
image: "quay.io/devtron/dashboard:f8b8f93c-136-5938"
233+
image: "quay.io/devtron/dashboard:7ef945a6-136-5991"
234234
imagePullPolicy: IfNotPresent
235235
ports:
236236
- name: app

manifests/yamls/devtron.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ spec:
153153
serviceAccountName: devtron
154154
containers:
155155
- name: devtron
156-
image: "quay.io/devtron/devtron:48c6f3b7-146-5955"
156+
image: "quay.io/devtron/devtron:9cf9b7f8-146-5988"
157157
imagePullPolicy: IfNotPresent
158158
ports:
159159
- name: devtron

manifests/yamls/migrator.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ spec:
4040
- name: MIGRATE_TO_VERSION
4141
value: "0"
4242
- name: GIT_HASH
43-
value: 48c6f3b72153ccdf4cb852c008f45a62644232e9
43+
value: 9cf9b7f86b164230b541067d61b342e19cbde482
4444
envFrom:
4545
- secretRef:
4646
name: postgresql-migrator

0 commit comments

Comments
 (0)