From 99088a6a82f68cfb5e63a073033f93800187b2c9 Mon Sep 17 00:00:00 2001 From: SeSo Date: Tue, 14 Jan 2025 17:33:08 -0800 Subject: [PATCH] chore: update postgres images from 14 to 16 Signed-off-by: SeSo --- bciers/docker-compose-bciers-apps.yaml | 2 +- bciers/docker-compose-nx-app.yaml | 2 +- data_import/Dockerfile | 2 +- helm/cas-bciers/templates/backend/job/reset-database.yaml | 2 +- helm/cas-registration/templates/backend/job/reset-database.yaml | 2 +- .../templates/backend/job/restore-test-users.yaml | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/bciers/docker-compose-bciers-apps.yaml b/bciers/docker-compose-bciers-apps.yaml index 0b568e7a64..5e6dc7f201 100644 --- a/bciers/docker-compose-bciers-apps.yaml +++ b/bciers/docker-compose-bciers-apps.yaml @@ -1,6 +1,6 @@ services: db: - image: postgres:15 + image: postgres:16 restart: always environment: POSTGRES_DB: registration diff --git a/bciers/docker-compose-nx-app.yaml b/bciers/docker-compose-nx-app.yaml index c515d58987..f57c7f9f76 100644 --- a/bciers/docker-compose-nx-app.yaml +++ b/bciers/docker-compose-nx-app.yaml @@ -1,6 +1,6 @@ services: db: - image: postgres:15 + image: postgres:16 restart: always environment: POSTGRES_DB: registration diff --git a/data_import/Dockerfile b/data_import/Dockerfile index 74ffdfc0ed..e0ed85207e 100644 --- a/data_import/Dockerfile +++ b/data_import/Dockerfile @@ -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 diff --git a/helm/cas-bciers/templates/backend/job/reset-database.yaml b/helm/cas-bciers/templates/backend/job/reset-database.yaml index 798added1d..d54a9f2d53 100644 --- a/helm/cas-bciers/templates/backend/job/reset-database.yaml +++ b/helm/cas-bciers/templates/backend/job/reset-database.yaml @@ -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: diff --git a/helm/cas-registration/templates/backend/job/reset-database.yaml b/helm/cas-registration/templates/backend/job/reset-database.yaml index 8a4bf42aec..fc0180fb83 100644 --- a/helm/cas-registration/templates/backend/job/reset-database.yaml +++ b/helm/cas-registration/templates/backend/job/reset-database.yaml @@ -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: diff --git a/helm/cas-registration/templates/backend/job/restore-test-users.yaml b/helm/cas-registration/templates/backend/job/restore-test-users.yaml index 9f98f448bf..287d950566 100644 --- a/helm/cas-registration/templates/backend/job/restore-test-users.yaml +++ b/helm/cas-registration/templates/backend/job/restore-test-users.yaml @@ -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: