-
Notifications
You must be signed in to change notification settings - Fork 780
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
Option? to ignore semver metadata after _
#2387
Comments
Thanks for reaching out. Without an example label I’m just guessing; but the spec says |
It's about Helm's peculiarity of replacing + with _ when dealing with charts: https://helm.sh/docs/chart_best_practices/conventions/#version-numbers The text in the source I provided is a little misleading, Helm will also act on the replacement when pushing or pulling. So in short, Helm treats + and _ the same leaving other tools to pick up where it muddles the spec. |
I think fuero is refering to the source examples in this issue: renovatebot/renovate#29764 |
As an example, with the following tags in the registry:
helm will use |
+
/_
not ignored_
A friendly reminder that this issue had no activity for 30 days. |
Hello!
We're trying to
skopeo sync
oci artifacts for use with helm. They are versioned according to semver, but also contain metadata (after the+
character, which helm changes to an underscore_
, see https://helm.sh/docs/chart_best_practices/conventions/#version-numbers). We've tried to useskopeo sync
in combination withimages-by-semver:
to copy these, but skopeo does not actually find the version numbers that contain metadata after a_
.Is there any way to make this work, or will we need to remove the metadata from the semver version?
Thanks for any help with this, greetings,
Peter
The text was updated successfully, but these errors were encountered: