Skip to content

Commit

Permalink
Update the image tag in the docker compose file to the latest LTS ver…
Browse files Browse the repository at this point in the history
…sion
  • Loading branch information
1473371932 authored Jul 25, 2024
1 parent e49c455 commit 315b824
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions manifests/deepflow-docker-compose/docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ services:
networks:
- deepflow
clickhouse:
image: registry.cn-hongkong.aliyuncs.com/deepflow-ce/clickhouse-server:22.8.6.71
image: registry.cn-hongkong.aliyuncs.com/deepflow-ce/clickhouse-server:23.8.7.24
container_name: deepflow-clickhouse
restart: always
environment:
Expand All @@ -38,7 +38,7 @@ services:
networks:
- deepflow
deepflow-server:
image: registry.cn-hongkong.aliyuncs.com/deepflow-ce/deepflow-server:latest
image: registry.cn-hongkong.aliyuncs.com/deepflow-ce/deepflow-server:v6.5
container_name: deepflow-server
restart: always
environment:
Expand Down Expand Up @@ -66,7 +66,7 @@ services:
- 30035:20035 # controller module, control plane, grpc port
- 30033:20033 # ingester module, data plane, port
deepflow-app:
image: registry.cn-hongkong.aliyuncs.com/deepflow-ce/deepflow-app:latest
image: registry.cn-hongkong.aliyuncs.com/deepflow-ce/deepflow-app:v6.5
container_name: deepflow-app
restart: always
environment:
Expand Down Expand Up @@ -145,4 +145,4 @@ services:

networks:
deepflow:
external: false
external: false

0 comments on commit 315b824

Please sign in to comment.