-
Notifications
You must be signed in to change notification settings - Fork 4.1k
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
(aws-eks): Installing helm charts from e.g. public.ecr.aws in the OCI format #18001
Comments
Thanks for looking into this, @bracki. Please open a PR and I'll be happy to review it. About testing, did you use the |
I have created the following PR. @otaviomacedo . Can we please review and merge this !😄 |
The feature allows lambda to install charts from OCI repositories. This also adds login capabilities when the AWS registry is used. Fixes - #18001 ---- *By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
Has this issue been addressed/closed by #18547? |
closed by #18547 |
|
Description
I want to install Helm charts in the OCI format. For example
oci://public.ecr.aws/aws-controllers-k8s/opensearchservice-chart
.Use Case
Because if it isn't supported these type of charts can't be installed with CDK.
Proposed Solution
HELM_EXPERIMENTAL_OCI
flag here, e.g.3.7.1
oci://
in a special way hereOther information
Unfortunately this is really hard to test.
Currently I copy over my patched file in a
postinstall
hook and I provide my own layer withCluster({kubectlLayer: myLayer})
Other issues exist as well, but the state of those is a bit confusing:
Acknowledge
The text was updated successfully, but these errors were encountered: