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

[release/v1.0.x] Ignore 'v' version prefix in OCI artifact and Helm chart #996

Merged
merged 1 commit into from
May 27, 2024

Conversation

fluxcdbot
Copy link
Member

Automated backport to release/v1.0.x, triggered by a label in #990.

Tools such as Bitnami's charts-syncer strip the `v` prefix from the
chart version so that the OCI artifact version differs from the
version defined in the chart's metadata. This leads to an error
similar to this returned from h-c:

```
artifact revision 1.14.5 does not match chart version v1.14.5
```

This commit makes h-c ignore a leading `v` prefix in either the chart
version of the OCI artifact tag.

Signed-off-by: Max Jonas Werner <max.werner@associmates.eu>
(cherry picked from commit 98ecb33)
@stefanprodan stefanprodan merged commit b9032ff into release/v1.0.x May 27, 2024
6 checks passed
@stefanprodan stefanprodan deleted the backport-990-to-release/v1.0.x branch May 27, 2024 07:37
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.

None yet

3 participants