Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .env.example
Original file line number Diff line number Diff line change
Expand Up @@ -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
3 changes: 2 additions & 1 deletion RUN.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
2 changes: 1 addition & 1 deletion compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:${DCM_UI_VERSION:-main}
pull_policy: always
ports:
- "7007:7007"
Expand Down