Helm Chart updates

Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
This commit is contained in:
szaimen 2024-11-06 15:27:52 +00:00 committed by github-actions[bot]
parent 5c4d0b7a4a
commit d50ec29cf0
14 changed files with 24 additions and 14 deletions

View file

@ -64,7 +64,7 @@ spec:
value: "{{ .Values.TIMEZONE }}"
- name: WHITEBOARD_HOST
value: nextcloud-aio-whiteboard
image: "{{ .Values.IMAGE_MIRROR_PREFIX }}{{ .Values.NEXTCLOUD_IMAGE_ORG }}/aio-apache:20241017_085101"
image: "{{ .Values.IMAGE_MIRROR_PREFIX }}{{ .Values.NEXTCLOUD_IMAGE_ORG }}/aio-apache:20241106_101604"
name: nextcloud-aio-apache
ports:
- containerPort: {{ .Values.APACHE_PORT }}
@ -77,6 +77,7 @@ spec:
capabilities:
drop:
- NET_RAW
runAsUser: 33
volumeMounts:
- mountPath: /var/www/html
name: nextcloud-aio-nextcloud