-
Notifications
You must be signed in to change notification settings - Fork 65
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Local insecure registry for oci based helm charts? #139
Comments
It appears as though you can perform a login to an insecure registry, but you cannot pull from an insecure registry. If I do not provide credentials, the error message is as follows:
When credentials are provided, it appears to perform the login without issue, but errors on the pull:
I do not know go, but it seems as though, the Edit: |
Looks like this MR adds the missing functionality: |
Related to #202 |
I'm hoping this is either possible or closer to possible now that #202 has been resolved. If someone wants to try this scenario out and take it to the finish line if needed, that could be a welcome contribution 🙇 |
This probably does solve it, but I am not working with the original product that required having this issue resolved. |
What happened?
I have setup a local registry based on the instructions here - https://kind.sigs.k8s.io/docs/user/local-registry/
When setting the helm chart properties, using oci (the registry was loaded with the oci pkg):
I have tried a bunch of different options, but none of them work. If we use a named
registry
the provider tries to use https:// , and produces this error:In kind the configuration for skipping tls is also set:
How can we reproduce it?
What environment did it happen in?
Crossplane version:
The text was updated successfully, but these errors were encountered: