wikijs: bump to 2.5.309, helm chart 2.4.1

This commit is contained in:
ace
2026-01-03 22:34:08 +03:00
parent bea29c93ff
commit 5e77d2c875
7 changed files with 32 additions and 41 deletions

View File

@@ -81,7 +81,7 @@ Set postgres host
{{- if .Values.postgresql.enabled -}}
{{- template "wiki.postgresql.fullname" . -}}
{{- else -}}
{{- .Values.postgresql.postgresqlHost | quote -}}
{{- .Values.postgresql.host | quote -}}
{{- end -}}
{{- end -}}
@@ -101,8 +101,8 @@ Set postgres secretKey
*/}}
{{- define "wiki.postgresql.secretKey" -}}
{{- if .Values.postgresql.enabled -}}
"postgresql-password"
"password"
{{- else -}}
{{- default "postgresql-password" .Values.postgresql.existingSecretKey | quote -}}
{{- default "password" .Values.postgresql.auth.existingSecretKey | quote -}}
{{- end -}}
{{- end -}}