Skip to content

Commit 33c4d9d

Browse files
committed
Updated latest image of dashboard in the installer
1 parent 48866d8 commit 33c4d9d

File tree

4 files changed

+4
-4
lines changed

4 files changed

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

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:af7eedfe-136-4239"
240+
image: "quay.io/devtron/dashboard:62a6cbc5-136-4325"
241241
imagePullPolicy: IfNotPresent
242242
ports:
243243
- name: app

0 commit comments

Comments
 (0)