Commit e0dc2677fd325161f9f9fca833f721b4a05c49a6

Authored by Igor Kulikov
1 parent e67774bb

Update docker version to 1.3.1

... ... @@ -18,7 +18,7 @@ version: '2'
18 18
19 19 services:
20 20 tb:
21   - image: "thingsboard/application:1.3.0"
  21 + image: "thingsboard/application:1.3.1"
22 22 ports:
23 23 - "8080:8080"
24 24 - "1883:1883"
... ...
... ... @@ -22,7 +22,7 @@ spec:
22 22 containers:
23 23 - name: cassandra-setup
24 24 imagePullPolicy: Always
25   - image: thingsboard/cassandra-setup:1.3.0
  25 + image: thingsboard/cassandra-setup:1.3.1
26 26 env:
27 27 - name: ADD_DEMO_DATA
28 28 value: "true"
... ...
... ... @@ -54,7 +54,7 @@ spec:
54 54 topologyKey: "kubernetes.io/hostname"
55 55 containers:
56 56 - name: cassandra
57   - image: thingsboard/cassandra:1.3.0
  57 + image: thingsboard/cassandra:1.3.1
58 58 imagePullPolicy: Always
59 59 ports:
60 60 - containerPort: 7000
... ...
... ... @@ -82,7 +82,7 @@ spec:
82 82 containers:
83 83 - name: tb
84 84 imagePullPolicy: Always
85   - image: thingsboard/application:1.3.0
  85 + image: thingsboard/application:1.3.1
86 86 ports:
87 87 - containerPort: 8080
88 88 name: ui
... ...
... ... @@ -87,7 +87,7 @@ spec:
87 87 containers:
88 88 - name: zk
89 89 imagePullPolicy: Always
90   - image: thingsboard/zk:1.3.0
  90 + image: thingsboard/zk:1.3.1
91 91 ports:
92 92 - containerPort: 2181
93 93 name: client
... ...