Allow overriding admintools image tag
https://github.com/alexandrevilain/temporal-operator/blob/v0.19.0/internal/resource/persistence/schema_setup_job_builder.go#L126
temporalio/admintools for 1.23.1 is missing in the docker hub (link) - but temporal-operator always uses cluster version as the tag, thus I cannot deploy new cluster (unless the k8s node has the pulled image 😉 )
Probably we can do the same changes for all other images where image is configurable.
Update: reported https://github.com/temporalio/docker-builds/issues/237
Hi!
Thanks for reporting this issue. This will be addressed in: https://github.com/alexandrevilain/temporal-operator/pull/760
I created PR #789 because I couldn’t wait for #760 - since it is blocking the launch of a new cluster.
Got hit with this as well, was able to work around by vendoring the container with a new tag, and updating the image to point to internal repo but definitely need a way to change tags for admintools since they seem to be released with very odd tags now.