/helm_charts

Helm Charts used by Instinct

Primary LanguageMustache

Helm Charts used by Instinct Science

This is a collection of Helm charts used by Instinct Science to deploy to EKS. It uses Github pages to publish the repository. So anything commited to master is the current repository contents.

Basic Updating Charts and Releasing

  1. Make edits to template files
  2. Update Chart.yaml file with new version numbers
  3. Create a new tarball helm package phoenix-app/.
  4. Update Chart index file helm repo index --url https://instinctscience.github.io/helm_charts/ --merge index.yaml . Note: sometimes this command update the created timestamp of previous releases. These should manually be kept the same and not commited.
  5. Commit, PR, merge to master