diff --git a/src/test/postgres/db-seed-cross-namespace.yaml b/src/test/postgres/db-seed-cross-namespace.yaml index 189a2da..ce68a7c 100644 --- a/src/test/postgres/db-seed-cross-namespace.yaml +++ b/src/test/postgres/db-seed-cross-namespace.yaml @@ -21,7 +21,7 @@ spec: spec: containers: - name: db-seed - image: docker.io/postgres:13 + image: docker.io/postgres:16 command: - sh - -c diff --git a/src/test/postgres/db-seed.yaml b/src/test/postgres/db-seed.yaml index c9d540a..18c9e40 100644 --- a/src/test/postgres/db-seed.yaml +++ b/src/test/postgres/db-seed.yaml @@ -21,7 +21,7 @@ spec: spec: containers: - name: db-seed - image: docker.io/postgres:13 + image: docker.io/postgres:16 command: - sh - -c diff --git a/zarf.yaml b/zarf.yaml index 7a6993c..54c826d 100644 --- a/zarf.yaml +++ b/zarf.yaml @@ -49,8 +49,8 @@ components: valuesFiles: - ./values/upstream-values.yaml images: - - registry.opensource.zalan.do/acid/postgres-operator:v1.10.1 - - registry.opensource.zalan.do/acid/logical-backup:v1.10.1 + - registry.opensource.zalan.do/acid/postgres-operator:8680340 + - registry.opensource.zalan.do/acid/logical-backup:8765928 - registry.opensource.zalan.do/acid/pgbouncer:master-27 # Docker image that provides PostgreSQL and Patroni bundled together for PostgreSQL HA - ghcr.io/zalando/spilo-15:3.0-p1