Skip to content

Commit a9445dd

Browse files
vigneshintelriyaz-ghati
authored andcommitted
Webui cluster status hotfix (#894)
Co-authored-by: Ghati, Riyaz Chandasaheb <riyaz.chandasaheb.ghati@intel.com>
1 parent ad354fe commit a9445dd

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

.github/actions/cypress/action.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ runs:
4040
with:
4141
repository: open-edge-platform/orch-ui
4242
path: orch-ui
43-
ref: d17f65821d4879b80300d942966ca919f2a51924
43+
ref: 1d2a8182411f24dad5bd317f42fe9f631fdcf01a
4444
persist-credentials: false
4545
- run: git log -1
4646
shell: bash

argocd/applications/templates/web-ui-admin.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ spec:
2121
sources:
2222
- repoURL: {{ required "A valid chartRepoURL entry required!" .Values.argo.chartRepoURL }}
2323
chart: orch-ui/charts/orch-ui-admin
24-
targetRevision: 3.2.0
24+
targetRevision: 3.2.1
2525
helm:
2626
releaseName: web-ui
2727
valuesObject:

argocd/applications/templates/web-ui-app-orch.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ spec:
2121
sources:
2222
- repoURL: {{ required "A valid chartRepoURL entry required!" .Values.argo.chartRepoURL }}
2323
chart: orch-ui/charts/orch-ui-app-orch
24-
targetRevision: 3.2.2
24+
targetRevision: 3.2.3
2525
helm:
2626
releaseName: web-ui
2727
valuesObject:

argocd/applications/templates/web-ui-cluster-orch.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ spec:
2121
sources:
2222
- repoURL: {{ required "A valid chartRepoURL entry required!" .Values.argo.chartRepoURL }}
2323
chart: orch-ui/charts/orch-ui-cluster-orch
24-
targetRevision: 3.2.2
24+
targetRevision: 3.2.3
2525
helm:
2626
releaseName: web-ui
2727
valuesObject:

argocd/applications/templates/web-ui-infra.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ spec:
2121
sources:
2222
- repoURL: {{ required "A valid chartRepoURL entry required!" .Values.argo.chartRepoURL }}
2323
chart: orch-ui/charts/orch-ui-infra
24-
targetRevision: 3.2.4
24+
targetRevision: 3.2.6
2525
helm:
2626
releaseName: web-ui
2727
valuesObject:

argocd/applications/templates/web-ui-root.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ spec:
2121
sources:
2222
- repoURL: {{ required "A valid chartRepoURL entry required!" .Values.argo.chartRepoURL }}
2323
chart: orch-ui/charts/orch-ui-root
24-
targetRevision: 3.2.1
24+
targetRevision: 3.2.3
2525
helm:
2626
releaseName: web-ui
2727
valuesObject:

0 commit comments

Comments
 (0)