Skip to content

Commit dcbdf19

Browse files
authored
RELEASE: PR for v0.2.34 (#828)
* Updated latest image of dashboard in the installer * Updated latest image of devtron in the installer
1 parent 1553cbb commit dcbdf19

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

manifests/install/devtron-installer.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ metadata:
44
name: installer-devtron
55
namespace: devtroncd
66
spec:
7-
url: https://raw.githubusercontent.com/devtron-labs/devtron/v0.2.33/manifests/installation-script
7+
url: https://raw.githubusercontent.com/devtron-labs/devtron/v0.2.34/manifests/installation-script

manifests/installation-script

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
LTAG="v0.2.33";
1+
LTAG="v0.2.34";
22
REPO_RAW_URL="https://raw.githubusercontent.com/devtron-labs/devtron/";
33

44
operatorSecret = kubectl get secret -n devtroncd devtron-operator-secret;

manifests/version.txt

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

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:7226b508-136-5545"
233+
image: "quay.io/devtron/dashboard:604a81ab-136-5619"
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:d5fe9a3d-146-5546"
156+
image: "quay.io/devtron/devtron:1553cbbd-146-5620"
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: d5fe9a3d787d6f64753eb267772d99327f018f8e
43+
value: 1553cbbd781ac32e683688af5d9f650e67c18efb
4444
envFrom:
4545
- secretRef:
4646
name: postgresql-migrator

0 commit comments

Comments
 (0)