Skip to content

Commit 0a05984

Browse files
fix: 404 not found in devtron without cicd app list page (#3439)
* Updated new dashboard fix for ea mode * Updated dashboard fix for ea mode in bom * Update Chart.yaml
1 parent 4c730f8 commit 0a05984

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

charts/devtron/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ keywords:
1111
- argocd
1212
- Hyperion
1313
engine: gotpl
14-
version: 0.22.54
14+
version: 0.22.55
1515
sources:
1616
- https://github.com/devtron-labs/charts
1717
dependencies:

charts/devtron/devtron-bom.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ installer:
1515

1616
components:
1717
dashboard:
18-
image: "quay.io/devtron/dashboard:a6483cb3-325-13800"
18+
image: "quay.io/devtron/dashboard:91c24b99-325-13846"
1919
config:
2020
extraConfigs:
2121
USE_V2: "true"

charts/devtron/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ components:
5555
extraConfigs:
5656
USE_V2: "true"
5757
ENABLE_BUILD_CONTEXT: "false"
58-
image: "quay.io/devtron/dashboard:a6483cb3-325-13800"
58+
image: "quay.io/devtron/dashboard:91c24b99-325-13846"
5959
imagePullPolicy: IfNotPresent
6060

6161
devtron:

0 commit comments

Comments
 (0)