upbound / universal-crossplane

Enterprise-grade @crossplane from @upbound
https://upbound.io/product/universal-crossplane
Apache License 2.0
120 stars 31 forks source link

Default helm chart values for image tags for v1.12.1-up.1 are not correct #374

Closed teddyking closed 1 year ago

teddyking commented 1 year ago

Hi there,

I've noticed that the default helm chart values for image.tag and xfn.image.tag do not match the corresponding git release tag for v1.12.1-up.1. Rather than v1.12.1-up.1 the values are set to v1.12.1-up.2 (see here and here). Is this intentional or something that's not quite right? Would it be possible to set these default values to the corresponding release versions for upcoming releases?

Thanks! Ed

turkenh commented 1 year ago

Thanks for raising the issue.

Yes, this is intentional. The UXP helm chart uses the Crossplane image from the downstream fork of Crossplane, which is https://github.com/upbound/crossplane. That tag is to consume https://github.com/upbound/crossplane/releases/tag/v1.12.1-up.2

turkenh commented 1 year ago

We are working on improving our release process and will consider this issue as a source of confusion, thanks!