mirror of
https://github.com/bigchaindb/bigchaindb.git
synced 2024-10-13 13:34:05 +00:00
Final PR Before the Release of 2.0 Alpha (#2175)
* Problem: docker image tag wrong in dev-setup/bigchaindb.yaml Solution: change the docker image tag to 2.0.0-alpha in that file * Problem: version.py needed updating for 2.0 Alpha Solution: Updated the contents of bigchaindb/version.py for the release of 2.0.0 Alpha
This commit is contained in:
parent
07f03dbd5e
commit
cc88b4d286
@ -1,2 +1,2 @@
|
|||||||
__version__ = '2.0.0.dev'
|
__version__ = '2.0.0a1'
|
||||||
__short_version__ = '2.0.dev'
|
__short_version__ = '2.0a1'
|
||||||
|
@ -34,7 +34,7 @@ spec:
|
|||||||
terminationGracePeriodSeconds: 10
|
terminationGracePeriodSeconds: 10
|
||||||
containers:
|
containers:
|
||||||
- name: bigchaindb
|
- name: bigchaindb
|
||||||
image: bigchaindb/bigchaindb:1.3.0
|
image: bigchaindb/bigchaindb:2.0.0-alpha
|
||||||
imagePullPolicy: Always
|
imagePullPolicy: Always
|
||||||
args:
|
args:
|
||||||
- start
|
- start
|
||||||
|
Loading…
x
Reference in New Issue
Block a user