pulumi / pulumi-kubernetes

A Pulumi resource provider for Kubernetes to manage API resources and workloads in running clusters
https://www.pulumi.com/docs/reference/clouds/kubernetes/
Apache License 2.0
404 stars 115 forks source link

Ability to push Helm Charts to OCI registries #2451

Open liamawhite opened 1 year ago

liamawhite commented 1 year ago

Hello!

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

thomas11 commented 1 year ago

Thank you for the suggestion @liamawhite, we'll take a look at it!

EronWright commented 11 months ago

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?

EronWright commented 8 months ago

Blocked on https://github.com/pulumi/pulumi-kubernetes/issues/1914

liamawhite commented 7 months ago

The request isn't for consuming the chart/release it's for pushing to a registry to be consumed by these commands.

blampe commented 4 months ago

We're not considering adding this functionality to the Kubernetes provider at the moment. It would be reasonable to include in a standalone helm provider, but there are also currently no plans for that.