Skip to content

Commit

Permalink
RHINENG-13721: Update db image to postgresql-rds:16
Browse files Browse the repository at this point in the history
  • Loading branch information
marleystipich2 committed Oct 16, 2024
1 parent d17ca87 commit ae18bfe
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build/docker-compose-unit_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ services:
restart: "no"

db:
image: quay.io/cloudservices/postgresql-rds:14
image: quay.io/cloudservices/postgresql-rds:16
ports:
- 5432:5432
environment:
Expand Down
2 changes: 1 addition & 1 deletion build/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ services:
KAFKA_ZOOKEEPER_CONNECT: zookeeper:2181

db:
image: quay.io/cloudservices/postgresql-rds:14
image: quay.io/cloudservices/postgresql-rds:16
ports:
- 5432:5432
environment:
Expand Down
2 changes: 1 addition & 1 deletion unit_test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ cd $APP_ROOT
API_IMAGE="local/remediations-consumer-test-${IMAGE_TAG}"
API_CONTAINER_NAME="remediations-consumer-test-${IMAGE_TAG}"

DB_IMAGE="quay.io/cloudservices/postgresql-rds:14"
DB_IMAGE="quay.io/cloudservices/postgresql-rds:16"
DB_CONTAINER_NAME="remediations-consumer-db-${IMAGE_TAG}"

NETWORK="remediations-consumer-test-${IMAGE_TAG}"
Expand Down

0 comments on commit ae18bfe

Please sign in to comment.