fix nextcloud mistake

This commit is contained in:
kjeld Schouten-Lebbing
2021-07-04 23:25:43 +02:00
parent db9cdf417c
commit e438d1571a
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -35,4 +35,4 @@ sources:
- https://github.com/nextcloud/docker - https://github.com/nextcloud/docker
- https://github.com/nextcloud/helm - https://github.com/nextcloud/helm
type: application type: application
version: 1.1.0 version: 1.1.5
@@ -939,7 +939,7 @@ questions:
schema: schema:
type: string type: string
hidden: true hidden: true
default: "{{ ( printf "%v-%v" .Release.Name "nextcloud-hpb" ) | quote }}" default: "{{ .Release.Name }}-nextcloud-hpb"
- variable: port - variable: port
label: "serviceport" label: "serviceport"
schema: schema: