Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add helmChart target #194

Merged
merged 5 commits into from
Mar 14, 2021
Merged

Add helmChart target #194

merged 5 commits into from
Mar 14, 2021

Conversation

olblak
Copy link
Member

@olblak olblak commented Mar 13, 2021

This PR adds Helm Chart target support to automatically update an helm chart.
This targets works both with local files and git/github.
It supports three two scenarios:

  1. We bump a value in requirements.yaml, then it deletes requirements.lock if needed, and finally bump the chartVersion
  2. We bump a value in any other files but typically values.yaml, then we bump ChartVersion and the AppVersion if the flag is set to true

An example can be found here

Signed-off-by: Olivier Vernin olivier@vernin.me

Signed-off-by: Olivier Vernin <olivier@vernin.me>
@olblak olblak added enhancement New feature or request target Related to updatecli target labels Mar 13, 2021
Signed-off-by: Olivier Vernin <olivier@vernin.me>
Signed-off-by: Olivier Vernin <olivier@vernin.me>
Signed-off-by: Olivier Vernin <olivier@vernin.me>
Signed-off-by: Olivier Vernin <olivier@vernin.me>
@olblak olblak merged commit ddbfeeb into updatecli:main Mar 14, 2021
@olblak olblak deleted the helmChart branch August 30, 2021 12:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request target Related to updatecli target
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant