Updates Helm chart values files before release.
- 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: ""| 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"
}
] |
Contributions are welcome! Please see the contributing guidelines for more details.
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.