mirror of
https://github.com/bigchaindb/bigchaindb.git
synced 2024-10-13 13:34:05 +00:00
Last PR before the release of version 2.0 Alpha 5 (#2283)
* Updated CHANGELOG.md for version 2.0 Alpha 5 * Updated image tags in k8s files for 2.0 Alpha 5 * Updated version.py for 2.0 Alpha 5 * Problem: Missing alpha5 image update for test network containers * Problem: CHANGELOG not updated with 2284 * Problem: Liveness probe frequency change not the important
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
#!/bin/bash
|
||||
|
||||
docker build -t bigchaindb/nginx_https:2.0.0-alpha3 .
|
||||
docker build -t bigchaindb/nginx_https:2.0.0-alpha5 .
|
||||
|
||||
docker push bigchaindb/nginx_https:2.0.0-alpha3
|
||||
docker push bigchaindb/nginx_https:2.0.0-alpha5
|
||||
|
||||
@@ -12,7 +12,7 @@ spec:
|
||||
terminationGracePeriodSeconds: 10
|
||||
containers:
|
||||
- name: nginx
|
||||
image: bigchaindb/nginx_https:2.0.0-alpha3
|
||||
image: bigchaindb/nginx_https:2.0.0-alpha5
|
||||
imagePullPolicy: Always
|
||||
env:
|
||||
- name: NODE_FRONTEND_PORT
|
||||
|
||||
Reference in New Issue
Block a user