upbound / universal-crossplane

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

don't promote image to master #323

Closed nullable-eth closed 1 year ago

nullable-eth commented 1 year ago

Description of your changes

I tried re-running the promote.artifacts job to see if the error might just be intermittent but it failed so I assume that make -j1 promote won't really resolve much by not parallelizing the run and think the image promotion failure is simply because it is trying to mount a layer to promote the tag which isn't supported. I think, as we discussed, since the charts are pinned to specific semver anyway that promotion to master is basically unnecessary so I'm just going to disable promotion for this package.

Fixes #468

I have:

How has this code been tested