Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion tests/postgres/bad-password-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion tests/postgres/db-seed-cross-namespace.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ spec:
spec:
containers:
- name: db-seed
image: docker.io/postgres:17
image: docker.io/postgres:18
command:
- sh
- -c
Expand Down
2 changes: 1 addition & 1 deletion tests/postgres/db-seed.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ spec:
spec:
containers:
- name: db-seed
image: docker.io/postgres:17
image: docker.io/postgres:18
command:
- sh
- -c
Expand Down
6 changes: 3 additions & 3 deletions tests/zarf.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -43,7 +43,7 @@ components:
files:
- postgres/bad-password-test.yaml
images:
- docker.io/postgres:17
- docker.io/postgres:18
actions:
onDeploy:
after:
Expand Down Expand Up @@ -79,7 +79,7 @@ components:
files:
- postgres/db-seed.yaml
images:
- docker.io/postgres:17
- docker.io/postgres:18
actions:
onDeploy:
after:
Expand Down
Loading