mirror of
https://github.com/bigchaindb/bigchaindb.git
synced 2024-10-13 13:34:05 +00:00
Update k8s container versions
Signed-off-by: David Dashyan <mail@davie.li>
This commit is contained in:
parent
8895d50f5b
commit
af2517b2ae
@ -45,7 +45,7 @@ spec:
|
|||||||
# Nginx container for hosting public key of this ndoe
|
# Nginx container for hosting public key of this ndoe
|
||||||
- name: nginx
|
- name: nginx
|
||||||
imagePullPolicy: Always
|
imagePullPolicy: Always
|
||||||
image: bigchaindb/nginx_pub_key_access:2.0.0-alpha5
|
image: bigchaindb/nginx_pub_key_access:2.2.2
|
||||||
env:
|
env:
|
||||||
- name: TM_PUB_KEY_ACCESS_PORT
|
- name: TM_PUB_KEY_ACCESS_PORT
|
||||||
valueFrom:
|
valueFrom:
|
||||||
@ -62,7 +62,7 @@ spec:
|
|||||||
#Tendermint container
|
#Tendermint container
|
||||||
- name: tendermint
|
- name: tendermint
|
||||||
imagePullPolicy: Always
|
imagePullPolicy: Always
|
||||||
image: bigchaindb/tendermint:2.0.0-alpha5
|
image: bigchaindb/tendermint:2.2.2
|
||||||
env:
|
env:
|
||||||
- name: TM_PERSISTENT_PEERS
|
- name: TM_PERSISTENT_PEERS
|
||||||
valueFrom:
|
valueFrom:
|
||||||
@ -159,7 +159,7 @@ spec:
|
|||||||
timeoutSeconds: 15
|
timeoutSeconds: 15
|
||||||
# BigchainDB container
|
# BigchainDB container
|
||||||
- name: bigchaindb
|
- name: bigchaindb
|
||||||
image: bigchaindb/bigchaindb:2.0.0-beta9
|
image: bigchaindb/bigchaindb:2.2.2
|
||||||
imagePullPolicy: Always
|
imagePullPolicy: Always
|
||||||
args:
|
args:
|
||||||
- start
|
- start
|
||||||
|
@ -5,6 +5,6 @@
|
|||||||
# Code is Apache-2.0 and docs are CC-BY-4.0
|
# Code is Apache-2.0 and docs are CC-BY-4.0
|
||||||
|
|
||||||
|
|
||||||
docker build -t bigchaindb/nginx_pub_key_access:2.0.0-alpha3 .
|
docker build -t bigchaindb/nginx_pub_key_access:2.2.2 .
|
||||||
|
|
||||||
docker push bigchaindb/nginx_pub_key_access:2.0.0-alpha3
|
docker push bigchaindb/nginx_pub_key_access:2.2.2
|
||||||
|
@ -5,6 +5,6 @@
|
|||||||
# Code is Apache-2.0 and docs are CC-BY-4.0
|
# Code is Apache-2.0 and docs are CC-BY-4.0
|
||||||
|
|
||||||
|
|
||||||
docker build -t bigchaindb/tendermint:2.0.0-alpha3 .
|
docker build -t bigchaindb/tendermint:2.2.2 .
|
||||||
|
|
||||||
docker push bigchaindb/tendermint:2.0.0-alpha3
|
docker push bigchaindb/tendermint:2.2.2
|
||||||
|
@ -39,7 +39,7 @@ spec:
|
|||||||
terminationGracePeriodSeconds: 10
|
terminationGracePeriodSeconds: 10
|
||||||
containers:
|
containers:
|
||||||
- name: bigchaindb
|
- name: bigchaindb
|
||||||
image: bigchaindb/bigchaindb:2.0.0-beta9
|
image: bigchaindb/bigchaindb:2.2.2
|
||||||
imagePullPolicy: Always
|
imagePullPolicy: Always
|
||||||
args:
|
args:
|
||||||
- start
|
- start
|
||||||
|
@ -5,6 +5,6 @@
|
|||||||
# Code is Apache-2.0 and docs are CC-BY-4.0
|
# Code is Apache-2.0 and docs are CC-BY-4.0
|
||||||
|
|
||||||
|
|
||||||
docker build -t bigchaindb/mongodb-monitoring-agent:2.0.0-alpha .
|
docker build -t bigchaindb/mongodb-monitoring-agent:2.2.2 .
|
||||||
|
|
||||||
docker push bigchaindb/mongodb-monitoring-agent:2.0.0-alpha
|
docker push bigchaindb/mongodb-monitoring-agent:2.2.2
|
||||||
|
@ -29,7 +29,7 @@ spec:
|
|||||||
terminationGracePeriodSeconds: 10
|
terminationGracePeriodSeconds: 10
|
||||||
containers:
|
containers:
|
||||||
- name: mdb-mon
|
- name: mdb-mon
|
||||||
image: bigchaindb/mongodb-monitoring-agent:2.0.0-alpha
|
image: bigchaindb/mongodb-monitoring-agent:2.2.2
|
||||||
imagePullPolicy: IfNotPresent
|
imagePullPolicy: IfNotPresent
|
||||||
env:
|
env:
|
||||||
- name: MMS_API_KEYFILE_PATH
|
- name: MMS_API_KEYFILE_PATH
|
||||||
|
@ -5,5 +5,5 @@
|
|||||||
# Code is Apache-2.0 and docs are CC-BY-4.0
|
# Code is Apache-2.0 and docs are CC-BY-4.0
|
||||||
|
|
||||||
|
|
||||||
docker build -t bigchaindb/localmongodb:2.0.0-alpha5 .
|
docker build -t bigchaindb/localmongodb:2.2.2 .
|
||||||
docker push bigchaindb/localmongodb:2.0.0-alpha5
|
docker push bigchaindb/localmongodb:2.2.2
|
||||||
|
@ -26,7 +26,7 @@ spec:
|
|||||||
terminationGracePeriodSeconds: 10
|
terminationGracePeriodSeconds: 10
|
||||||
containers:
|
containers:
|
||||||
- name: mongodb
|
- name: mongodb
|
||||||
image: bigchaindb/localmongodb:2.0.0-alpha5
|
image: bigchaindb/localmongodb:2.2.2
|
||||||
imagePullPolicy: Always
|
imagePullPolicy: Always
|
||||||
env:
|
env:
|
||||||
- name: MONGODB_FQDN
|
- name: MONGODB_FQDN
|
||||||
|
@ -5,6 +5,6 @@
|
|||||||
# Code is Apache-2.0 and docs are CC-BY-4.0
|
# Code is Apache-2.0 and docs are CC-BY-4.0
|
||||||
|
|
||||||
|
|
||||||
docker build -t bigchaindb/nginx_http:2.0.0-alpha5 .
|
docker build -t bigchaindb/nginx_http:2.2.2
|
||||||
|
|
||||||
docker push bigchaindb/nginx_http:2.0.0-alpha5
|
docker push bigchaindb/nginx_http:2.2.2
|
||||||
|
@ -17,7 +17,7 @@ spec:
|
|||||||
terminationGracePeriodSeconds: 10
|
terminationGracePeriodSeconds: 10
|
||||||
containers:
|
containers:
|
||||||
- name: nginx
|
- name: nginx
|
||||||
image: bigchaindb/nginx_http:2.0.0-alpha5
|
image: bigchaindb/nginx_http:2.2.2
|
||||||
imagePullPolicy: Always
|
imagePullPolicy: Always
|
||||||
env:
|
env:
|
||||||
- name: NODE_FRONTEND_PORT
|
- name: NODE_FRONTEND_PORT
|
||||||
|
@ -5,6 +5,6 @@
|
|||||||
# Code is Apache-2.0 and docs are CC-BY-4.0
|
# Code is Apache-2.0 and docs are CC-BY-4.0
|
||||||
|
|
||||||
|
|
||||||
docker build -t bigchaindb/nginx_https:2.0.0-alpha5 .
|
docker build -t bigchaindb/nginx_https:2.2.2 .
|
||||||
|
|
||||||
docker push bigchaindb/nginx_https:2.0.0-alpha5
|
docker push bigchaindb/nginx_https:2.2.2
|
||||||
|
@ -17,7 +17,7 @@ spec:
|
|||||||
terminationGracePeriodSeconds: 10
|
terminationGracePeriodSeconds: 10
|
||||||
containers:
|
containers:
|
||||||
- name: nginx
|
- name: nginx
|
||||||
image: bigchaindb/nginx_https:2.0.0-alpha5
|
image: bigchaindb/nginx_https:2.2.2
|
||||||
imagePullPolicy: Always
|
imagePullPolicy: Always
|
||||||
env:
|
env:
|
||||||
- name: NODE_FRONTEND_PORT
|
- name: NODE_FRONTEND_PORT
|
||||||
|
@ -5,6 +5,6 @@
|
|||||||
# Code is Apache-2.0 and docs are CC-BY-4.0
|
# Code is Apache-2.0 and docs are CC-BY-4.0
|
||||||
|
|
||||||
|
|
||||||
docker build -t bigchaindb/nginx_3scale:2.0.0-alpha .
|
docker build -t bigchaindb/nginx_3scale:2.2.2 .
|
||||||
|
|
||||||
docker push bigchaindb/nginx_3scale:2.0.0-alpha
|
docker push bigchaindb/nginx_3scale:2.2.2
|
||||||
|
@ -17,7 +17,7 @@ spec:
|
|||||||
terminationGracePeriodSeconds: 10
|
terminationGracePeriodSeconds: 10
|
||||||
containers:
|
containers:
|
||||||
- name: nginx-openresty
|
- name: nginx-openresty
|
||||||
image: bigchaindb/nginx_3scale:2.0.0-alpha
|
image: bigchaindb/nginx_3scale:2.2.2
|
||||||
imagePullPolicy: IfNotPresent
|
imagePullPolicy: IfNotPresent
|
||||||
env:
|
env:
|
||||||
- name: DNS_SERVER
|
- name: DNS_SERVER
|
||||||
|
Loading…
x
Reference in New Issue
Block a user