Skip to content
Snippets Groups Projects
Verified Commit bf930d78 authored by Sheogorath's avatar Sheogorath :european_castle:
Browse files

chore(nextcloud): Upgrade to version 27.1.3

parent 482c484e
No related branches found
Tags rabbitmq-0.4.27
No related merge requests found
Pipeline #18590 failed
......@@ -17,9 +17,9 @@ maintainers:
url: https://shivering-isles.com
version: 3.4.3
version: 3.4.4
# renovate: image=docker.io/library/nextcloud
appVersion: "27.1.2"
appVersion: "27.1.3"
dependencies:
- name: postgresql
......
{{- if not .Values.nextcloud.existingSecret.enabled }}
apiVersion: v1
kind: Secret
metadata:
name: {{ template "nextcloud.fullname" . }}
labels:
app.kubernetes.io/name: {{ include "nextcloud.name" . }}
helm.sh/chart: {{ include "nextcloud.chart" . }}
app.kubernetes.io/instance: {{ .Release.Name }}
app.kubernetes.io/managed-by: {{ .Release.Service }}
type: Opaque
stringData:
{{- if .Values.phpClientHttpsFix.enabled }}
OVERWRITEPROTOCOL: {{ .Values.phpClientHttpsFix.protocol | quote }}
{{- end }}
NEXTCLOUD_TRUSTED_DOMAINS: {{ .Values.nextcloud.host }}
{{- if ne (int .Values.nextcloud.update) 0 }}
NEXTCLOUD_UPDATE: {{ .Values.nextcloud.update | quote }}
{{- end }}
NEXTCLOUD_DATA_DIR: {{ .Values.nextcloud.datadir | quote }}
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment