infinispan / infinispan-operator

Infinispan Operator
https://infinispan.org/docs/infinispan-operator/main/operator.html
Apache License 2.0
51 stars 54 forks source link

Updates to spec.image on existing Infinispan CR have no effect #2145

Closed ryanemerson closed 2 months ago

ryanemerson commented 2 months ago

Fixes #1223

Crumby commented 2 months ago

@ryanemerson Have you tried going from a custom image back to a newer version (remove spec.image and use newer version)

ryanemerson commented 2 months ago

Have you tried going from a custom image back to a newer version (remove spec.image and use newer version)

@Crumby Good catch. I updated the test to include this scenario and the initial fix didn't work. In order to handle this scenario, it was necessary to add an additional ".status.operand.customImage" field.