Update k8s files for 2.0.0b6

This commit is contained in:
Troy McConaghy 2018-09-17 14:48:24 +02:00
parent eb0e387b18
commit fbddef0eb7
2 changed files with 2 additions and 2 deletions

View File

@ -158,7 +158,7 @@ spec:
timeoutSeconds: 15 timeoutSeconds: 15
# BigchainDB container # BigchainDB container
- name: bigchaindb - name: bigchaindb
image: bigchaindb/bigchaindb:2.0.0-beta5 image: bigchaindb/bigchaindb:2.0.0-beta6
imagePullPolicy: Always imagePullPolicy: Always
args: args:
- start - start

View File

@ -38,7 +38,7 @@ spec:
terminationGracePeriodSeconds: 10 terminationGracePeriodSeconds: 10
containers: containers:
- name: bigchaindb - name: bigchaindb
image: bigchaindb/bigchaindb:2.0.0-beta5 image: bigchaindb/bigchaindb:2.0.0-beta6
imagePullPolicy: Always imagePullPolicy: Always
args: args:
- start - start