Skip to content

Commit

Permalink
modify version to v4.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
baisui1981 committed Oct 23, 2024
1 parent 16a1387 commit 15c3e74
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 5 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.1
image: registry.cn-hangzhou.aliyuncs.com/tis/flink:4.1.0
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.1
image: registry.cn-hangzhou.aliyuncs.com/tis/tis-console:4.1.0
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://maven.apache.org</url>
<properties>
<revision>4.0.1</revision>
<revision>4.1.0</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 @@ -165,7 +165,7 @@ spec:
mountPath: /opt/app/tis-uber/web-start/conf/tis-web-config/
- name: tis-console-pvc
mountPath: "/opt/data"
image: registry.cn-hangzhou.aliyuncs.com/tis/tis-console:4.0.1
image: registry.cn-hangzhou.aliyuncs.com/tis/tis-console:4.1.0
# command: [ "/bin/sh", "-c", "sleep 1000000" ]
ports:
- name: tis-8080
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ enum EndType implements IEndType {
, Cassandra("cassandra") //, HDFS("hdfs")
, SqlServer("sqlServer", true), TiDB("TiDB", true) //
, RocketMQ("rocketMq", true), Kafka("kafka", true), DataFlow("dataflow") //
, DaMeng("daMeng", true), AliyunODPS("aliyunOdps"), HiveMetaStore("hms", true) //
, DaMeng("daMeng", true), AliyunODPS("aliyunOdps",true), HiveMetaStore("hms", true) //
, Spark("spark", true) //
, RabbitMQ("rabbitmq", true), UnKnowStoreType("unknowStoreType", true),

Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 15c3e74

Please sign in to comment.