Skip to content

Commit

Permalink
Merge pull request #2687 from bcgov/chore-update-postgres-images
Browse files Browse the repository at this point in the history
Bump Postgres images from 14 to 16
  • Loading branch information
Sepehr-Sobhani authored Jan 17, 2025
2 parents b058aed + 99088a6 commit d34b8e1
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion bciers/docker-compose-bciers-apps.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
services:
db:
image: postgres:15
image: postgres:16
restart: always
environment:
POSTGRES_DB: registration
Expand Down
2 changes: 1 addition & 1 deletion bciers/docker-compose-nx-app.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
services:
db:
image: postgres:15
image: postgres:16
restart: always
environment:
POSTGRES_DB: registration
Expand Down
2 changes: 1 addition & 1 deletion data_import/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Use an official Python runtime as a parent image
FROM postgres:14.6
FROM postgres:16.6
# Set environment variables
ENV USER_ID=1001 \
HOME=/root
Expand Down
2 changes: 1 addition & 1 deletion helm/cas-bciers/templates/backend/job/reset-database.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ spec:
activeDeadlineSeconds: 180
containers:
- name: {{ template "cas-bciers.fullname" . }}-reset-database
image: postgres:14.6-alpine
image: postgres:16.6-alpine
env:
- name: PGUSER
valueFrom:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ spec:
activeDeadlineSeconds: 180
containers:
- name: {{ template "cas-registration.fullname" . }}-reset-database
image: postgres:14.6-alpine
image: postgres:16.6-alpine
env:
- name: PGUSER
valueFrom:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ spec:
activeDeadlineSeconds: 180
containers:
- name: {{ template "cas-registration.fullname" . }}-restore-test-users
image: postgres:14.6-alpine
image: postgres:16.6-alpine
env:
- name: PGUSER
valueFrom:
Expand Down

0 comments on commit d34b8e1

Please sign in to comment.