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

set release version script #26

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open

set release version script #26

wants to merge 3 commits into from

Conversation

zzzming
Copy link
Member

@zzzming zzzming commented Mar 24, 2020

A script can automatically update major, minor, or patch release version for all the required charts.

@zzzming zzzming requested a review from cdbartholomew March 24, 2020 01:18
@cdbartholomew
Copy link
Member

Does the script update all Helm chart versions? How does it work if only 1 chart has changed?

@zzzming
Copy link
Member Author

zzzming commented Mar 25, 2020

It only up-versions the Chart.yaml if the chart folder has been updated by comparing the local sub-folder vs origin master.

@cdbartholomew
Copy link
Member

@Ming, in the latest release process we have a single release branch and up version the charts in that branch after rebasing from master. Given that, does this script still work as intended?

zzzming pushed a commit that referenced this pull request Sep 2, 2021
* Fix ct config

* Fix lint errors in Chart.yaml

* Fix lint errors in values.yaml

* Remove trailing whitespace in yaml files

* Change no -> false, yes -> true in yaml files since linting requires it

* Replace 2 or more blank lines with 1 blank line to pass linter

* Add maintainers since linting requires that

- use github id as name. similar convention is used in
  kube-prometheus-stack

* Set apiVersion to v2 in Chart.yaml

- error message was:
  dependencies are not valid in the Chart file with apiVersion 'v1'. They are valid in apiVersion 'v2'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants