camptocamp/Helm Dependencies Upgrader

GitHub Action to update Helm dependencies on a Helm chart.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stalelast commit Aug 7, 2024
License
Apache 2.0

Pinned Snippet

workflow.ymlSHA-pinned
uses: camptocamp/helm-dependency-update-action@01f9d7d1efe273f878b6c145022538c3e68da49c # v0.5.0

tags can be moved; commit SHAs can't. why a SHA?

namedescriptionrequireddefault
chart-pathPath to the Helm chart folder.yes
readme-pathPath to a README.adoc with AsciiDoc attributes in the format ':<DEPENDENCY_NAME>-chart-version: <DEPENDENCY_VERSION>' that will be updated in the event of an update.no""
update-strategyUpgrade strategy to use. Valid values are 'major', 'minor' or 'patch'.nominor
excluded-dependenciesComma-separated list of dependencies to exclude from the update.no""
dry-runRun the action in dry-run mode to check possible updates but do not perform any update.nofalse
namedescription
update-typeString containing the update type that was effectively performed. Outputs one of the following values: 'none', 'patch', 'minor' or 'major'.