Skip to content

Warning

You're viewing an older version of this GitHub Action. Do you want to see the latest version instead?

Setup updateChart

Actions
Adds updateChart to PATH
v1.1.0
Star (0)

setup-updatechart

Update a helm chart dependencies and own version

Usage

- uses: edgefarm/setup-updatechart@v1
- run: updateChart <args>

Options

$ updateChart --help
    -h, --help               Display this help
    -c, --chart              Chart.yaml to update
    -v, --new-version        New version to set for the chart and its dependencies
    -k, --keep-version       Keep the old version of the chart. Only sets dependencies versions.
    -l, --local-charts-dir   Location where local managed dependency charts are located
    -r, --repository         Repository of the chart

Example

    updateChart --chart charts/core/Chart.yaml --new-version 2.3.4 --local-charts-dir charts --repository oci://ghcr.io/edgefarm/edgefarm.core

Setup updateChart is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.

About

Adds updateChart to PATH
v1.1.0

Setup updateChart is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.