Skip to content

Latest commit

 

History

History
127 lines (86 loc) · 7.72 KB

File metadata and controls

127 lines (86 loc) · 7.72 KB

Icon GitHub Action: Update chart values

Update chart values

Marketplace Release License Stars PRs Welcome GitHub Verified Creator

Overview

Updates Helm chart values files before release.

Usage

- uses: hoverkraft-tech/ci-github-container/actions/helm/update-chart-values@c9088e8447c5a8be45157e17701023fc50ccb1c0 # 0.37.2
  with:
    # Path to the chart to update
    # This input is required.
    path: ""

    # Define charts values to be filled.
    # See https://mikefarah.gitbook.io/yq/.
    # Format: `[{ file, path, value }]`.
    #
    # Example:
    #
    # ```json
    # [
    # {
    # "file": "charts/application/charts/api/values.yaml",
    # "path": ".image.registry", "value": "ghcr.io"
    # }
    # ]
    # ```
    values: ""

Inputs

Input Description Required Default
path Path to the chart to update true -
values Define charts values to be filled. false -
See https://mikefarah.gitbook.io/yq/.
Format: [{ file, path, value }].
Example:
[
 {
 "file": "charts/application/charts/api/values.yaml",
 "path": ".image.registry", "value": "ghcr.io"
 }
]

Contributing

Contributions are welcome! Please see the contributing guidelines for more details.

License

This project is licensed under the MIT License.

SPDX-License-Identifier: MIT

Copyright © 2026 hoverkraft

For more details, see the license.


This documentation was automatically generated by CI Dokumentor.