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:
@@ -5,6 +5,6 @@
|
||||
# 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
|
||||
containers:
|
||||
- name: nginx
|
||||
image: bigchaindb/nginx_https:2.0.0-alpha5
|
||||
image: bigchaindb/nginx_https:2.2.2
|
||||
imagePullPolicy: Always
|
||||
env:
|
||||
- name: NODE_FRONTEND_PORT
|
||||
|
||||
Reference in New Issue
Block a user