diff --git a/tests/postgres/db-seed-cross-namespace.yaml b/tests/postgres/db-seed-cross-namespace.yaml index 619f52c..2fe544f 100644 --- a/tests/postgres/db-seed-cross-namespace.yaml +++ b/tests/postgres/db-seed-cross-namespace.yaml @@ -26,7 +26,7 @@ spec: spec: containers: - name: db-seed - image: docker.io/postgres:13 + image: docker.io/postgres:17 command: - sh - -c diff --git a/tests/postgres/db-seed.yaml b/tests/postgres/db-seed.yaml index a80ef0d..86e2727 100644 --- a/tests/postgres/db-seed.yaml +++ b/tests/postgres/db-seed.yaml @@ -26,7 +26,7 @@ spec: spec: containers: - name: db-seed - image: docker.io/postgres:13 + image: docker.io/postgres:17 command: - sh - -c diff --git a/tests/zarf.yaml b/tests/zarf.yaml index d35359e..80cc281 100644 --- a/tests/zarf.yaml +++ b/tests/zarf.yaml @@ -17,7 +17,7 @@ components: - postgres/uds-package-cross-namespace.yaml - postgres/db-seed-cross-namespace.yaml images: - - docker.io/postgres:13 + - docker.io/postgres:17 actions: onDeploy: before: @@ -61,7 +61,7 @@ components: files: - postgres/db-seed.yaml images: - - docker.io/postgres:13 + - docker.io/postgres:17 actions: onDeploy: after: