Update docker version to 2.0.1

This commit is contained in:
Igor Kulikov 2018-06-01 15:38:07 +03:00
parent 9b499e2238
commit a4a3333e7f
9 changed files with 9 additions and 9 deletions

View File

@ -1,4 +1,4 @@
VERSION=2.0.0
VERSION=2.0.1
PROJECT=thingsboard
APP=cassandra-setup

View File

@ -1,4 +1,4 @@
VERSION=2.0.0
VERSION=2.0.1
PROJECT=thingsboard
APP=cassandra

View File

@ -18,7 +18,7 @@ version: '2'
services:
tb:
image: "thingsboard/application:2.0.0"
image: "thingsboard/application:2.0.1"
ports:
- "8080:8080"
- "1883:1883"

View File

@ -22,7 +22,7 @@ spec:
containers:
- name: cassandra-setup
imagePullPolicy: Always
image: thingsboard/cassandra-setup:2.0.0
image: thingsboard/cassandra-setup:2.0.1
env:
- name: ADD_DEMO_DATA
value: "true"

View File

@ -54,7 +54,7 @@ spec:
topologyKey: "kubernetes.io/hostname"
containers:
- name: cassandra
image: thingsboard/cassandra:2.0.0
image: thingsboard/cassandra:2.0.1
imagePullPolicy: Always
ports:
- containerPort: 7000

View File

@ -84,7 +84,7 @@ spec:
containers:
- name: tb
imagePullPolicy: Always
image: thingsboard/application:2.0.0
image: thingsboard/application:2.0.1
ports:
- containerPort: 8080
name: ui

View File

@ -87,7 +87,7 @@ spec:
containers:
- name: zk
imagePullPolicy: Always
image: thingsboard/zk:2.0.0
image: thingsboard/zk:2.0.1
ports:
- containerPort: 2181
name: client

View File

@ -1,4 +1,4 @@
VERSION=2.0.0
VERSION=2.0.1
PROJECT=thingsboard
APP=application

View File

@ -1,4 +1,4 @@
VERSION=2.0.0
VERSION=2.0.1
PROJECT=thingsboard
APP=zk