Skip to content

Commit

Permalink
upgrade version 4.0.0-rc1
Browse files Browse the repository at this point in the history
  • Loading branch information
baisui1981 committed May 8, 2024
1 parent 5e72409 commit 2506f23
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions docker-compose/docker-compose.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
version: "1"
services:
flink:
image: registry.cn-hangzhou.aliyuncs.com/tis/flink:4.0.0.36
image: registry.cn-hangzhou.aliyuncs.com/tis/flink:4.0.0-rc1
hostname: flink
mem_limit: 2048m
cpus: '1.0'
Expand All @@ -13,7 +13,7 @@ services:
depends_on:
- tis-console
tis-console:
image: registry.cn-hangzhou.aliyuncs.com/tis/tis-console:4.0.0.36
image: registry.cn-hangzhou.aliyuncs.com/tis/tis-console:4.0.0-rc1
hostname: tis-console
mem_limit: "1.5G"
cpus: '2.5'
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
<name>tis</name>
<url>http:https://maven.apache.org</url>
<properties>
<revision>4.0.0</revision>
<revision>4.0.0-rc1</revision>
<testcontainers.version>1.15.3</testcontainers.version>
<flink.version>tis-1.18.1</flink.version>
<alibaba.datax.version>${project.version}</alibaba.datax.version>
Expand Down
2 changes: 1 addition & 1 deletion tis-k8s/tis-console.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ spec:
mountPath: /opt/app/tis-uber/tis-assemble/conf/tis-web-config/
- name: tis-console-pvc
mountPath: "/opt/data"
image: registry.cn-hangzhou.aliyuncs.com/tis/tis-console:4.0.0
image: registry.cn-hangzhou.aliyuncs.com/tis/tis-console:4.0.0-rc1
# command: [ "/bin/sh", "-c", "sleep 1000000" ]
ports:
- name: tis-8080
Expand Down

0 comments on commit 2506f23

Please sign in to comment.