Publish new changes in catalog

This commit is contained in:
sonicaj
2024-05-10 09:16:43 +00:00
parent 0282515a71
commit 49f63bc88d
30 changed files with 3 additions and 3 deletions

View File

@@ -4,7 +4,7 @@ description: A file sharing server that puts the control and security of your ow
annotations:
title: Nextcloud
type: application
version: 2.0.4
version: 2.0.5
apiVersion: v2
appVersion: 29.0.0
kubeVersion: '>=1.16.0-0'

View File

@@ -71,8 +71,8 @@ secret:
{{- end -}}
{{- end }}
NEXTCLOUD_TRUSTED_DOMAINS: {{ list $host "127.0.0.1" "localhost" (printf "%v-*" $fullname) $fullname | mustUniq | join " " | quote }}
NEXTCLOUD_ADMIN_USER: {{ .Values.ncConfig.adminUser }}
NEXTCLOUD_ADMIN_PASSWORD: {{ .Values.ncConfig.adminPassword }}
NEXTCLOUD_ADMIN_USER: {{ .Values.ncConfig.adminUser | quote }}
NEXTCLOUD_ADMIN_PASSWORD: {{ .Values.ncConfig.adminPassword | quote }}
{{- if .Values.ncNetwork.certificateID }}
{{- $svcCidr := "" -}}
{{- $clusterCidr := "" -}}