Helm Charts Repo used by Pinpoint
This repo contains charts for third-party components that we are using that aren't available in the public Helm repo.
Add a new subfolder, modify the makefile, and update the index.html.
- Merge all the changes.
- Tag the commit.
git tag -a $VERSION -m $MESSAGE
- Run
make build
to create the files. - Add and commit the new files in the docs subfolder
- Reset the tag to the new changes.
git tag -a $VERSION -m $MESSAGE -f
Copyright (c) 2018 by PinPT, Inc. All source code available in this repository are public domain.