-
Notifications
You must be signed in to change notification settings - Fork 158
Closed
Description
hello community!
Is there a way to match on semver build metadata?
I'm using build metadata to store the branch version and to avoid conflicts is 2 devs are working on the same chart.
I'm using helm cli that uses this library (v3) to find the correct version link of a chart.
For example:
helm show chart --version '0.*.0+luigi-upgrade' repo/signadot
returns:
version: 0.3.0+chart-upgrade-c405a19a
instead of returning empty.
There is no chart with +luigi-upgrade
build metadata.
Metadata
Metadata
Assignees
Labels
No labels