Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
fix ; missing in bumbing chart version command
  • Loading branch information
zakkg3 authored Aug 5, 2019
1 parent b49c78b commit 902a1c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,6 @@ Include the following lines in helmfile.d/01-cert-manager.yaml
To bump the versions you can use a script (python3):

pip install -r requirements.txt
APP_VERSION=vX.XX.XX APP_RELEASE=X.XX CHART_VERSION=v0.1.XX ./versionBump.py
APP_VERSION="vX.XX.XX"; APP_RELEASE="X.XX"; CHART_VERSION="v0.1.XX"; ./versionBump.py

PR's are welcome :)

0 comments on commit 902a1c3

Please sign in to comment.