Skip to content

Commit 89768e8

Browse files
authored
RELEASE: PR for v0.2.13 (#520)
* Updated latest image of dashboard in the installer * Updated latest image of devtron in the installer
1 parent ffc7bad commit 89768e8

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.12/manifests/installation-script
7+
url: https://raw.githubusercontent.com/devtron-labs/devtron/v0.2.13/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.12";
1+
LTAG="v0.2.13";
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.12
1+
v0.2.13

manifests/yamls/dashboard.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -237,7 +237,7 @@ spec:
237237
- name: envoy-config-volume
238238
mountPath: /etc/envoy-config/
239239
- name: dashboard
240-
image: "quay.io/devtron/dashboard:62a6cbc5-136-4325"
240+
image: "quay.io/devtron/dashboard:7ed314aa-136-4413"
241241
imagePullPolicy: IfNotPresent
242242
ports:
243243
- name: app

manifests/yamls/devtron.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ spec:
152152
serviceAccountName: devtron
153153
containers:
154154
- name: devtron
155-
image: "quay.io/devtron/devtron:48866d8f-146-4326"
155+
image: "quay.io/devtron/devtron:ffc7bad1-146-4414"
156156
imagePullPolicy: IfNotPresent
157157
ports:
158158
- 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: 48866d8f2cae6b632799b79a88d88774e4461577
43+
value: ffc7bad1eb94da249741e6eaf4db58145a286a20
4444
envFrom:
4545
- secretRef:
4646
name: postgresql-migrator

0 commit comments

Comments
 (0)