Skip to content

Commit a0de26a

Browse files
committed
Updated latest image of dashboard in the installer
1 parent 56a5c24 commit a0de26a

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

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:aee476dc-136-5046"
233+
image: "quay.io/devtron/dashboard:e0f152cb-136-5070"
234234
imagePullPolicy: IfNotPresent
235235
ports:
236236
- name: app

0 commit comments

Comments
 (0)