root: update version in readme
This commit is contained in:
@ -15,6 +15,10 @@ values =
|
|||||||
beta
|
beta
|
||||||
stable
|
stable
|
||||||
|
|
||||||
|
[bumpversion:file:README.md]
|
||||||
|
|
||||||
|
[bumpversion:file:docs/installation/docker-compose.md]
|
||||||
|
|
||||||
[bumpversion:file:helm/values.yaml]
|
[bumpversion:file:helm/values.yaml]
|
||||||
|
|
||||||
[bumpversion:file:helm/Chart.yaml]
|
[bumpversion:file:helm/Chart.yaml]
|
||||||
|
|||||||
@ -1,8 +1,8 @@
|
|||||||
<img src="passbook/static/static/passbook/logo.svg" height="50" alt="passbook logo"><img src="passbook/static/static/passbook/brand_inverted.svg" height="50" alt="passbook">
|
<img src="passbook/static/static/passbook/logo.svg" height="50" alt="passbook logo"><img src="passbook/static/static/passbook/brand_inverted.svg" height="50" alt="passbook">
|
||||||
|
|
||||||

|
[](https://dev.azure.com/beryjuorg/passbook/_build?definitionId=1)
|
||||||

|

|
||||||

|
[](https://codecov.io/gh/BeryJu/passbook)
|
||||||

|

|
||||||

|

|
||||||

|

|
||||||
@ -21,7 +21,7 @@ wget https://raw.githubusercontent.com/BeryJu/passbook/master/docker-compose.yml
|
|||||||
# Optionally enable Error-reporting
|
# Optionally enable Error-reporting
|
||||||
# export PASSBOOK_ERROR_REPORTING=true
|
# export PASSBOOK_ERROR_REPORTING=true
|
||||||
# Optionally deploy a different version
|
# Optionally deploy a different version
|
||||||
# export PASSBOOK_TAG=0.8.15-beta
|
# export PASSBOOK_TAG=0.9.0-pre7
|
||||||
# If this is a productive installation, set a different PostgreSQL Password
|
# If this is a productive installation, set a different PostgreSQL Password
|
||||||
# export PG_PASS=$(pwgen 40 1)
|
# export PG_PASS=$(pwgen 40 1)
|
||||||
docker-compose pull
|
docker-compose pull
|
||||||
|
|||||||
@ -16,7 +16,7 @@ wget https://raw.githubusercontent.com/BeryJu/passbook/master/docker-compose.yml
|
|||||||
# Optionally enable Error-reporting
|
# Optionally enable Error-reporting
|
||||||
# export PASSBOOK_ERROR_REPORTING=true
|
# export PASSBOOK_ERROR_REPORTING=true
|
||||||
# Optionally deploy a different version
|
# Optionally deploy a different version
|
||||||
# export PASSBOOK_TAG=0.8.15-beta
|
# export PASSBOOK_TAG=0.9.0-pre7
|
||||||
# If this is a productive installation, set a different PostgreSQL Password
|
# If this is a productive installation, set a different PostgreSQL Password
|
||||||
# export PG_PASS=$(pwgen 40 1)
|
# export PG_PASS=$(pwgen 40 1)
|
||||||
docker-compose pull
|
docker-compose pull
|
||||||
|
|||||||
Reference in New Issue
Block a user