Skip to content

Plugin: updater-helm

Updates chart metadata in a Helm Chart.yaml file. It helps keep Helm chart packages aligned with the application version being released.

Terminal window
go install github.com/SemRels/updater-helm@latest

Each plugin is a standalone Go binary. Keep it on your PATH or reference it with path: in .semrel.yaml. If you keep secrets in a .env file, load them with semrel --env-file .env release.

version: 1
plugins:
- name: updater-helm
path: updater-helm
args:
file: Chart.yaml
NameRequiredDefaultDescription
SEMREL_PLUGIN_FILEnoChart.yamlHelm chart file to update.
  • SEMREL_NEXT_VERSION
  • SEMREL_CURRENT_VERSION
  • SEMREL_TAG_NAME
  • SEMREL_DRY_RUN

For a 1.4.0 release, the updater can change version: 1.3.2 and related chart metadata in Chart.yaml.