Compare commits

...
Sign in to create a new pull request.

1 commit

Author SHA1 Message Date
IvanHunters
7a59e61fd4 feat(postgres): extend v17 hardcode to Harbor and SeaweedFS
Add explicit PostgreSQL 17.7 image to Harbor and SeaweedFS databases
to ensure consistent version across system components.

Signed-off-by: IvanHunters <xorokhotnikov@gmail.com>
2026-04-01 12:45:26 +03:00
3 changed files with 3 additions and 1 deletions

View file

@ -75,7 +75,7 @@ spec:
- --cookie-secure=true
- --cookie-secret=$(OAUTH2_PROXY_COOKIE_SECRET)
- --skip-provider-button
- --scope=openid email profile offline_access
- --scope=openid email profile offline_access kubernetes-client
{{- if eq $oidcInsecureSkipVerify "true" }}
- --ssl-insecure-skip-verify=true
{{- end }}

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

@ -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 }}