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

Chart versions are off by 1 #830

Closed
misterdorito opened this issue Oct 8, 2024 · 0 comments · Fixed by #831
Closed

Chart versions are off by 1 #830

misterdorito opened this issue Oct 8, 2024 · 0 comments · Fixed by #831

Comments

@misterdorito
Copy link
Contributor

misterdorito commented Oct 8, 2024

Describe the bug
Version included in chart.yaml for contained charts is of by 1 due to the ordering of step in the release process.

For example:
If the chart release version is v3.24.4, then
--the Chart.yaml file in the repository at tag v3.24.4 will reference 3.24.3. (wrong version)
--the downloaded chart file will have version 3.24.4 (correct version).

To Reproduce
Produce a new release of Pega helm charts.

Expected behavior
Chart.yaml version should match the release tag.

Chart version
Latest/master/3.24.4

Server (if applicable, please complete the following information):
n/a

Additional context
n/a

@misterdorito misterdorito linked a pull request Oct 8, 2024 that will close this issue
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 a pull request may close this issue.

1 participant