Commit d850f92c7b7dfdaba37e95151cceeddcabc19d05

Authored by Volodymyr Babak
1 parent 8ed9cf86

Fixed version

... ... @@ -18,16 +18,16 @@ version: '2'
18 18
19 19 services:
20 20 tb:
21   - image: "thingsboard/application:k8stest"
  21 + image: "thingsboard/application:1.2.4"
22 22 ports:
23 23 - "8080:8080"
24   - - "1884:1883"
  24 + - "1883:1883"
25 25 - "5683:5683/udp"
26 26 env_file:
27 27 - tb.env
28 28 entrypoint: ./run-application.sh
29 29 tb-cassandra-schema:
30   - image: "thingsboard/tb-cassandra-schema:k8stest"
  30 + image: "thingsboard/tb-cassandra-schema:1.2.4"
31 31 environment:
32 32 - SKIP_SCHEMA_CREATION=${SKIP_SCHEMA_CREATION}
33 33 - SKIP_SYSTEM_DATA=${SKIP_SYSTEM_DATA}
... ...
1   -VERSION=k8stest
  1 +VERSION=1.2.4
2 2 PROJECT=thingsboard
3 3 APP=tb-cassandra-schema
4 4
... ...
... ... @@ -22,7 +22,7 @@ spec:
22 22 containers:
23 23 - name: tb-cassandra-schema
24 24 imagePullPolicy: Always
25   - image: thingsboard/tb-cassandra-schema:k8stest
  25 + image: thingsboard/tb-cassandra-schema:1.2.4
26 26 env:
27 27 - name: SKIP_SCHEMA_CREATION
28 28 value: "false"
... ...
1   -VERSION=k8stest
  1 +VERSION=1.2.4
2 2 PROJECT=thingsboard
3 3 APP=application
4 4
... ...
... ... @@ -79,7 +79,7 @@ spec:
79 79 containers:
80 80 - name: tb
81 81 imagePullPolicy: Always
82   - image: thingsboard/application:k8stest
  82 + image: thingsboard/application:1.2.4
83 83 ports:
84 84 - containerPort: 8080
85 85 name: ui
... ...
1   -VERSION=k8stest
  1 +VERSION=1.2.4
2 2 PROJECT=thingsboard
3 3 APP=zk
4 4
... ...
... ... @@ -87,7 +87,7 @@ spec:
87 87 containers:
88 88 - name: zk
89 89 imagePullPolicy: Always
90   - image: thingsboard/zk:k8stest
  90 + image: thingsboard/zk:1.2.4
91 91 ports:
92 92 - containerPort: 2181
93 93 name: client
... ...