-
Notifications
You must be signed in to change notification settings - Fork 11
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
[BUG] OCI charts does not seem to work when using khelm as a KRM container function or EXEC plugin #72
Comments
Looks like I forgot to update the example when I changed the implementation to behave like the Helm CLI: accepting the OCI image URI in the |
...within a kustomize plugin or kpt function config. Closes #72
...within a kustomize plugin or kpt function config. Relates to #72
...within a kustomize plugin or kpt function config. Relates to #72
Support specifying an OCI registry URI within the `repository` field of the kustomize plugin or kpt function config. Relates to #72
@ellakk Working more with OCI chart repositories, I realized that the OCI repository can be declared within the |
Describe the bug
Using the example (using version 0.35.0 instead of 0.27.0 as it seems unavailable) with Kustomize exec plugin or Kustomize KRM function i get the following error:
The cli does work however:
To Reproduce
Steps to reproduce the behavior:
Exec:
KRM:
Expected behavior
The chart should be inflated.
khelm version:
Running khelm 2.3.3 (helm 3.11.3)
Desktop (please complete the following information):
Additional context
I've tried with other OCI charts than the one in the example directory and i can't get any to work.
The text was updated successfully, but these errors were encountered: