thingsboard-memoizeit

Fixed version

5/24/2017 10:40:19 AM

Details

diff --git a/docker/docker-compose.yml b/docker/docker-compose.yml
index c86f20d..ebf1202 100644
--- a/docker/docker-compose.yml
+++ b/docker/docker-compose.yml
@@ -18,16 +18,16 @@ version: '2'
 
 services:
   tb:
-    image: "thingsboard/application:k8stest"
+    image: "thingsboard/application:1.2.4"
     ports:
       - "8080:8080"
-      - "1884:1883"
+      - "1883:1883"
       - "5683:5683/udp"
     env_file:
       - tb.env
     entrypoint: ./run-application.sh
   tb-cassandra-schema:
-    image: "thingsboard/tb-cassandra-schema:k8stest"
+    image: "thingsboard/tb-cassandra-schema:1.2.4"
     environment:
       - SKIP_SCHEMA_CREATION=${SKIP_SCHEMA_CREATION}
       - SKIP_SYSTEM_DATA=${SKIP_SYSTEM_DATA}
diff --git a/docker/tb/Makefile b/docker/tb/Makefile
index 000968e..afd1f80 100644
--- a/docker/tb/Makefile
+++ b/docker/tb/Makefile
@@ -1,4 +1,4 @@
-VERSION=k8stest
+VERSION=1.2.4
 PROJECT=thingsboard
 APP=application
 
diff --git a/docker/tb/tb.yaml b/docker/tb/tb.yaml
index b65a2e9..15ed193 100644
--- a/docker/tb/tb.yaml
+++ b/docker/tb/tb.yaml
@@ -79,7 +79,7 @@ spec:
       containers:
       - name: tb
         imagePullPolicy: Always
-        image: thingsboard/application:k8stest
+        image: thingsboard/application:1.2.4
         ports:
         - containerPort: 8080
           name: ui
diff --git a/docker/tb-cassandra-schema/Makefile b/docker/tb-cassandra-schema/Makefile
index aa18c4d..c3f2820 100644
--- a/docker/tb-cassandra-schema/Makefile
+++ b/docker/tb-cassandra-schema/Makefile
@@ -1,4 +1,4 @@
-VERSION=k8stest
+VERSION=1.2.4
 PROJECT=thingsboard
 APP=tb-cassandra-schema
 
diff --git a/docker/tb-cassandra-schema/tb-cassandra-schema.yaml b/docker/tb-cassandra-schema/tb-cassandra-schema.yaml
index 9376d48..e3340a4 100644
--- a/docker/tb-cassandra-schema/tb-cassandra-schema.yaml
+++ b/docker/tb-cassandra-schema/tb-cassandra-schema.yaml
@@ -22,7 +22,7 @@ spec:
   containers:
   - name: tb-cassandra-schema
     imagePullPolicy: Always
-    image: thingsboard/tb-cassandra-schema:k8stest
+    image: thingsboard/tb-cassandra-schema:1.2.4
     env:
     - name: SKIP_SCHEMA_CREATION
       value: "false"
diff --git a/docker/zookeeper/Makefile b/docker/zookeeper/Makefile
index b179f07..6e4ef12 100644
--- a/docker/zookeeper/Makefile
+++ b/docker/zookeeper/Makefile
@@ -1,4 +1,4 @@
-VERSION=k8stest
+VERSION=1.2.4
 PROJECT=thingsboard
 APP=zk
 
diff --git a/docker/zookeeper/zookeeper.yaml b/docker/zookeeper/zookeeper.yaml
index 4b8501d..d027f8e 100644
--- a/docker/zookeeper/zookeeper.yaml
+++ b/docker/zookeeper/zookeeper.yaml
@@ -87,7 +87,7 @@ spec:
       containers:
       - name: zk
         imagePullPolicy: Always
-        image: thingsboard/zk:k8stest
+        image: thingsboard/zk:1.2.4
         ports:
         - containerPort: 2181
           name: client