diff --git a/manual-install/latest.yml b/manual-install/latest.yml index 03132847cf9a..818daf50c398 100644 --- a/manual-install/latest.yml +++ b/manual-install/latest.yml @@ -180,6 +180,7 @@ services: read_only: true cap_drop: - NET_RAW + user: 33:33 nextcloud-aio-redis: image: nextcloud/aio-redis:latest @@ -267,6 +268,7 @@ services: - /conf cap_drop: - NET_RAW + user: 33:33 nextcloud-aio-clamav: image: nextcloud/aio-clamav:latest @@ -289,6 +291,7 @@ services: - /tmp cap_drop: - NET_RAW + user: 33:33 nextcloud-aio-onlyoffice: image: nextcloud/aio-onlyoffice:latest @@ -307,6 +310,7 @@ services: - onlyoffice cap_drop: - NET_RAW + user: 33:33 nextcloud-aio-imaginary: image: nextcloud/aio-imaginary:latest @@ -350,6 +354,7 @@ services: - fulltextsearch cap_drop: - NET_RAW + user: 33:33 nextcloud-aio-whiteboard: image: nextcloud/aio-whiteboard:latest diff --git a/nextcloud-aio-helm-chart/templates/nextcloud-aio-nextcloud-deployment.yaml b/nextcloud-aio-helm-chart/templates/nextcloud-aio-nextcloud-deployment.yaml index cbfc8b157fc7..f4585826d229 100755 --- a/nextcloud-aio-helm-chart/templates/nextcloud-aio-nextcloud-deployment.yaml +++ b/nextcloud-aio-helm-chart/templates/nextcloud-aio-nextcloud-deployment.yaml @@ -173,7 +173,7 @@ spec: value: "{{ .Values.WHITEBOARD_ENABLED }}" - name: WHITEBOARD_SECRET value: "{{ .Values.WHITEBOARD_SECRET }}" - image: "{{ .Values.IMAGE_MIRROR_PREFIX }}{{ .Values.NEXTCLOUD_IMAGE_ORG }}/aio-nextcloud:20241017_085101" + image: "{{ .Values.IMAGE_MIRROR_PREFIX }}{{ .Values.NEXTCLOUD_IMAGE_ORG }}/aio-nextcloud:20241017_08510" name: nextcloud-aio-nextcloud ports: - containerPort: 9000