From fa88823e5e41f0463537931505cfb4f889d1f7b1 Mon Sep 17 00:00:00 2001 From: Ashraf Masarwa Date: Thu, 23 Apr 2026 12:06:32 +0300 Subject: [PATCH 1/3] Replace DCM UI tag from latest to main Signed-off-by: Ashraf Masarwa --- compose.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compose.yaml b/compose.yaml index 9406386..5bd7197 100644 --- a/compose.yaml +++ b/compose.yaml @@ -174,7 +174,7 @@ services: nats: { condition: service_started } dcm-ui: - image: quay.io/dcm-project/dcm-ui:latest + image: quay.io/dcm-project/dcm-ui:main pull_policy: always ports: - "7007:7007" From 616b82176244a78a37993205552afdde9ca12487 Mon Sep 17 00:00:00 2001 From: Ashraf Masarwa Date: Thu, 23 Apr 2026 14:21:38 +0300 Subject: [PATCH 2/3] Update compose.yaml Co-authored-by: Gloria Ciavarrini Signed-off-by: Ashraf Masarwa --- compose.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compose.yaml b/compose.yaml index 5bd7197..b5eec77 100644 --- a/compose.yaml +++ b/compose.yaml @@ -174,7 +174,7 @@ services: nats: { condition: service_started } dcm-ui: - image: quay.io/dcm-project/dcm-ui:main + image: quay.io/dcm-project/dcm-ui:${DCM_UI_VERSION:-main} pull_policy: always ports: - "7007:7007" From af6cff66b8a44084a1c98ea7fbec3275a63c0bc2 Mon Sep 17 00:00:00 2001 From: Ashraf Masarwa Date: Thu, 23 Apr 2026 14:25:50 +0300 Subject: [PATCH 3/3] Add DCM to env files Signed-off-by: Ashraf Masarwa --- .env.example | 1 + RUN.md | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.env.example b/.env.example index 8870ba3..787ecce 100644 --- a/.env.example +++ b/.env.example @@ -37,3 +37,4 @@ # K8S_CONTAINER_SERVICE_PROVIDER_VERSION=main # ACM_CLUSTER_SERVICE_PROVIDER_VERSION=main # THREE_TIER_DEMO_SERVICE_PROVIDER_VERSION=main +# DCM_UI_VERSION=main \ No newline at end of file diff --git a/RUN.md b/RUN.md index 943300d..00df695 100644 --- a/RUN.md +++ b/RUN.md @@ -181,6 +181,7 @@ make compose-down | `K8S_CONTAINER_SERVICE_PROVIDER_VERSION` | `main` | Image tag for k8s-container-service-provider | | `ACM_CLUSTER_SERVICE_PROVIDER_VERSION` | `main` | Image tag for acm-cluster-service-provider | | `THREE_TIER_DEMO_SERVICE_PROVIDER_VERSION` | `main` | Image tag for three-tier-demo-service-provider | -| `THREE_TIER_SP_NAME` | `three-tier-provider` | Provider name for the three-tier-demo-service-provider | +| `THREE_TIER_SP_NAME` | `three-tier-provider` | Provider name for the three-tier-demo-service-provider | +| `DCM_UI_VERSION` | `main` | Image tag for dcm-ui | See [Image versions](README.md#image-versions) in the README for available tag formats and how to update.