Skip to content

Commit

Permalink
Release devicehive-docker version 3.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
sitnik committed Dec 12, 2017
1 parent f6b1f0e commit 811d1ee
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 12 deletions.
12 changes: 6 additions & 6 deletions dh-rdbms-k8s/devicehive.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ spec:
spec:
containers:
- name: devicehive-hazelcast
image: devicehive/devicehive-hazelcast:development
image: devicehive/devicehive-hazelcast:3.4.2
imagePullPolicy: Always
env:
- name: MIN_HEAP_SIZE
Expand Down Expand Up @@ -61,7 +61,7 @@ spec:
spec:
containers:
- name: devicehive-auth
image: devicehive/devicehive-auth:development
image: devicehive/devicehive-auth:3.4.2
imagePullPolicy: Always
env:
- name: DH_ZK_ADDRESS
Expand Down Expand Up @@ -117,7 +117,7 @@ spec:
spec:
containers:
- name: devicehive-frontend
image: devicehive/devicehive-frontend:development
image: devicehive/devicehive-frontend:3.4.2
imagePullPolicy: Always
env:
- name: DH_AUTH_URL
Expand Down Expand Up @@ -163,7 +163,7 @@ spec:
spec:
containers:
- name: devicehive-backend
image: devicehive/devicehive-backend:development
image: devicehive/devicehive-backend:3.4.2
imagePullPolicy: Always
env:
- name: DH_ZK_ADDRESS
Expand Down Expand Up @@ -214,7 +214,7 @@ spec:
spec:
containers:
- name: devicehive-plugin
image: devicehive/devicehive-plugin:development
image: devicehive/devicehive-plugin:3.4.2
imagePullPolicy: Always
env:
- name: DH_AUTH_URL
Expand Down Expand Up @@ -280,7 +280,7 @@ spec:
spec:
containers:
- name: devicehive-proxy
image: devicehive/devicehive-proxy:development
image: devicehive/devicehive-proxy:3.4.2
imagePullPolicy: Always
ports:
- name: http
Expand Down
2 changes: 1 addition & 1 deletion rdbms-image/dh_plugin.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
version: "3"
services:
dh_plugin:
image: devicehive/devicehive-plugin:${DH_TAG:-development}
image: devicehive/devicehive-plugin:${DH_TAG:-3.4.2}
ports:
- "${DH_PLUGIN_PORT:-8110}:8110"
links:
Expand Down
10 changes: 5 additions & 5 deletions rdbms-image/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ services:
WSS_PORT: 3000

dh_frontend:
image: devicehive/devicehive-frontend:${DH_TAG:-development}
image: devicehive/devicehive-frontend:${DH_TAG:-3.4.2}
links:
- "postgres"
- "kafka"
Expand Down Expand Up @@ -71,7 +71,7 @@ services:
SPRING_PROFILES_ACTIVE: ${DH_FE_SPRING_PROFILES_ACTIVE:-rpc-client}

dh_auth:
image: devicehive/devicehive-auth:${DH_TAG:-development}
image: devicehive/devicehive-auth:${DH_TAG:-3.4.2}
links:
- "postgres"
- "hazelcast"
Expand All @@ -90,7 +90,7 @@ services:
JWT_SECRET: ${JWT_SECRET}

hazelcast:
image: devicehive/devicehive-hazelcast:${DH_TAG:-development}
image: devicehive/devicehive-hazelcast:${DH_TAG:-3.4.2}
ports:
- "5701:5701"
restart: unless-stopped
Expand All @@ -99,7 +99,7 @@ services:
MIN_HEAP_SIZE: "512m"

dh_backend:
image: devicehive/devicehive-backend:${DH_TAG:-development}
image: devicehive/devicehive-backend:${DH_TAG:-3.4.2}
links:
- "hazelcast"
- "kafka"
Expand Down Expand Up @@ -127,7 +127,7 @@ services:
SPRING_PROFILES_ACTIVE: ${DH_BE_SPRING_PROFILES_ACTIVE:-rpc-server}

dh_proxy:
image: devicehive/devicehive-proxy:${DH_PROXY_TAG:-development}
image: devicehive/devicehive-proxy:${DH_PROXY_TAG:-3.4.2}
links:
- "dh_auth"
- "dh_frontend"
Expand Down

0 comments on commit 811d1ee

Please sign in to comment.