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:
parent
091f21fbd2
commit
f6ce580126
3 changed files with 3 additions and 0 deletions
|
|
@ -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 }}
|
||||
|
|
|
|||
|
|
@ -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 }}
|
||||
|
|
|
|||
|
|
@ -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 }}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue