You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
❯ vendir sync
Fetching: vendor + metacontroller (helm chart from oci://ghcr.io@metacontroller/metacontroller-helm:^4.0)
vendir: Error: Syncing directory 'vendor':
Syncing directory 'metacontroller' with helm chart contents:
Helm chart pull: exit status 1 (stderr: Error: Unable to locate any tags in provided repository: oci://ghcr.io/metacontroller/metacontroller-helm
If I change the version to 4.11.7 the sync also fails.
Only case when the sync works is if I explicitly declare the tag with a v prefix like v4.11.7 but then semver rules don't work eg. v4.0.
What did you expect:
I expected the vendir command to resolve the latest version to 4.11.7, sync that, and write that version into the lock file.
Anything else you would like to add:
Environment:
vendir version (execute vendir --version): 0.39.0
OS (e.g. from /etc/os-release): MacOS Sonoma 14.3
Vote on this request
This is an invitation to the community to vote on issues, to help us prioritize our backlog. Use the "smiley face" up to the right of this comment to vote.
👍 "I would like to see this addressed as soon as possible"
👎 "There are other more important things to focus on right now"
We are also happy to receive and review Pull Requests if you want to help working on this issue.
The text was updated successfully, but these errors were encountered:
reegnz
added
bug
This issue describes a defect or unexpected behavior
carvel-triage
This issue has not yet been reviewed for validity
labels
Feb 9, 2024
What steps did you take:
[A clear and concise description steps that can be used to reproduce the problem.]
I tried syncing a helm OCI chart from here: https://github.com/metacontroller/metacontroller/pkgs/container/metacontroller-helm/153598243?tag=v4.11.7
The chart version is published with a v prefix (which is quite common).
I used the following
vendir.yml
What happened:
If I change the version to
4.11.7
the sync also fails.Only case when the sync works is if I explicitly declare the tag with a v prefix like
v4.11.7
but then semver rules don't work eg.v4.0
.What did you expect:
I expected the vendir command to resolve the latest version to 4.11.7, sync that, and write that version into the lock file.
Anything else you would like to add:
Environment:
vendir --version
): 0.39.0/etc/os-release
): MacOS Sonoma 14.3Vote on this request
This is an invitation to the community to vote on issues, to help us prioritize our backlog. Use the "smiley face" up to the right of this comment to vote.
👍 "I would like to see this addressed as soon as possible"
👎 "There are other more important things to focus on right now"
We are also happy to receive and review Pull Requests if you want to help working on this issue.
The text was updated successfully, but these errors were encountered: