fix(nextcloud): fix wrong accessip reference (#3101)
* Update values.yaml * Update Chart.yaml
This commit is contained in:
@@ -33,7 +33,7 @@ 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: 15.1.3
|
version: 15.1.4
|
||||||
annotations:
|
annotations:
|
||||||
truecharts.org/catagories: |
|
truecharts.org/catagories: |
|
||||||
- cloud
|
- cloud
|
||||||
|
|||||||
@@ -49,7 +49,7 @@ service:
|
|||||||
targetPort: 9090
|
targetPort: 9090
|
||||||
|
|
||||||
hostAliases:
|
hostAliases:
|
||||||
- ip: '{{ .Values.AccessIP | default "127.0.0.1" }}'
|
- ip: '{{ .Values.env.AccessIP | default "127.0.0.1" }}'
|
||||||
hostnames:
|
hostnames:
|
||||||
- "{{ if .Values.ingress.main.enabled }}{{ with (first .Values.ingress.main.hosts) }}{{ .host }}{{ end }}{{ else }}placeholder.fakedomain.dns{{ end }}"
|
- "{{ if .Values.ingress.main.enabled }}{{ with (first .Values.ingress.main.hosts) }}{{ .host }}{{ end }}{{ else }}placeholder.fakedomain.dns{{ end }}"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user