@@ -35,28 +35,28 @@ spec:
3535 image : public.ecr.aws/docker/library/mariadb:11.3.2
3636 command : ["sh", "-c", "'true'"]
3737 - name : prepuller-postgres
38- image : public.ecr.aws/docker/library/postgres:16.2-bookworm
38+ image : public.ecr.aws/docker/library/postgres:16.10-trixie
3939 command : ["sh", "-c", "'true'"]
4040 - name : prepuller-kafka
4141 image : public.ecr.aws/bitnami/kafka:3.9.0
4242 command : ["sh", "-c", "'true'"]
4343 - name : prepuller-39
44- image : public.ecr.aws/docker/library/python:3.9-bookworm
44+ image : public.ecr.aws/docker/library/python:3.9-trixie
4545 command : ["sh", "-c", "'true'"]
4646 - name : prepuller-310
47- image : public.ecr.aws/docker/library/python:3.10-bookworm
47+ image : public.ecr.aws/docker/library/python:3.10-trixie
4848 command : ["sh", "-c", "'true'"]
4949 - name : prepuller-311
50- image : public.ecr.aws/docker/library/python:3.11-bookworm
50+ image : public.ecr.aws/docker/library/python:3.11-trixie
5151 command : ["sh", "-c", "'true'"]
5252 - name : prepuller-312
53- image : public.ecr.aws/docker/library/python:3.12-bookworm
53+ image : public.ecr.aws/docker/library/python:3.12-trixie
5454 command : ["sh", "-c", "'true'"]
5555 - name : prepuller-313
56- image : public.ecr.aws/docker/library/python:3.13-bookworm
56+ image : public.ecr.aws/docker/library/python:3.13-trixie
5757 command : ["sh", "-c", "'true'"]
5858 - name : prepuller-314
59- image : public.ecr.aws/docker/library/python:3.14-bookworm
59+ image : public.ecr.aws/docker/library/python:3.14-trixie
6060 command : ["sh", "-c", "'true'"]
6161
6262 # Use the pause container to ensure the Pod goes into a `Running` phase
0 commit comments