From 73b50fa72cb91a77f72e53742399271fb658b17b Mon Sep 17 00:00:00 2001 From: "Chandrasekharan, Vignesh" Date: Tue, 2 Dec 2025 00:43:27 -0800 Subject: [PATCH 1/4] bump webui mfes --- argocd/applications/templates/web-ui-admin.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-admin.yaml b/argocd/applications/templates/web-ui-admin.yaml index 946d6b927..cfa6680df 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.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 1a0c5f570..6730f5cf6 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.15 + targetRevision: 3.2.16 helm: releaseName: web-ui valuesObject: diff --git a/argocd/applications/templates/web-ui-root.yaml b/argocd/applications/templates/web-ui-root.yaml index 32350dcfe..566e85155 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.7 + targetRevision: 3.2.9 helm: releaseName: web-ui valuesObject: From b2d0c14d57d5a314c01680669b12316d2e2cbeda Mon Sep 17 00:00:00 2001 From: Vignesh Chandrasekharan Date: Wed, 3 Dec 2025 11:19:55 +0530 Subject: [PATCH 2/4] Update web-ui-infra.yaml --- 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 6730f5cf6..07ccc4be3 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.16 + targetRevision: 3.2.17 helm: releaseName: web-ui valuesObject: From 7a1c6431e3811871be23f428c2ef7bc15efc1b2c Mon Sep 17 00:00:00 2001 From: Vignesh Chandrasekharan Date: Thu, 4 Dec 2025 14:50:54 +0530 Subject: [PATCH 3/4] dont include project name changes --- argocd/applications/templates/web-ui-admin.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/argocd/applications/templates/web-ui-admin.yaml b/argocd/applications/templates/web-ui-admin.yaml index cfa6680df..946d6b927 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.3 + targetRevision: 3.2.2 helm: releaseName: web-ui valuesObject: From ee5c3797fccf39dbfb3d4d8ded13dd86c3aa5d56 Mon Sep 17 00:00:00 2001 From: "Chandrasekharan, Vignesh" Date: Thu, 4 Dec 2025 06:05:48 -0800 Subject: [PATCH 4/4] bump admin and root to revert project-name changes --- 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 946d6b927..4d15c6c73 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.2 + targetRevision: 3.2.4 helm: releaseName: web-ui valuesObject: diff --git a/argocd/applications/templates/web-ui-root.yaml b/argocd/applications/templates/web-ui-root.yaml index 566e85155..12439db18 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.9 + targetRevision: 3.2.10 helm: releaseName: web-ui valuesObject: