pulumi-kubernetes
pulumi-kubernetes copied to clipboard
Ability to push Helm Charts to OCI registries
Hello!
- Vote on this issue by adding a 👍 reaction
- If you want to implement this feature, comment to let us know (we'll work with you on design, scheduling, etc.)
Issue details
We currently ensure all our images are deployed using the Docker Image resources and would like to do the same for Helm Charts.
See here for how this works with ECR.
Affected area/feature
Pulumi Kubernetes provider
Thank you for the suggestion @liamawhite, we'll take a look at it!
I believe that the Release resource does support oci:// charts. I don't know whether Chart does. @liamawhite which resource type you have in mind?
Blocked on https://github.com/pulumi/pulumi-kubernetes/issues/1914
The request isn't for consuming the chart/release it's for pushing to a registry to be consumed by these commands.