pulumi / pulumi-kubernetes-operator

A Kubernetes Operator that automates the deployment of Pulumi Stacks
Apache License 2.0
222 stars 55 forks source link

CRDs included in helm chart 0.7.3 are not the latest #596

Closed kerruba-milkman closed 3 months ago

kerruba-milkman commented 3 months ago

What happened?

During the installation of the pulumi-kubernetes-operator using the Helm Chart at the latest currently available version (0.7.3), the installed CRDs are not the latest available. Checking the repository, seems like the CRDS packed in the helm chart are not the same as those in deploy/crds. Also documentation reference the latest version of the CRDs, with features that are not available in the previous version (like prerequisites field)

Example

Helm crds: https://github.com/pulumi/pulumi-kubernetes-operator/tree/master/deploy/helm/pulumi-operator/crds Latest crds: https://github.com/pulumi/pulumi-kubernetes-operator/tree/master/deploy/crds

Output of pulumi about

I'm using the version 0.7.3 of the pulumi-kubernetes-operator helm chart

Additional context

No response

Contributing

Vote on this issue by adding a 👍 reaction. To contribute a fix for this issue, leave a comment (and link to your pull request, if you've opened one already).

blampe commented 3 months ago

Good catch @kerruba-milkman! We'll update our generate scripts to keep these in sync.

rquitales commented 3 months ago

v0.8.0 of the Helm chart now contains the updated CRDs. Newer helm chart releases will also be synced if there are CRD updates.