Update docker version to 1.3.1
This commit is contained in:
parent
e67774bbbb
commit
e0dc2677fd
@ -18,7 +18,7 @@ version: '2'
|
||||
|
||||
services:
|
||||
tb:
|
||||
image: "thingsboard/application:1.3.0"
|
||||
image: "thingsboard/application:1.3.1"
|
||||
ports:
|
||||
- "8080:8080"
|
||||
- "1883:1883"
|
||||
|
||||
@ -22,7 +22,7 @@ spec:
|
||||
containers:
|
||||
- name: cassandra-setup
|
||||
imagePullPolicy: Always
|
||||
image: thingsboard/cassandra-setup:1.3.0
|
||||
image: thingsboard/cassandra-setup:1.3.1
|
||||
env:
|
||||
- name: ADD_DEMO_DATA
|
||||
value: "true"
|
||||
|
||||
@ -54,7 +54,7 @@ spec:
|
||||
topologyKey: "kubernetes.io/hostname"
|
||||
containers:
|
||||
- name: cassandra
|
||||
image: thingsboard/cassandra:1.3.0
|
||||
image: thingsboard/cassandra:1.3.1
|
||||
imagePullPolicy: Always
|
||||
ports:
|
||||
- containerPort: 7000
|
||||
|
||||
@ -82,7 +82,7 @@ spec:
|
||||
containers:
|
||||
- name: tb
|
||||
imagePullPolicy: Always
|
||||
image: thingsboard/application:1.3.0
|
||||
image: thingsboard/application:1.3.1
|
||||
ports:
|
||||
- containerPort: 8080
|
||||
name: ui
|
||||
|
||||
@ -87,7 +87,7 @@ spec:
|
||||
containers:
|
||||
- name: zk
|
||||
imagePullPolicy: Always
|
||||
image: thingsboard/zk:1.3.0
|
||||
image: thingsboard/zk:1.3.1
|
||||
ports:
|
||||
- containerPort: 2181
|
||||
name: client
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user