Update images used by yaml files

- Using tag `unstable` currently, until BDB+Tendermint is released
This commit is contained in:
Ahmed Muawia Khan 2018-02-21 20:17:24 +01:00
parent 13e750705e
commit 2978caaee6
5 changed files with 6 additions and 6 deletions

View File

@ -12,7 +12,7 @@ spec:
terminationGracePeriodSeconds: 10
containers:
- name: bigchaindb
image: bigchaindb/bigchaindb:1.3.0
image: bigchaindb/bigchaindb:unstable
imagePullPolicy: IfNotPresent
args:
- start

View File

@ -1,4 +1,4 @@
#!/bin/bash
docker build -t bigchaindb/localmongodb:1.0 .
docker push bigchaindb/localmongodb:1.0
docker build -t bigchaindb/localmongodb:unstable .
docker push bigchaindb/localmongodb:unstable

View File

@ -21,7 +21,7 @@ spec:
terminationGracePeriodSeconds: 10
containers:
- name: mongodb
image: bigchaindb/localmongodb:1.0
image: bigchaindb/localmongodb:unstable
imagePullPolicy: IfNotPresent
env:
- name: MONGODB_FQDN

View File

@ -12,7 +12,7 @@ spec:
terminationGracePeriodSeconds: 10
containers:
- name: nginx
image: bigchaindb/nginx_http:1.1
image: bigchaindb/nginx_http:unstable
imagePullPolicy: IfNotPresent
env:
- name: CLUSTER_FRONTEND_PORT

View File

@ -12,7 +12,7 @@ spec:
terminationGracePeriodSeconds: 10
containers:
- name: nginx
image: bigchaindb/nginx_https:1.1
image: bigchaindb/nginx_https:unstable
imagePullPolicy: IfNotPresent
env:
- name: CLUSTER_FRONTEND_PORT