From 7310f84a8b38929f1d1d99fb7586d0f46d872ec4 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Sat, 6 Jun 2026 07:53:13 +0000 Subject: [PATCH] Update postgres Docker tag to v18 --- felhom-system/umami.yaml | 4 ++-- jarrs-system/jarr-dev.yaml | 2 +- workout-system/sparkyfitness.yaml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/felhom-system/umami.yaml b/felhom-system/umami.yaml index 798419f..eeee1e7 100644 --- a/felhom-system/umami.yaml +++ b/felhom-system/umami.yaml @@ -85,7 +85,7 @@ spec: spec: containers: - name: postgres - image: postgres:16-alpine + image: postgres:18-alpine ports: - containerPort: 5432 env: @@ -167,7 +167,7 @@ spec: # Wait for DB to be available before starting Umami initContainers: - name: wait-for-db - image: postgres:16-alpine + image: postgres:18-alpine command: - sh - -c diff --git a/jarrs-system/jarr-dev.yaml b/jarrs-system/jarr-dev.yaml index e971912..bb8bd17 100644 --- a/jarrs-system/jarr-dev.yaml +++ b/jarrs-system/jarr-dev.yaml @@ -81,7 +81,7 @@ spec: fsGroup: 999 containers: - name: postgres - image: postgres:16-alpine + image: postgres:18-alpine imagePullPolicy: IfNotPresent env: - name: POSTGRES_USER diff --git a/workout-system/sparkyfitness.yaml b/workout-system/sparkyfitness.yaml index b1c6900..d6a71cb 100644 --- a/workout-system/sparkyfitness.yaml +++ b/workout-system/sparkyfitness.yaml @@ -69,7 +69,7 @@ spec: fsGroup: 999 containers: - name: postgres - image: postgres:15-alpine + image: postgres:18-alpine env: - name: POSTGRES_USER valueFrom: