shopware / shopware-operator

Operator manages Shopware installations in a Kubernetes cluster.
Apache License 2.0
9 stars 0 forks source link

[Feat]: Don't kill the setup container if the image changes #5

Open TrayserCassa opened 3 months ago

TrayserCassa commented 3 months ago

Improvement

Don't kill the setup job or migration job if it's running

Reason

This can lead to a database state which is then stuck in a setup loop

Information

It would be good if we change the image during a setup or migration run to wait to finish the job and then replace it with the image which should be present

Definition of Done