Skip to content

Latest commit

 

History

History
31 lines (21 loc) · 777 Bytes

File metadata and controls

31 lines (21 loc) · 777 Bytes

Charts

Repo for Helm Charts for pokedextracker.com.

Available Charts

  • web-app - A Chart for a basic web app.

Adding the Repo

$ helm repo add pokedextracker https://pokedextracker.github.io/charts

Updating a Chart

After 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.0

To 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