kubebb / core

A declarative component lifecycle management platform
https://kubebb.github.io/website
Apache License 2.0
8 stars 9 forks source link

in repo webhook, Change the uppercase letters in the OCI URL to lowercase. #320

Closed Abirdcfly closed 11 months ago

Abirdcfly commented 1 year ago

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 https://github.com/helm/helm/issues/12055