mirror of https://github.com/helm/helm
- The newReference() function transforms version tags by replacing + with _ for OCI compatibility - But the code was using the original ref (with +) for TagBytes() - Then it tries to find the tagged reference using parsedRef.String() (with _) - This mismatch causes the Resolve method to fail with "not found" - By using parsedRef.String() consistently in both places, the references will match and the lookup will succeed. Close: https://github.com/helm/helm/issues/30881 Signed-off-by: Benoit Tigeot <benoit.tigeot@lifen.fr>pull/30889/head
parent
e6122aba27
commit
10427fc0e4
Loading…
Reference in new issue