chris-sanders / replicated-helm-charts

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Replicated Helm Charts

Helm charts maintained by the Replicated team

Releasing

This repo uses chart-releaser to release all charts in the charts folder. Chart releaser will look for changes in the charts folder, and release charts that have changed on merge to main. The release is made available on github using the version that the charts Chart.yaml lists. The repository will also be automatically tagged for the release making it easy to identify where in the source history any given chart version was created from.

While chart-releaser will release multiple charts at once, pull requests should only modify a single chart at a time. If any chart fails to release chart-releaser will stop processing charts. By only modifying a single chart with any given pull request, not only is version history clear for each chart but a failure to release one chart does not impact the release of an alternate chart.

The Github action will list any reason for failure to release. A common mistake is not updating the Chart.lock file to match the Chart.yaml file. If a lock file is included in a chart, chart-release will verify that it matches the Chart.yaml version to avoid unexpected dependency versions. A failure to release only needs to be fixed in a new PR and merged again to trigger chart-releaser to try again.

At no point should a version ever be re-released. Once released a version is immutable. If a chart needs to be updated, a new version should be created. This is to ensure that the version history of a chart is clear and unambiguous.

wg-easy

To make releasing of the library chart easier this repo only intendeds to host this single chart. Examples using the chart can now be found at https://github.com/replicatedhq/platform-examples. The previous wg-easy chart has been moved to a personal repository of the maintainer at: https://github.com/chris-sanders/helm-charts/tree/master/charts/wg-easy

About

License:Apache License 2.0


Languages

Language:Smarty 88.7%Language:Go 10.8%Language:Makefile 0.5%