Skip to content

Commit e75bca2

Browse files
committed
Updated latest image of dashboard in installer
1 parent ec137ff commit e75bca2

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

charts/devtron/devtron-bom.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
installer:
2-
release: "v0.4.21"
2+
release: "v0.4.22"
33
image: "quay.io/devtron/inception"
44
tag: "c62d4c30-185-9354"
55

66
components:
77
dashboard:
8-
image: "quay.io/devtron/dashboard:e5b1ec26-325-9503"
8+
image: "quay.io/devtron/dashboard:7068aca1-325-9531"
99
devtron:
1010
image: "quay.io/devtron/hyperion:4266b14e-280-9529"
1111
cicdImage: "quay.io/devtron/devtron:4266b14e-326-9528"

charts/devtron/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ components:
4343
sentry: "false"
4444
sentryEnv: "PRODUCTION"
4545
applicationMetrics: "true"
46-
image: "quay.io/devtron/dashboard:e5b1ec26-325-9503"
46+
image: "quay.io/devtron/dashboard:7068aca1-325-9531"
4747
imagePullPolicy: IfNotPresent
4848

4949
devtron:

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

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

manifests/yamls/dashboard.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -231,7 +231,7 @@ spec:
231231
- name: envoy-config-volume
232232
mountPath: /etc/envoy-config/
233233
- name: dashboard
234-
image: "quay.io/devtron/dashboard:e5b1ec26-325-9503"
234+
image: "quay.io/devtron/dashboard:7068aca1-325-9531"
235235
imagePullPolicy: IfNotPresent
236236
ports:
237237
- name: app

0 commit comments

Comments
 (0)