First, thanks very much for this cool application and packaging it in a helm chart.
I'm using the default mariadb.enabled: true value. The chart fails to pull the default image. I'm guessing this could be due to Bitnami changing the URL post broadcom acquistion?
Type Reason Age From Message
---- ------ ---- ---- -------
Normal Scheduled 3m43s default-scheduler Successfully assigned biblioteca/biblioteca-mariadb-0 to k0s.lan
Normal AddedInterface 3m43s multus Add eth0 [10.244.39.152/32] from k8s-pod-network
Normal Pulling 40s (x5 over 3m43s) kubelet spec.initContainers{preserve-logs-symlinks}: Pulling image "docker.io/bitnami/mariadb:11.4.7-debian-12-r2"
Warning Failed 40s (x5 over 3m43s) kubelet spec.initContainers{preserve-logs-symlinks}: Failed to pull image "docker.io/bitnami/mariadb:11.4.7-debian-12-r2": rpc error: code = NotFound desc = failed to pull and unpack image "docker.io/bitnami/mariadb:11.4.7-debian-12-r2": failed to resolve reference "docker.io/bitnami/mariadb:11.4.7-debian-12-r2": docker.io/bitnami/mariadb:11.4.7-debian-12-r2: not found
Warning Failed 40s (x5 over 3m43s) kubelet spec.initContainers{preserve-logs-symlinks}: Error: ErrImagePull
Normal BackOff 24s (x13 over 3m42s) kubelet spec.initContainers{preserve-logs-symlinks}: Back-off pulling image "docker.io/bitnami/mariadb:11.4.7-debian-12-r2"
Warning Failed 24s (x13 over 3m42s) kubelet spec.initContainers{preserve-logs-symlinks}: Error: ImagePullBackOff
First, thanks very much for this cool application and packaging it in a helm chart.
I'm using the default
mariadb.enabled: truevalue. The chart fails to pull the default image. I'm guessing this could be due to Bitnami changing the URL post broadcom acquistion?