:bug: Align Helm chart version with repository release tag
Nobody has claimed this yet.
- Dominant language
- Go
- Stars
- 18
- Forks
- 50
- Avg merge
- 3d 3h
- Merged PRs (30d)
- 8
Description
Describe the bug
Currently, the rossoctl operator versions its Helm chart differently from the repository's tag/release version.
For example, in the 0.3.0 tagged codebase, the Chart.yaml still hardcodes the chart version as 0.2.0-alpha.24:
https://github.com/rossoctl/operator/blob/v0.3.0/charts/operator/Chart.yaml#L5
Expected behavior
The Helm chart version should match the repository release version.
Proposed Solution / Recommendation
Update to ensure the chart version matches the repo release version.
Steps To Reproduce
- Go to https://github.com/rossoctl/operator/blob/v0.3.0/charts/operator/Chart.yaml#L5
- In the 0.3.0 tagged codebase, the Chart.yaml still shows the chart version as 0.2.0-alpha.24:
Expected Behavior
The Helm chart version should match the repository release version.
Rossoctl Version
v0.3.0
Additional Context
No response
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start with charts/operator/Chart.yaml at the version field referenced in the issue, then inspect the repository's release or chart packaging workflow to see how versions are set. Verify the change against the v0.3.0 tagged codebase; done means the Helm chart version matches the repository release version rather than 0.2.0-alpha.24.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- go, helm
- Domain
- devops, release
- Issue type
- Bug
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Active
- Clarity
- Clearly specified
- Newbie friendliness
- 78/100