feat(postgres): extend v17 hardcode to all system components

Add explicit PostgreSQL 17.7 image to Harbor, SeaweedFS, and Keycloak
databases to ensure consistent version across all system components.

Signed-off-by: IvanHunters <xorokhotnikov@gmail.com>
(cherry picked from commit 620c8fb3c0)
This commit is contained in:
IvanHunters 2026-03-31 09:01:44 +03:00 committed by github-actions[bot]
parent 091f21fbd2
commit f6ce580126
3 changed files with 3 additions and 0 deletions

View file

@ -5,6 +5,7 @@ metadata:
name: {{ .Values.harbor.fullnameOverride }}-db
spec:
instances: {{ .Values.db.replicas }}
imageName: ghcr.io/cloudnative-pg/postgresql:17.7
storage:
size: {{ .Values.db.size }}
{{- with .Values.db.storageClass }}

View file

@ -4,6 +4,7 @@ metadata:
name: keycloak-db
spec:
instances: 2
imageName: ghcr.io/cloudnative-pg/postgresql:17.7
storage:
size: 20Gi
{{- if .Values._cluster.scheduling }}

View file

@ -5,6 +5,7 @@ metadata:
name: seaweedfs-db
spec:
instances: {{ .Values.db.replicas }}
imageName: ghcr.io/cloudnative-pg/postgresql:17.7
storage:
size: {{ .Values.db.size }}
{{- with .Values.db.storageClass }}