Hi There,
We have just noticed that the base Omniverse Farm Helm Chart for v2.0.42 is now broken due to changes to the Bitnami container image Docker registry.
Please see this notice:
https://hub.docker.com/r/bitnami/mysql
As a result the farm-mysql and farm-redis pods are unable to start with the following error messages when inspecting the pods:
Warning Failed 23s (x2 over 36s) kubelet Failed to pull image "bitnami/mysql:8.0.33-debian-11-r12": rpc error: code = NotFound desc = failed to pull and unpack image "docker.io/bitnami/mysql:8.0.33-debian-11-r12": failed to resolve reference "docker.io/bitnami/mysql:8.0.33-debian-11-r12": docker.io/bitnami/mysql:8.0.33-debian-11-r12: not found
Warning Failed 23s (x2 over 36s) kubelet Error: ErrImagePull
Normal BackOff 12s kubelet Back-off pulling image "bitnami/mysql:8.0.33-debian-11-r12"
Warning Failed 12s kubelet Error: ImagePullBackOff
Normal Pulling 0s (x3 over 38s) kubelet Pulling image "bitnami/mysql:8.0.33-debian-11-r12"
We were able to resolve this by manually patching the repository references from bitnami/<image-name> to bitnamilegacy/<image-name> across each relevant chart within the Farm package.