fix(nextcloud): fix wrong accessip reference (#3101)

* Update values.yaml

* Update Chart.yaml
This commit is contained in:
Kjeld Schouten-Lebbing
2022-07-08 14:36:45 +02:00
committed by GitHub
parent bcfd537b38
commit d72ed20881
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -33,7 +33,7 @@ sources:
- https://github.com/nextcloud/docker
- https://github.com/nextcloud/helm
type: application
version: 15.1.3
version: 15.1.4
annotations:
truecharts.org/catagories: |
- cloud
+1 -1
View File
@@ -49,7 +49,7 @@ service:
targetPort: 9090
hostAliases:
- ip: '{{ .Values.AccessIP | default "127.0.0.1" }}'
- ip: '{{ .Values.env.AccessIP | default "127.0.0.1" }}'
hostnames:
- "{{ if .Values.ingress.main.enabled }}{{ with (first .Values.ingress.main.hosts) }}{{ .host }}{{ end }}{{ else }}placeholder.fakedomain.dns{{ end }}"