Skip to content

Latest commit

 

History

History
33 lines (21 loc) · 932 Bytes

README.md

File metadata and controls

33 lines (21 loc) · 932 Bytes

Synse Charts

Vapor IO open source software helm charts.

Adding this chart repository

helm repo add synse https://charts.vapor.io

How do I install these charts?

helm install synse/<chart>

Development and Contributing

Requirements:

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.