in repo webhook, Change the uppercase letters in the OCI URL to lowercase.
Closed this issue · 0 comments
Abirdcfly commented
bug here:
$ helm pull oci://ghcr.io/Abirdcfly/helm-oci-example/nginx
Error: invalid_reference: invalid repository
$ helm pull oci://ghcr.io/abirdcfly/helm-oci-example/nginx
Pulled: ghcr.io/abirdcfly/helm-oci-example/nginx:15.1.0
Digest: sha256:dd3637cdf60d21e1b5afe8c0fa096e91df2742235ad4e13e5133b75c2d3eceb1
we should add api/v1alpha1/repository_webhook.go
and modify this in its Default
function.
upstream issue helm/helm#12055