diff --git a/docker-compose/docker-compose.yaml b/docker-compose/docker-compose.yaml
index b5b8908ac..093a3a750 100644
--- a/docker-compose/docker-compose.yaml
+++ b/docker-compose/docker-compose.yaml
@@ -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'
@@ -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'
diff --git a/pom.xml b/pom.xml
index d185772e6..a103033a2 100644
--- a/pom.xml
+++ b/pom.xml
@@ -36,7 +36,7 @@
tis
http://maven.apache.org
- 4.0.0
+ 4.0.0-rc1
1.15.3
tis-1.18.1
${project.version}
diff --git a/tis-k8s/tis-console.yaml b/tis-k8s/tis-console.yaml
index f00d192be..47feca7ad 100644
--- a/tis-k8s/tis-console.yaml
+++ b/tis-k8s/tis-console.yaml
@@ -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