mirror of
https://github.com/bigchaindb/bigchaindb.git
synced 2024-10-13 13:34:05 +00:00
Update images used by yaml files
- Using tag `unstable` currently, until BDB+Tendermint is released
This commit is contained in:
parent
13e750705e
commit
2978caaee6
@ -12,7 +12,7 @@ spec:
|
||||
terminationGracePeriodSeconds: 10
|
||||
containers:
|
||||
- name: bigchaindb
|
||||
image: bigchaindb/bigchaindb:1.3.0
|
||||
image: bigchaindb/bigchaindb:unstable
|
||||
imagePullPolicy: IfNotPresent
|
||||
args:
|
||||
- start
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user