From 1415c395b27df8eb56c5498ce6e9387e319ee92c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 9 Dec 2025 18:05:51 +0000 Subject: [PATCH] chore(deps): update package-deps to v18 | datasource | package | from | to | | ---------- | ------------------ | ---- | -- | | docker | docker.io/postgres | 17 | 18 | --- tests/postgres/bad-password-test.yaml | 2 +- tests/postgres/db-seed-cross-namespace.yaml | 2 +- tests/postgres/db-seed.yaml | 2 +- tests/zarf.yaml | 6 +++--- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/tests/postgres/bad-password-test.yaml b/tests/postgres/bad-password-test.yaml index e8f97d3..6897842 100644 --- a/tests/postgres/bad-password-test.yaml +++ b/tests/postgres/bad-password-test.yaml @@ -14,7 +14,7 @@ spec: restartPolicy: Never containers: - name: bad-password-test - image: docker.io/postgres:17 + image: docker.io/postgres:18 command: - sh - -c diff --git a/tests/postgres/db-seed-cross-namespace.yaml b/tests/postgres/db-seed-cross-namespace.yaml index 2fe544f..c147ee9 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:17 + image: docker.io/postgres:18 command: - sh - -c diff --git a/tests/postgres/db-seed.yaml b/tests/postgres/db-seed.yaml index 86e2727..df9e2f7 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:17 + image: docker.io/postgres:18 command: - sh - -c diff --git a/tests/zarf.yaml b/tests/zarf.yaml index 384bac8..fb896f3 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:17 + - docker.io/postgres:18 actions: onDeploy: before: @@ -43,7 +43,7 @@ components: files: - postgres/bad-password-test.yaml images: - - docker.io/postgres:17 + - docker.io/postgres:18 actions: onDeploy: after: @@ -79,7 +79,7 @@ components: files: - postgres/db-seed.yaml images: - - docker.io/postgres:17 + - docker.io/postgres:18 actions: onDeploy: after: