From 1877f607d030e4923cd4f4fee957b51587f3f362 Mon Sep 17 00:00:00 2001 From: "Chandrasekharan, Vignesh" Date: Mon, 13 Oct 2025 22:05:27 -0700 Subject: [PATCH 1/6] webui cluster status hotfix --- argocd/applications/templates/web-ui-app-orch.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/argocd/applications/templates/web-ui-app-orch.yaml b/argocd/applications/templates/web-ui-app-orch.yaml index bb89beac4..dc5e40c8d 100644 --- a/argocd/applications/templates/web-ui-app-orch.yaml +++ b/argocd/applications/templates/web-ui-app-orch.yaml @@ -21,7 +21,7 @@ spec: sources: - repoURL: {{ required "A valid chartRepoURL entry required!" .Values.argo.chartRepoURL }} chart: orch-ui/charts/orch-ui-app-orch - targetRevision: 3.2.2 + targetRevision: 3.2.3 helm: releaseName: web-ui valuesObject: From 1a2a6d0c13af8f6204d3d2f06b50fd2af41e4176 Mon Sep 17 00:00:00 2001 From: "Chandrasekharan, Vignesh" Date: Tue, 14 Oct 2025 00:40:30 -0700 Subject: [PATCH 2/6] update webui infra to 3.2.5 --- argocd/applications/templates/web-ui-infra.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/argocd/applications/templates/web-ui-infra.yaml b/argocd/applications/templates/web-ui-infra.yaml index 347852302..bb24fad4b 100644 --- a/argocd/applications/templates/web-ui-infra.yaml +++ b/argocd/applications/templates/web-ui-infra.yaml @@ -21,7 +21,7 @@ spec: sources: - repoURL: {{ required "A valid chartRepoURL entry required!" .Values.argo.chartRepoURL }} chart: orch-ui/charts/orch-ui-infra - targetRevision: 3.2.4 + targetRevision: 3.2.5 helm: releaseName: web-ui valuesObject: From 1cdbe0c327f87c2189c2eaf9cc91a8ea4304300e Mon Sep 17 00:00:00 2001 From: "Chandrasekharan, Vignesh" Date: Wed, 15 Oct 2025 04:08:32 -0700 Subject: [PATCH 3/6] increase project creation timeout to 5 mins --- .github/actions/cypress/action.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions/cypress/action.yaml b/.github/actions/cypress/action.yaml index 8f7c67c15..0a42002ad 100644 --- a/.github/actions/cypress/action.yaml +++ b/.github/actions/cypress/action.yaml @@ -40,7 +40,7 @@ runs: with: repository: open-edge-platform/orch-ui path: orch-ui - ref: d17f65821d4879b80300d942966ca919f2a51924 + ref: b4ab6290ffe27353cd8230456a187b4e026981c3 persist-credentials: false - run: git log -1 shell: bash From 79e47881a354411eca5b7ee92e3fdd646f193ffc Mon Sep 17 00:00:00 2001 From: "Ghati, Riyaz Chandasaheb" Date: Wed, 15 Oct 2025 05:49:13 -0700 Subject: [PATCH 4/6] Updated admin and root versions --- argocd/applications/templates/web-ui-admin.yaml | 2 +- argocd/applications/templates/web-ui-root.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/argocd/applications/templates/web-ui-admin.yaml b/argocd/applications/templates/web-ui-admin.yaml index 49c77529a..24d8c5b60 100644 --- a/argocd/applications/templates/web-ui-admin.yaml +++ b/argocd/applications/templates/web-ui-admin.yaml @@ -21,7 +21,7 @@ spec: sources: - repoURL: {{ required "A valid chartRepoURL entry required!" .Values.argo.chartRepoURL }} chart: orch-ui/charts/orch-ui-admin - targetRevision: 3.2.0 + targetRevision: 3.2.1 helm: releaseName: web-ui valuesObject: diff --git a/argocd/applications/templates/web-ui-root.yaml b/argocd/applications/templates/web-ui-root.yaml index 5d78559c2..93aea84df 100644 --- a/argocd/applications/templates/web-ui-root.yaml +++ b/argocd/applications/templates/web-ui-root.yaml @@ -21,7 +21,7 @@ spec: sources: - repoURL: {{ required "A valid chartRepoURL entry required!" .Values.argo.chartRepoURL }} chart: orch-ui/charts/orch-ui-root - targetRevision: 3.2.1 + targetRevision: 3.2.2 helm: releaseName: web-ui valuesObject: From 638678c9eb3a5f4131c6a8971fefb4e2e957a3b5 Mon Sep 17 00:00:00 2001 From: "Chandrasekharan, Vignesh" Date: Wed, 15 Oct 2025 05:54:07 -0700 Subject: [PATCH 5/6] latest orch-ui e2e commit --- .github/actions/cypress/action.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions/cypress/action.yaml b/.github/actions/cypress/action.yaml index 0a42002ad..b130064e8 100644 --- a/.github/actions/cypress/action.yaml +++ b/.github/actions/cypress/action.yaml @@ -40,7 +40,7 @@ runs: with: repository: open-edge-platform/orch-ui path: orch-ui - ref: b4ab6290ffe27353cd8230456a187b4e026981c3 + ref: 1d2a8182411f24dad5bd317f42fe9f631fdcf01a persist-credentials: false - run: git log -1 shell: bash From c0aae0eebe37259b3f7b08b928ddf22d15f31853 Mon Sep 17 00:00:00 2001 From: "Ghati, Riyaz Chandasaheb" Date: Thu, 16 Oct 2025 04:35:53 -0700 Subject: [PATCH 6/6] Updated cluster-orch, infra, root versions --- argocd/applications/templates/web-ui-cluster-orch.yaml | 2 +- argocd/applications/templates/web-ui-infra.yaml | 2 +- argocd/applications/templates/web-ui-root.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/argocd/applications/templates/web-ui-cluster-orch.yaml b/argocd/applications/templates/web-ui-cluster-orch.yaml index 911174873..98c7add14 100644 --- a/argocd/applications/templates/web-ui-cluster-orch.yaml +++ b/argocd/applications/templates/web-ui-cluster-orch.yaml @@ -21,7 +21,7 @@ spec: sources: - repoURL: {{ required "A valid chartRepoURL entry required!" .Values.argo.chartRepoURL }} chart: orch-ui/charts/orch-ui-cluster-orch - targetRevision: 3.2.2 + targetRevision: 3.2.3 helm: releaseName: web-ui valuesObject: diff --git a/argocd/applications/templates/web-ui-infra.yaml b/argocd/applications/templates/web-ui-infra.yaml index bb24fad4b..4db64d895 100644 --- a/argocd/applications/templates/web-ui-infra.yaml +++ b/argocd/applications/templates/web-ui-infra.yaml @@ -21,7 +21,7 @@ spec: sources: - repoURL: {{ required "A valid chartRepoURL entry required!" .Values.argo.chartRepoURL }} chart: orch-ui/charts/orch-ui-infra - targetRevision: 3.2.5 + targetRevision: 3.2.6 helm: releaseName: web-ui valuesObject: diff --git a/argocd/applications/templates/web-ui-root.yaml b/argocd/applications/templates/web-ui-root.yaml index 93aea84df..f9accfc1c 100644 --- a/argocd/applications/templates/web-ui-root.yaml +++ b/argocd/applications/templates/web-ui-root.yaml @@ -21,7 +21,7 @@ spec: sources: - repoURL: {{ required "A valid chartRepoURL entry required!" .Values.argo.chartRepoURL }} chart: orch-ui/charts/orch-ui-root - targetRevision: 3.2.2 + targetRevision: 3.2.3 helm: releaseName: web-ui valuesObject: