2.0.4 • Published 1 year ago

@catalystsquad/release-config-helm v2.0.4

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
1 year ago

release-config-helm

Semantic release configuration for helm charts.

This release configuration is specialized to release helm charts in the following way: 1. Leverages the exec plugin to do the following: 1. Update Chart.yaml with new release version 2. Update chart dependencies 3. Package chart into .tgz file using helm package 2. Leverages the git plugin to commit the updated version in Chart.yaml 3. Leverages the github release plugin to create a github release, and include the packaged helm chart in the release