Vapor IO open source software helm charts.
helm repo add synse https://charts.vapor.io
helm install synse/<chart>
Requirements:
- Helm v3
- A credential for a kubernetes cluster
- Helm Charts Guide
When updating a Helm chart, appVersion
is used track the Semver of the application to be deployed. The corresponding chart version
is for changes to the values used in templating.
Applications with existing charts can also use the chart-releaser-action to automate bumping versions on new releases.
Changes to charts should be linted via helm lint
and validated with kubeconform.
Once changes are merged, the chart with be automatically published.