Skip to content

Commit 056ce1b

Browse files
committed
Updated latest image of dashboard in the installer
1 parent 04e61e2 commit 056ce1b

File tree

4 files changed

+4
-3
lines changed

4 files changed

+4
-3
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.8/manifests/installation-script
7+
url: https://raw.githubusercontent.com/devtron-labs/devtron/v1.2.8/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.8";
1+
LTAG=v1.2.8;
22
REPO_RAW_URL="https://raw.githubusercontent.com/devtron-labs/devtron/";
33

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

manifests/release.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
11

2+
Merge pull request #15 from prakarsh-dt/release-notes Release notes PR Subject line

manifests/yamls/test.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:bada93a4-188-3881"
240+
image: "quay.io/devtron/dashboard:04e61e22-183-3977"
241241
imagePullPolicy: IfNotPresent
242242
ports:
243243
- name: app

0 commit comments

Comments
 (0)