mirror of
https://github.com/apricote/releaser-pleaser.git
synced 2026-02-07 10:17:02 +00:00
feat: add helmchart updater
Signed-off-by: skuethe <56306041+skuethe@users.noreply.github.com>
This commit is contained in:
parent
8d6175c13b
commit
9cb85f630c
5 changed files with 109 additions and 2 deletions
|
|
@ -31,3 +31,10 @@ Learn more about this updater in ["Updating arbitrary files"](../guides/updating
|
|||
- **Default**: disabled
|
||||
|
||||
This updater can update the `version` field in Node.js `package.json` files. The updater is disabled by default.
|
||||
|
||||
## Helm's `Chart.yaml` Updater
|
||||
|
||||
- **Name**: `helmchart`
|
||||
- **Default**: disabled
|
||||
|
||||
This updater can update the `version` field in Helm's `Chart.yaml` files. The updater is disabled by default.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue