mirror of
https://github.com/bigchaindb/bigchaindb.git
synced 2024-10-13 13:34:05 +00:00
Update imagePullPolicy for unstable images
- Update imagePullPolicy from IfNotPresent to Always for all unstable images we are using in k8s template, because those images are updated regularly, we will keep it unstable until the official release. - Use Tendermint v0.13 as base docker image, since our current integration is based out of v0.13
This commit is contained in:
parent
a8a10edf0e
commit
93e2b3bb4c
@ -13,7 +13,7 @@ spec:
|
||||
containers:
|
||||
- name: bigchaindb
|
||||
image: bigchaindb/bigchaindb:unstable
|
||||
imagePullPolicy: IfNotPresent
|
||||
imagePullPolicy: Always
|
||||
args:
|
||||
- start
|
||||
env:
|
||||
|
@ -22,7 +22,7 @@ spec:
|
||||
containers:
|
||||
- name: mongodb
|
||||
image: bigchaindb/localmongodb:unstable
|
||||
imagePullPolicy: IfNotPresent
|
||||
imagePullPolicy: Always
|
||||
env:
|
||||
- name: MONGODB_FQDN
|
||||
valueFrom:
|
||||
|
@ -13,7 +13,7 @@ spec:
|
||||
containers:
|
||||
- name: nginx
|
||||
image: bigchaindb/nginx_http:unstable
|
||||
imagePullPolicy: IfNotPresent
|
||||
imagePullPolicy: Always
|
||||
env:
|
||||
- name: CLUSTER_FRONTEND_PORT
|
||||
valueFrom:
|
||||
|
@ -13,7 +13,7 @@ spec:
|
||||
containers:
|
||||
- name: nginx
|
||||
image: bigchaindb/nginx_https:unstable
|
||||
imagePullPolicy: IfNotPresent
|
||||
imagePullPolicy: Always
|
||||
env:
|
||||
- name: CLUSTER_FRONTEND_PORT
|
||||
valueFrom:
|
||||
|
@ -1,4 +1,4 @@
|
||||
FROM tendermint/tendermint:develop
|
||||
FROM tendermint/tendermint:0.13
|
||||
LABEL maintainer "dev@bigchaindb.com"
|
||||
WORKDIR /
|
||||
COPY genesis.json.template /etc/tendermint/genesis.json
|
||||
|
Loading…
x
Reference in New Issue
Block a user