zuul-operator/helm
Michael Kelly 2d48d5c45c
k8s: Allow use of a default image version besides latest
This change allows us to specify a default image version that is
something other than latest via the ZUUL_IMAGE_VERSION environment
variable.  We also include modifications to the Helm chart that will
link that image version to the application version as specified by the
chart so that the images match up as expected.

Allowing the image version to float at latest can be dangerous for
production configurations because pods being rescheduled to a
different node may result in different (potentially incompatible) pods
being pulled with a different image version than what was originally
deployed for the application.

Change-Id: I80f96614cff5d15662742ed1fa0ad1a32d62e8bd
2023-05-18 14:39:48 -07:00
..
zuul-operator k8s: Allow use of a default image version besides latest 2023-05-18 14:39:48 -07:00