Skip to content
Snippets Groups Projects
Verified Commit c4a2bb4c authored by Maarten de Waard's avatar Maarten de Waard :angel:
Browse files

process feedback

parent 27a09447
No related branches found
No related tags found
No related merge requests found
......@@ -7,7 +7,7 @@ dependencies:
# Needs https://github.com/helm/charts/pull/13311
- name: collabora-code
alias: office
version: 1.0.1
version: 1.0.2
repository: "@stable"
tags:
- collabora
......
......@@ -24,7 +24,7 @@ spec:
spec:
restartPolicy: Never
containers:
- name: register-rocketchat-keycloak-client
- name: register-collabora
image: {{ .Values.nextcloud.image.repository }}:{{ .Values.nextcloud.image.tag }}
securityContext:
runAsUser: 33
......
......@@ -8,13 +8,11 @@ nextcloud:
enabled: true
# Necessary so the chart gets installed (because the requirements.yaml has a
# condition: `condition: mariadb.enabled`
# Follow https://github.com/helm/helm/issues/5135 for more info
# condition: `condition: mariadb.enabled`). Follow
# https://github.com/helm/helm/issues/5135 for more info.
mariadb:
enabled: true
# Increase delay for liveness probe because it is too low (awaiting
# https://github.com/helm/charts/pull/13311)
collabora-code:
livenessProbe:
initialDelaySeconds: 90
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