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

Charts with "+" on tags generates package, don't update index. #4

Open
jlpedrosa opened this issue May 7, 2024 · 3 comments
Open
Assignees
Labels
bug Something isn't working

Comments

@jlpedrosa
Copy link
Collaborator

Created an issue in chart-releaser helm/chart-releaser-action#193 to see if they have any insights.

If we don't get this sorted quikcly I'll update the index.yaml manually.

@jlpedrosa jlpedrosa self-assigned this May 7, 2024
@jlpedrosa
Copy link
Collaborator Author

KMN, it turns out that chart releaser is making a mess with the download URLs, I created a PR to fix it. helm/chart-releaser#406

@jlpedrosa
Copy link
Collaborator Author

Ok, while the + token is the most used on charts.

Build metadata MAY be denoted by appending a plus sign and a series of dot separated identifiers immediately following the patch or pre-release version. 
Identifiers MUST comprise only ASCII alphanumerics and hyphens [0-9A-Za-z-]. 
Identifiers MUST NOT be empty. 
Build metadata MUST be ignored when determining version precedence.
Thus two versions that differ only in the build metadata, have the same precedence. Examples: 1.0.0-alpha+001, 1.0.0+20130313144700, 1.0.0-beta+exp.sha.5114f85, 1.0.0+21AF26D3----117B344092BD.

we can use the - for hot patches, not super happy about it, but I don't think helm people will be quick. In theory that inidicates not stable version (pre-rel). I am not positive if renovate/dependabot will help repos referencing the chart.

Copy link

github-actions bot commented Jun 8, 2024

This issue is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 7 days.

@github-actions github-actions bot added the stale label Jun 8, 2024
@platinummonkey platinummonkey added bug Something isn't working and removed stale labels Jun 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants