Repo for Helm Charts for pokedextracker.com.
web-app- A Chart for a basic web app.
$ helm repo add pokedextracker https://pokedextracker.github.io/chartsAfter a change has been merged into the master branch, you can run this make
command to cut a new version and push it up. Make sure you specify the updated
chart and the new version that it should be.
make release chart=web-app version=1.0.0To see how the release would be created without committing it and pushing it up,
you can run it with DRY_RUN=true to do everything except the git commands.
DRY_RUN=true make release chart=web-app version=1.0.0