Skip to content

Commit 3426a15

Browse files
committed
Updated latest image of dashboard in installer
1 parent a30e5c7 commit 3426a15

File tree

4 files changed

+6
-7
lines changed

4 files changed

+6
-7
lines changed

charts/devtron/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
apiVersion: v2
22
name: devtron-operator
3-
appVersion: 0.7.4
3+
appVersion: 0.7.4-rc.0
44
description: Chart to configure and install Devtron. Devtron is a Kubernetes Orchestration system.
55
keywords:
66
- Devtron

charts/devtron/devtron-bom.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ global:
1010
containerRegistry: "quay.io/devtron"
1111
extraManifests: []
1212
installer:
13-
release: "v0.7.4"
13+
release: "v0.7.4-rc.0"
1414
registry: ""
1515
image: "inception"
1616
tag: "473deaa4-185-21582"
@@ -34,7 +34,7 @@ components:
3434
FEATURE_USER_DEFINED_GITOPS_REPO_ENABLE: "true"
3535
ENABLE_RESOURCE_SCAN: "true"
3636
registry: ""
37-
image: "dashboard:215319c7-690-25536"
37+
image: "dashboard:5be7fbeb-690-26830"
3838
imagePullPolicy: IfNotPresent
3939
devtron:
4040
registry: ""

charts/devtron/values.yaml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ components:
7777
FEATURE_USER_DEFINED_GITOPS_REPO_ENABLE: "true"
7878
ENABLE_RESOURCE_SCAN: "true"
7979
registry: ""
80-
image: "dashboard:215319c7-690-25536"
80+
image: "dashboard:5be7fbeb-690-26830"
8181
imagePullPolicy: IfNotPresent
8282
devtron:
8383
registry: ""
@@ -224,8 +224,7 @@ components:
224224
registry: ""
225225
image: chart-sync:13ffae06-150-25515
226226
schedule: "0 19 * * *"
227-
extraConfigs: {}
228-
227+
extraConfigs: {}
229228
# values for argocd integration
230229
argo-cd:
231230
enabled: false

manifests/yamls/dashboard.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -235,7 +235,7 @@ spec:
235235
- name: envoy-config-volume
236236
mountPath: /etc/envoy-config/
237237
- name: dashboard
238-
image: "quay.io/devtron/dashboard:215319c7-690-25536"
238+
image: "quay.io/devtron/dashboard:5be7fbeb-690-26830"
239239
imagePullPolicy: IfNotPresent
240240
securityContext:
241241
allowPrivilegeEscalation: false

0 commit comments

Comments
 (0)