From 8ebcdf22ca95881828a6d85f6210449b84127069 Mon Sep 17 00:00:00 2001 From: szaimen Date: Mon, 16 Oct 2023 08:17:16 +0000 Subject: [PATCH] Helm Chart updates Signed-off-by: GitHub --- nextcloud-aio-helm-chart/Chart.yaml | 2 +- .../nextcloud-aio-apache-deployment.yaml | 45 +-------------- .../nextcloud-aio-apache-service.yaml | 2 +- .../nextcloud-aio-clamav-deployment.yaml | 30 +--------- .../nextcloud-aio-clamav-service.yaml | 2 +- .../nextcloud-aio-collabora-deployment.yaml | 7 +-- .../nextcloud-aio-collabora-service.yaml | 2 +- .../nextcloud-aio-database-deployment.yaml | 19 +------ .../nextcloud-aio-database-service.yaml | 2 +- ...xtcloud-aio-fulltextsearch-deployment.yaml | 7 +-- .../nextcloud-aio-fulltextsearch-service.yaml | 2 +- .../nextcloud-aio-imaginary-deployment.yaml | 24 +------- .../nextcloud-aio-imaginary-service.yaml | 2 +- .../nextcloud-aio-nextcloud-deployment.yaml | 9 +-- .../nextcloud-aio-nextcloud-service.yaml | 5 +- .../nextcloud-aio-notify-push-deployment.yaml | 9 +-- .../nextcloud-aio-notify-push-service.yaml | 2 +- .../nextcloud-aio-onlyoffice-deployment.yaml | 7 +-- .../nextcloud-aio-onlyoffice-service.yaml | 2 +- .../nextcloud-aio-redis-deployment.yaml | 9 +-- .../nextcloud-aio-redis-service.yaml | 2 +- .../nextcloud-aio-talk-deployment.yaml | 55 +------------------ ...xtcloud-aio-talk-recording-deployment.yaml | 32 +---------- .../nextcloud-aio-talk-recording-service.yaml | 2 +- .../templates/nextcloud-aio-talk-service.yaml | 4 +- 25 files changed, 55 insertions(+), 229 deletions(-) diff --git a/nextcloud-aio-helm-chart/Chart.yaml b/nextcloud-aio-helm-chart/Chart.yaml index 9c5b6a65..e0dd4e92 100755 --- a/nextcloud-aio-helm-chart/Chart.yaml +++ b/nextcloud-aio-helm-chart/Chart.yaml @@ -1,6 +1,6 @@ name: nextcloud-aio-helm-chart description: A generated Helm Chart for Nextcloud AIO from Skippbox Kompose -version: 7.2.1 +version: 7.4.1 apiVersion: v2 keywords: - latest diff --git a/nextcloud-aio-helm-chart/templates/nextcloud-aio-apache-deployment.yaml b/nextcloud-aio-helm-chart/templates/nextcloud-aio-apache-deployment.yaml index 7ab1fb72..66cc103c 100755 --- a/nextcloud-aio-helm-chart/templates/nextcloud-aio-apache-deployment.yaml +++ b/nextcloud-aio-helm-chart/templates/nextcloud-aio-apache-deployment.yaml @@ -3,7 +3,7 @@ kind: Deployment metadata: annotations: kompose.cmd: kompose convert -c -f latest.yml --namespace {{ .Values.NAMESPACE }} - kompose.version: 1.30.0 (9d8dcb518) + kompose.version: 1.31.2 (a92241f79) labels: io.kompose.service: nextcloud-aio-apache name: nextcloud-aio-apache @@ -17,7 +17,7 @@ spec: metadata: annotations: kompose.cmd: kompose convert -c -f latest.yml --namespace {{ .Values.NAMESPACE }} - kompose.version: 1.30.0 (9d8dcb518) + kompose.version: 1.31.2 (a92241f79) labels: io.kompose.network/nextcloud-aio: "true" io.kompose.service: nextcloud-aio-apache @@ -30,22 +30,7 @@ spec: - "777" - /nextcloud-aio-nextcloud - /nextcloud-aio-apache - - /nextcloud-aio-apache-tmpfs0 - - /nextcloud-aio-apache-tmpfs1 - - /nextcloud-aio-apache-tmpfs2 - - /nextcloud-aio-apache-tmpfs3 - - /nextcloud-aio-apache-tmpfs4 volumeMounts: - - name: nextcloud-aio-apache-tmpfs4 - mountPath: /nextcloud-aio-apache-tmpfs4 - - name: nextcloud-aio-apache-tmpfs3 - mountPath: /nextcloud-aio-apache-tmpfs3 - - name: nextcloud-aio-apache-tmpfs2 - mountPath: /nextcloud-aio-apache-tmpfs2 - - name: nextcloud-aio-apache-tmpfs1 - mountPath: /nextcloud-aio-apache-tmpfs1 - - name: nextcloud-aio-apache-tmpfs0 - mountPath: /nextcloud-aio-apache-tmpfs0 - name: nextcloud-aio-apache mountPath: /nextcloud-aio-apache - name: nextcloud-aio-nextcloud @@ -72,33 +57,19 @@ spec: value: nextcloud-aio-talk - name: TZ value: "{{ .Values.TIMEZONE }}" - image: nextcloud/aio-apache:20230916_091439-latest + image: nextcloud/aio-apache:20231016_081107-latest name: nextcloud-aio-apache ports: - containerPort: {{ .Values.APACHE_PORT }} - hostPort: {{ .Values.APACHE_PORT }} protocol: TCP - containerPort: {{ .Values.APACHE_PORT }} - hostPort: {{ .Values.APACHE_PORT }} protocol: UDP - securityContext: - readOnlyRootFilesystem: true volumeMounts: - mountPath: /var/www/html name: nextcloud-aio-nextcloud readOnly: true - mountPath: /mnt/data name: nextcloud-aio-apache - - mountPath: /var/log/supervisord - name: nextcloud-aio-apache-tmpfs0 - - mountPath: /var/run/supervisord - name: nextcloud-aio-apache-tmpfs1 - - mountPath: /usr/local/apache2/logs - name: nextcloud-aio-apache-tmpfs2 - - mountPath: /tmp - name: nextcloud-aio-apache-tmpfs3 - - mountPath: /home/www-data - name: nextcloud-aio-apache-tmpfs4 volumes: - name: nextcloud-aio-nextcloud persistentVolumeClaim: @@ -106,13 +77,3 @@ spec: - name: nextcloud-aio-apache persistentVolumeClaim: claimName: nextcloud-aio-apache - - emptyDir: {} - name: nextcloud-aio-apache-tmpfs0 - - emptyDir: {} - name: nextcloud-aio-apache-tmpfs1 - - emptyDir: {} - name: nextcloud-aio-apache-tmpfs2 - - emptyDir: {} - name: nextcloud-aio-apache-tmpfs3 - - emptyDir: {} - name: nextcloud-aio-apache-tmpfs4 diff --git a/nextcloud-aio-helm-chart/templates/nextcloud-aio-apache-service.yaml b/nextcloud-aio-helm-chart/templates/nextcloud-aio-apache-service.yaml index 7ffeeaa1..1ccd4125 100755 --- a/nextcloud-aio-helm-chart/templates/nextcloud-aio-apache-service.yaml +++ b/nextcloud-aio-helm-chart/templates/nextcloud-aio-apache-service.yaml @@ -3,7 +3,7 @@ kind: Service metadata: annotations: kompose.cmd: kompose convert -c -f latest.yml --namespace {{ .Values.NAMESPACE }} - kompose.version: 1.30.0 (9d8dcb518) + kompose.version: 1.31.2 (a92241f79) labels: io.kompose.service: nextcloud-aio-apache name: nextcloud-aio-apache diff --git a/nextcloud-aio-helm-chart/templates/nextcloud-aio-clamav-deployment.yaml b/nextcloud-aio-helm-chart/templates/nextcloud-aio-clamav-deployment.yaml index 017e4deb..b197fab2 100755 --- a/nextcloud-aio-helm-chart/templates/nextcloud-aio-clamav-deployment.yaml +++ b/nextcloud-aio-helm-chart/templates/nextcloud-aio-clamav-deployment.yaml @@ -4,7 +4,7 @@ kind: Deployment metadata: annotations: kompose.cmd: kompose convert -c -f latest.yml --namespace {{ .Values.NAMESPACE }} - kompose.version: 1.30.0 (9d8dcb518) + kompose.version: 1.31.2 (a92241f79) labels: io.kompose.service: nextcloud-aio-clamav name: nextcloud-aio-clamav @@ -18,7 +18,7 @@ spec: metadata: annotations: kompose.cmd: kompose convert -c -f latest.yml --namespace {{ .Values.NAMESPACE }} - kompose.version: 1.30.0 (9d8dcb518) + kompose.version: 1.31.2 (a92241f79) labels: io.kompose.network/nextcloud-aio: "true" io.kompose.service: nextcloud-aio-clamav @@ -30,16 +30,7 @@ spec: - chmod - "777" - /nextcloud-aio-clamav - - /nextcloud-aio-clamav-tmpfs0 - - /nextcloud-aio-clamav-tmpfs1 - - /nextcloud-aio-clamav-tmpfs2 volumeMounts: - - name: nextcloud-aio-clamav-tmpfs2 - mountPath: /nextcloud-aio-clamav-tmpfs2 - - name: nextcloud-aio-clamav-tmpfs1 - mountPath: /nextcloud-aio-clamav-tmpfs1 - - name: nextcloud-aio-clamav-tmpfs0 - mountPath: /nextcloud-aio-clamav-tmpfs0 - name: nextcloud-aio-clamav mountPath: /nextcloud-aio-clamav containers: @@ -48,31 +39,16 @@ spec: value: "90" - name: TZ value: "{{ .Values.TIMEZONE }}" - image: nextcloud/aio-clamav:20230916_091439-latest + image: nextcloud/aio-clamav:20231016_081107-latest name: nextcloud-aio-clamav ports: - containerPort: 3310 - hostPort: 3310 protocol: TCP - securityContext: - readOnlyRootFilesystem: true volumeMounts: - mountPath: /var/lib/clamav name: nextcloud-aio-clamav - - mountPath: /var/lock - name: nextcloud-aio-clamav-tmpfs0 - - mountPath: /var/log/clamav - name: nextcloud-aio-clamav-tmpfs1 - - mountPath: /tmp - name: nextcloud-aio-clamav-tmpfs2 volumes: - name: nextcloud-aio-clamav persistentVolumeClaim: claimName: nextcloud-aio-clamav - - emptyDir: {} - name: nextcloud-aio-clamav-tmpfs0 - - emptyDir: {} - name: nextcloud-aio-clamav-tmpfs1 - - emptyDir: {} - name: nextcloud-aio-clamav-tmpfs2 {{- end }} diff --git a/nextcloud-aio-helm-chart/templates/nextcloud-aio-clamav-service.yaml b/nextcloud-aio-helm-chart/templates/nextcloud-aio-clamav-service.yaml index 08c27809..ade35504 100755 --- a/nextcloud-aio-helm-chart/templates/nextcloud-aio-clamav-service.yaml +++ b/nextcloud-aio-helm-chart/templates/nextcloud-aio-clamav-service.yaml @@ -4,7 +4,7 @@ kind: Service metadata: annotations: kompose.cmd: kompose convert -c -f latest.yml --namespace {{ .Values.NAMESPACE }} - kompose.version: 1.30.0 (9d8dcb518) + kompose.version: 1.31.2 (a92241f79) labels: io.kompose.service: nextcloud-aio-clamav name: nextcloud-aio-clamav diff --git a/nextcloud-aio-helm-chart/templates/nextcloud-aio-collabora-deployment.yaml b/nextcloud-aio-helm-chart/templates/nextcloud-aio-collabora-deployment.yaml index d6b5caeb..93b64805 100755 --- a/nextcloud-aio-helm-chart/templates/nextcloud-aio-collabora-deployment.yaml +++ b/nextcloud-aio-helm-chart/templates/nextcloud-aio-collabora-deployment.yaml @@ -4,7 +4,7 @@ kind: Deployment metadata: annotations: kompose.cmd: kompose convert -c -f latest.yml --namespace {{ .Values.NAMESPACE }} - kompose.version: 1.30.0 (9d8dcb518) + kompose.version: 1.31.2 (a92241f79) labels: io.kompose.service: nextcloud-aio-collabora name: nextcloud-aio-collabora @@ -18,7 +18,7 @@ spec: metadata: annotations: kompose.cmd: kompose convert -c -f latest.yml --namespace {{ .Values.NAMESPACE }} - kompose.version: 1.30.0 (9d8dcb518) + kompose.version: 1.31.2 (a92241f79) labels: io.kompose.network/nextcloud-aio: "true" io.kompose.service: nextcloud-aio-collabora @@ -37,10 +37,9 @@ spec: value: --o:ssl.enable=false --o:ssl.termination=true --o:mount_jail_tree=false --o:logging.level=warning --o:home_mode.enable=true {{ .Values.COLLABORA_SECCOMP_POLICY }} --o:remote_font_config.url=https://{{ .Values.NC_DOMAIN }}/apps/richdocuments/settings/fonts.json - name: server_name value: "{{ .Values.NC_DOMAIN }}" - image: nextcloud/aio-collabora:20230916_091439-latest + image: nextcloud/aio-collabora:20231016_081107-latest name: nextcloud-aio-collabora ports: - containerPort: 9980 - hostPort: 9980 protocol: TCP {{- end }} diff --git a/nextcloud-aio-helm-chart/templates/nextcloud-aio-collabora-service.yaml b/nextcloud-aio-helm-chart/templates/nextcloud-aio-collabora-service.yaml index a759f284..a1cf6fd4 100755 --- a/nextcloud-aio-helm-chart/templates/nextcloud-aio-collabora-service.yaml +++ b/nextcloud-aio-helm-chart/templates/nextcloud-aio-collabora-service.yaml @@ -4,7 +4,7 @@ kind: Service metadata: annotations: kompose.cmd: kompose convert -c -f latest.yml --namespace {{ .Values.NAMESPACE }} - kompose.version: 1.30.0 (9d8dcb518) + kompose.version: 1.31.2 (a92241f79) labels: io.kompose.service: nextcloud-aio-collabora name: nextcloud-aio-collabora diff --git a/nextcloud-aio-helm-chart/templates/nextcloud-aio-database-deployment.yaml b/nextcloud-aio-helm-chart/templates/nextcloud-aio-database-deployment.yaml index 934d09f6..c921c4ad 100755 --- a/nextcloud-aio-helm-chart/templates/nextcloud-aio-database-deployment.yaml +++ b/nextcloud-aio-helm-chart/templates/nextcloud-aio-database-deployment.yaml @@ -3,7 +3,7 @@ kind: Deployment metadata: annotations: kompose.cmd: kompose convert -c -f latest.yml --namespace {{ .Values.NAMESPACE }} - kompose.version: 1.30.0 (9d8dcb518) + kompose.version: 1.31.2 (a92241f79) labels: io.kompose.service: nextcloud-aio-database name: nextcloud-aio-database @@ -17,7 +17,7 @@ spec: metadata: annotations: kompose.cmd: kompose convert -c -f latest.yml --namespace {{ .Values.NAMESPACE }} - kompose.version: 1.30.0 (9d8dcb518) + kompose.version: 1.31.2 (a92241f79) labels: io.kompose.network/nextcloud-aio: "true" io.kompose.service: nextcloud-aio-database @@ -31,10 +31,7 @@ spec: - /nextcloud-aio-database/data - /nextcloud-aio-database - /nextcloud-aio-database-dump - - /nextcloud-aio-database-tmpfs0 volumeMounts: - - name: nextcloud-aio-database-tmpfs0 - mountPath: /nextcloud-aio-database-tmpfs0 - name: nextcloud-aio-database-dump mountPath: /nextcloud-aio-database-dump - name: nextcloud-aio-database @@ -47,10 +44,7 @@ spec: - "-R" - /nextcloud-aio-database - /nextcloud-aio-database-dump - - /nextcloud-aio-database-tmpfs0 volumeMounts: - - name: nextcloud-aio-database-tmpfs0 - mountPath: /nextcloud-aio-database-tmpfs0 - name: nextcloud-aio-database-dump mountPath: /nextcloud-aio-database-dump - name: nextcloud-aio-database @@ -67,22 +61,17 @@ spec: value: nextcloud - name: TZ value: "{{ .Values.TIMEZONE }}" - image: nextcloud/aio-postgresql:20230916_091439-latest + image: nextcloud/aio-postgresql:20231016_081107-latest name: nextcloud-aio-database ports: - containerPort: 5432 - hostPort: 5432 protocol: TCP - securityContext: - readOnlyRootFilesystem: true volumeMounts: - mountPath: /var/lib/postgresql/data subPath: data name: nextcloud-aio-database - mountPath: /mnt/data name: nextcloud-aio-database-dump - - mountPath: /var/run/postgresql - name: nextcloud-aio-database-tmpfs0 terminationGracePeriodSeconds: 1800 volumes: - name: nextcloud-aio-database @@ -91,5 +80,3 @@ spec: - name: nextcloud-aio-database-dump persistentVolumeClaim: claimName: nextcloud-aio-database-dump - - emptyDir: {} - name: nextcloud-aio-database-tmpfs0 diff --git a/nextcloud-aio-helm-chart/templates/nextcloud-aio-database-service.yaml b/nextcloud-aio-helm-chart/templates/nextcloud-aio-database-service.yaml index addf6f3b..adb61d66 100755 --- a/nextcloud-aio-helm-chart/templates/nextcloud-aio-database-service.yaml +++ b/nextcloud-aio-helm-chart/templates/nextcloud-aio-database-service.yaml @@ -3,7 +3,7 @@ kind: Service metadata: annotations: kompose.cmd: kompose convert -c -f latest.yml --namespace {{ .Values.NAMESPACE }} - kompose.version: 1.30.0 (9d8dcb518) + kompose.version: 1.31.2 (a92241f79) labels: io.kompose.service: nextcloud-aio-database name: nextcloud-aio-database diff --git a/nextcloud-aio-helm-chart/templates/nextcloud-aio-fulltextsearch-deployment.yaml b/nextcloud-aio-helm-chart/templates/nextcloud-aio-fulltextsearch-deployment.yaml index 511d8541..569c9561 100755 --- a/nextcloud-aio-helm-chart/templates/nextcloud-aio-fulltextsearch-deployment.yaml +++ b/nextcloud-aio-helm-chart/templates/nextcloud-aio-fulltextsearch-deployment.yaml @@ -4,7 +4,7 @@ kind: Deployment metadata: annotations: kompose.cmd: kompose convert -c -f latest.yml --namespace {{ .Values.NAMESPACE }} - kompose.version: 1.30.0 (9d8dcb518) + kompose.version: 1.31.2 (a92241f79) labels: io.kompose.service: nextcloud-aio-fulltextsearch name: nextcloud-aio-fulltextsearch @@ -18,7 +18,7 @@ spec: metadata: annotations: kompose.cmd: kompose convert -c -f latest.yml --namespace {{ .Values.NAMESPACE }} - kompose.version: 1.30.0 (9d8dcb518) + kompose.version: 1.31.2 (a92241f79) labels: io.kompose.network/nextcloud-aio: "true" io.kompose.service: nextcloud-aio-fulltextsearch @@ -55,11 +55,10 @@ spec: value: basic - name: xpack.security.enabled value: "false" - image: nextcloud/aio-fulltextsearch:20230916_091439-latest + image: nextcloud/aio-fulltextsearch:20231016_081107-latest name: nextcloud-aio-fulltextsearch ports: - containerPort: 9200 - hostPort: 9200 protocol: TCP volumeMounts: - mountPath: /usr/share/elasticsearch/data diff --git a/nextcloud-aio-helm-chart/templates/nextcloud-aio-fulltextsearch-service.yaml b/nextcloud-aio-helm-chart/templates/nextcloud-aio-fulltextsearch-service.yaml index 90609667..f5ea3428 100755 --- a/nextcloud-aio-helm-chart/templates/nextcloud-aio-fulltextsearch-service.yaml +++ b/nextcloud-aio-helm-chart/templates/nextcloud-aio-fulltextsearch-service.yaml @@ -4,7 +4,7 @@ kind: Service metadata: annotations: kompose.cmd: kompose convert -c -f latest.yml --namespace {{ .Values.NAMESPACE }} - kompose.version: 1.30.0 (9d8dcb518) + kompose.version: 1.31.2 (a92241f79) labels: io.kompose.service: nextcloud-aio-fulltextsearch name: nextcloud-aio-fulltextsearch diff --git a/nextcloud-aio-helm-chart/templates/nextcloud-aio-imaginary-deployment.yaml b/nextcloud-aio-helm-chart/templates/nextcloud-aio-imaginary-deployment.yaml index a9fdda32..ccb60a5d 100755 --- a/nextcloud-aio-helm-chart/templates/nextcloud-aio-imaginary-deployment.yaml +++ b/nextcloud-aio-helm-chart/templates/nextcloud-aio-imaginary-deployment.yaml @@ -4,7 +4,7 @@ kind: Deployment metadata: annotations: kompose.cmd: kompose convert -c -f latest.yml --namespace {{ .Values.NAMESPACE }} - kompose.version: 1.30.0 (9d8dcb518) + kompose.version: 1.31.2 (a92241f79) labels: io.kompose.service: nextcloud-aio-imaginary name: nextcloud-aio-imaginary @@ -18,40 +18,22 @@ spec: metadata: annotations: kompose.cmd: kompose convert -c -f latest.yml --namespace {{ .Values.NAMESPACE }} - kompose.version: 1.30.0 (9d8dcb518) + kompose.version: 1.31.2 (a92241f79) labels: io.kompose.network/nextcloud-aio: "true" io.kompose.service: nextcloud-aio-imaginary spec: - initContainers: - - name: init-volumes - image: alpine - command: - - chmod - - "777" - - /nextcloud-aio-imaginary-tmpfs0 - volumeMounts: - - name: nextcloud-aio-imaginary-tmpfs0 - mountPath: /nextcloud-aio-imaginary-tmpfs0 containers: - env: - name: TZ value: "{{ .Values.TIMEZONE }}" - image: nextcloud/aio-imaginary:20230916_091439-latest + image: nextcloud/aio-imaginary:20231016_081107-latest name: nextcloud-aio-imaginary ports: - containerPort: 9000 - hostPort: 9000 protocol: TCP securityContext: capabilities: add: - SYS_NICE - readOnlyRootFilesystem: true - volumeMounts: - - mountPath: /tmp - name: nextcloud-aio-imaginary-tmpfs0 - volumes: - - emptyDir: {} - name: nextcloud-aio-imaginary-tmpfs0 {{- end }} diff --git a/nextcloud-aio-helm-chart/templates/nextcloud-aio-imaginary-service.yaml b/nextcloud-aio-helm-chart/templates/nextcloud-aio-imaginary-service.yaml index bdcc3d7b..ac51f3d7 100755 --- a/nextcloud-aio-helm-chart/templates/nextcloud-aio-imaginary-service.yaml +++ b/nextcloud-aio-helm-chart/templates/nextcloud-aio-imaginary-service.yaml @@ -4,7 +4,7 @@ kind: Service metadata: annotations: kompose.cmd: kompose convert -c -f latest.yml --namespace {{ .Values.NAMESPACE }} - kompose.version: 1.30.0 (9d8dcb518) + kompose.version: 1.31.2 (a92241f79) labels: io.kompose.service: nextcloud-aio-imaginary name: nextcloud-aio-imaginary 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 06340fbe..bd50d2df 100755 --- a/nextcloud-aio-helm-chart/templates/nextcloud-aio-nextcloud-deployment.yaml +++ b/nextcloud-aio-helm-chart/templates/nextcloud-aio-nextcloud-deployment.yaml @@ -3,7 +3,7 @@ kind: Deployment metadata: annotations: kompose.cmd: kompose convert -c -f latest.yml --namespace {{ .Values.NAMESPACE }} - kompose.version: 1.30.0 (9d8dcb518) + kompose.version: 1.31.2 (a92241f79) labels: io.kompose.service: nextcloud-aio-nextcloud name: nextcloud-aio-nextcloud @@ -17,7 +17,7 @@ spec: metadata: annotations: kompose.cmd: kompose convert -c -f latest.yml --namespace {{ .Values.NAMESPACE }} - kompose.version: 1.30.0 (9d8dcb518) + kompose.version: 1.31.2 (a92241f79) labels: io.kompose.network/nextcloud-aio: "true" io.kompose.service: nextcloud-aio-nextcloud @@ -121,11 +121,12 @@ spec: value: "{{ .Values.TIMEZONE }}" - name: UPDATE_NEXTCLOUD_APPS value: "{{ .Values.UPDATE_NEXTCLOUD_APPS }}" - image: nextcloud/aio-nextcloud:20230916_091439-latest + image: nextcloud/aio-nextcloud:20231016_081107-latest name: nextcloud-aio-nextcloud ports: - containerPort: 9000 - hostPort: 9000 + protocol: TCP + - containerPort: 9001 protocol: TCP volumeMounts: - mountPath: /var/www/html diff --git a/nextcloud-aio-helm-chart/templates/nextcloud-aio-nextcloud-service.yaml b/nextcloud-aio-helm-chart/templates/nextcloud-aio-nextcloud-service.yaml index 2c9b6b68..fba99885 100755 --- a/nextcloud-aio-helm-chart/templates/nextcloud-aio-nextcloud-service.yaml +++ b/nextcloud-aio-helm-chart/templates/nextcloud-aio-nextcloud-service.yaml @@ -3,7 +3,7 @@ kind: Service metadata: annotations: kompose.cmd: kompose convert -c -f latest.yml --namespace {{ .Values.NAMESPACE }} - kompose.version: 1.30.0 (9d8dcb518) + kompose.version: 1.31.2 (a92241f79) labels: io.kompose.service: nextcloud-aio-nextcloud name: nextcloud-aio-nextcloud @@ -13,5 +13,8 @@ spec: - name: "9000" port: 9000 targetPort: 9000 + - name: "9001" + port: 9001 + targetPort: 9001 selector: io.kompose.service: nextcloud-aio-nextcloud diff --git a/nextcloud-aio-helm-chart/templates/nextcloud-aio-notify-push-deployment.yaml b/nextcloud-aio-helm-chart/templates/nextcloud-aio-notify-push-deployment.yaml index 4c4abb50..e25df14f 100755 --- a/nextcloud-aio-helm-chart/templates/nextcloud-aio-notify-push-deployment.yaml +++ b/nextcloud-aio-helm-chart/templates/nextcloud-aio-notify-push-deployment.yaml @@ -3,7 +3,7 @@ kind: Deployment metadata: annotations: kompose.cmd: kompose convert -c -f latest.yml --namespace {{ .Values.NAMESPACE }} - kompose.version: 1.30.0 (9d8dcb518) + kompose.version: 1.31.2 (a92241f79) labels: io.kompose.service: nextcloud-aio-notify-push name: nextcloud-aio-notify-push @@ -17,7 +17,7 @@ spec: metadata: annotations: kompose.cmd: kompose convert -c -f latest.yml --namespace {{ .Values.NAMESPACE }} - kompose.version: 1.30.0 (9d8dcb518) + kompose.version: 1.31.2 (a92241f79) labels: io.kompose.network/nextcloud-aio: "true" io.kompose.service: nextcloud-aio-notify-push @@ -50,14 +50,11 @@ spec: value: nextcloud-aio-redis - name: REDIS_HOST_PASSWORD value: "{{ .Values.REDIS_PASSWORD }}" - image: nextcloud/aio-notify-push:20230916_091439-latest + image: nextcloud/aio-notify-push:20231016_081107-latest name: nextcloud-aio-notify-push ports: - containerPort: 7867 - hostPort: 7867 protocol: TCP - securityContext: - readOnlyRootFilesystem: true volumeMounts: - mountPath: /nextcloud name: nextcloud-aio-nextcloud diff --git a/nextcloud-aio-helm-chart/templates/nextcloud-aio-notify-push-service.yaml b/nextcloud-aio-helm-chart/templates/nextcloud-aio-notify-push-service.yaml index cabfcf2c..d12943cd 100755 --- a/nextcloud-aio-helm-chart/templates/nextcloud-aio-notify-push-service.yaml +++ b/nextcloud-aio-helm-chart/templates/nextcloud-aio-notify-push-service.yaml @@ -3,7 +3,7 @@ kind: Service metadata: annotations: kompose.cmd: kompose convert -c -f latest.yml --namespace {{ .Values.NAMESPACE }} - kompose.version: 1.30.0 (9d8dcb518) + kompose.version: 1.31.2 (a92241f79) labels: io.kompose.service: nextcloud-aio-notify-push name: nextcloud-aio-notify-push diff --git a/nextcloud-aio-helm-chart/templates/nextcloud-aio-onlyoffice-deployment.yaml b/nextcloud-aio-helm-chart/templates/nextcloud-aio-onlyoffice-deployment.yaml index ce61367c..8a168767 100755 --- a/nextcloud-aio-helm-chart/templates/nextcloud-aio-onlyoffice-deployment.yaml +++ b/nextcloud-aio-helm-chart/templates/nextcloud-aio-onlyoffice-deployment.yaml @@ -4,7 +4,7 @@ kind: Deployment metadata: annotations: kompose.cmd: kompose convert -c -f latest.yml --namespace {{ .Values.NAMESPACE }} - kompose.version: 1.30.0 (9d8dcb518) + kompose.version: 1.31.2 (a92241f79) labels: io.kompose.service: nextcloud-aio-onlyoffice name: nextcloud-aio-onlyoffice @@ -18,7 +18,7 @@ spec: metadata: annotations: kompose.cmd: kompose convert -c -f latest.yml --namespace {{ .Values.NAMESPACE }} - kompose.version: 1.30.0 (9d8dcb518) + kompose.version: 1.31.2 (a92241f79) labels: io.kompose.network/nextcloud-aio: "true" io.kompose.service: nextcloud-aio-onlyoffice @@ -43,11 +43,10 @@ spec: value: "{{ .Values.ONLYOFFICE_SECRET }}" - name: TZ value: "{{ .Values.TIMEZONE }}" - image: nextcloud/aio-onlyoffice:20230916_091439-latest + image: nextcloud/aio-onlyoffice:20231016_081107-latest name: nextcloud-aio-onlyoffice ports: - containerPort: 80 - hostPort: 80 protocol: TCP volumeMounts: - mountPath: /var/lib/onlyoffice diff --git a/nextcloud-aio-helm-chart/templates/nextcloud-aio-onlyoffice-service.yaml b/nextcloud-aio-helm-chart/templates/nextcloud-aio-onlyoffice-service.yaml index 8fa58474..2e005ddc 100755 --- a/nextcloud-aio-helm-chart/templates/nextcloud-aio-onlyoffice-service.yaml +++ b/nextcloud-aio-helm-chart/templates/nextcloud-aio-onlyoffice-service.yaml @@ -4,7 +4,7 @@ kind: Service metadata: annotations: kompose.cmd: kompose convert -c -f latest.yml --namespace {{ .Values.NAMESPACE }} - kompose.version: 1.30.0 (9d8dcb518) + kompose.version: 1.31.2 (a92241f79) labels: io.kompose.service: nextcloud-aio-onlyoffice name: nextcloud-aio-onlyoffice diff --git a/nextcloud-aio-helm-chart/templates/nextcloud-aio-redis-deployment.yaml b/nextcloud-aio-helm-chart/templates/nextcloud-aio-redis-deployment.yaml index 5d33ebfa..6e3c5481 100755 --- a/nextcloud-aio-helm-chart/templates/nextcloud-aio-redis-deployment.yaml +++ b/nextcloud-aio-helm-chart/templates/nextcloud-aio-redis-deployment.yaml @@ -3,7 +3,7 @@ kind: Deployment metadata: annotations: kompose.cmd: kompose convert -c -f latest.yml --namespace {{ .Values.NAMESPACE }} - kompose.version: 1.30.0 (9d8dcb518) + kompose.version: 1.31.2 (a92241f79) labels: io.kompose.service: nextcloud-aio-redis name: nextcloud-aio-redis @@ -17,7 +17,7 @@ spec: metadata: annotations: kompose.cmd: kompose convert -c -f latest.yml --namespace {{ .Values.NAMESPACE }} - kompose.version: 1.30.0 (9d8dcb518) + kompose.version: 1.31.2 (a92241f79) labels: io.kompose.network/nextcloud-aio: "true" io.kompose.service: nextcloud-aio-redis @@ -38,14 +38,11 @@ spec: value: "{{ .Values.REDIS_PASSWORD }}" - name: TZ value: "{{ .Values.TIMEZONE }}" - image: nextcloud/aio-redis:20230916_091439-latest + image: nextcloud/aio-redis:20231016_081107-latest name: nextcloud-aio-redis ports: - containerPort: 6379 - hostPort: 6379 protocol: TCP - securityContext: - readOnlyRootFilesystem: true volumeMounts: - mountPath: /data name: nextcloud-aio-redis diff --git a/nextcloud-aio-helm-chart/templates/nextcloud-aio-redis-service.yaml b/nextcloud-aio-helm-chart/templates/nextcloud-aio-redis-service.yaml index 68c46a90..f65e7455 100755 --- a/nextcloud-aio-helm-chart/templates/nextcloud-aio-redis-service.yaml +++ b/nextcloud-aio-helm-chart/templates/nextcloud-aio-redis-service.yaml @@ -3,7 +3,7 @@ kind: Service metadata: annotations: kompose.cmd: kompose convert -c -f latest.yml --namespace {{ .Values.NAMESPACE }} - kompose.version: 1.30.0 (9d8dcb518) + kompose.version: 1.31.2 (a92241f79) labels: io.kompose.service: nextcloud-aio-redis name: nextcloud-aio-redis diff --git a/nextcloud-aio-helm-chart/templates/nextcloud-aio-talk-deployment.yaml b/nextcloud-aio-helm-chart/templates/nextcloud-aio-talk-deployment.yaml index 061c1035..da140511 100755 --- a/nextcloud-aio-helm-chart/templates/nextcloud-aio-talk-deployment.yaml +++ b/nextcloud-aio-helm-chart/templates/nextcloud-aio-talk-deployment.yaml @@ -4,7 +4,7 @@ kind: Deployment metadata: annotations: kompose.cmd: kompose convert -c -f latest.yml --namespace {{ .Values.NAMESPACE }} - kompose.version: 1.30.0 (9d8dcb518) + kompose.version: 1.31.2 (a92241f79) labels: io.kompose.service: nextcloud-aio-talk name: nextcloud-aio-talk @@ -18,33 +18,11 @@ spec: metadata: annotations: kompose.cmd: kompose convert -c -f latest.yml --namespace {{ .Values.NAMESPACE }} - kompose.version: 1.30.0 (9d8dcb518) + kompose.version: 1.31.2 (a92241f79) labels: io.kompose.network/nextcloud-aio: "true" io.kompose.service: nextcloud-aio-talk spec: - initContainers: - - name: init-volumes - image: alpine - command: - - chmod - - "777" - - /nextcloud-aio-talk-tmpfs0 - - /nextcloud-aio-talk-tmpfs1 - - /nextcloud-aio-talk-tmpfs2 - - /nextcloud-aio-talk-tmpfs3 - - /nextcloud-aio-talk-tmpfs4 - volumeMounts: - - name: nextcloud-aio-talk-tmpfs4 - mountPath: /nextcloud-aio-talk-tmpfs4 - - name: nextcloud-aio-talk-tmpfs3 - mountPath: /nextcloud-aio-talk-tmpfs3 - - name: nextcloud-aio-talk-tmpfs2 - mountPath: /nextcloud-aio-talk-tmpfs2 - - name: nextcloud-aio-talk-tmpfs1 - mountPath: /nextcloud-aio-talk-tmpfs1 - - name: nextcloud-aio-talk-tmpfs0 - mountPath: /nextcloud-aio-talk-tmpfs0 containers: - env: - name: INTERNAL_SECRET @@ -59,40 +37,13 @@ spec: value: "{{ .Values.TURN_SECRET }}" - name: TZ value: "{{ .Values.TIMEZONE }}" - image: nextcloud/aio-talk:20230916_091439-latest + image: nextcloud/aio-talk:20231016_081107-latest name: nextcloud-aio-talk ports: - containerPort: {{ .Values.TALK_PORT }} - hostPort: {{ .Values.TALK_PORT }} protocol: TCP - containerPort: {{ .Values.TALK_PORT }} - hostPort: {{ .Values.TALK_PORT }} protocol: UDP - containerPort: 8081 - hostPort: 8081 protocol: TCP - securityContext: - readOnlyRootFilesystem: true - volumeMounts: - - mountPath: /var/log/supervisord - name: nextcloud-aio-talk-tmpfs0 - - mountPath: /var/run/supervisord - name: nextcloud-aio-talk-tmpfs1 - - mountPath: /opt/eturnal/run - name: nextcloud-aio-talk-tmpfs2 - - mountPath: /conf - name: nextcloud-aio-talk-tmpfs3 - - mountPath: /tmp - name: nextcloud-aio-talk-tmpfs4 - volumes: - - emptyDir: {} - name: nextcloud-aio-talk-tmpfs0 - - emptyDir: {} - name: nextcloud-aio-talk-tmpfs1 - - emptyDir: {} - name: nextcloud-aio-talk-tmpfs2 - - emptyDir: {} - name: nextcloud-aio-talk-tmpfs3 - - emptyDir: {} - name: nextcloud-aio-talk-tmpfs4 {{- end }} diff --git a/nextcloud-aio-helm-chart/templates/nextcloud-aio-talk-recording-deployment.yaml b/nextcloud-aio-helm-chart/templates/nextcloud-aio-talk-recording-deployment.yaml index f3421eb4..635b2f13 100755 --- a/nextcloud-aio-helm-chart/templates/nextcloud-aio-talk-recording-deployment.yaml +++ b/nextcloud-aio-helm-chart/templates/nextcloud-aio-talk-recording-deployment.yaml @@ -4,7 +4,7 @@ kind: Deployment metadata: annotations: kompose.cmd: kompose convert -c -f latest.yml --namespace {{ .Values.NAMESPACE }} - kompose.version: 1.30.0 (9d8dcb518) + kompose.version: 1.31.2 (a92241f79) labels: io.kompose.service: nextcloud-aio-talk-recording name: nextcloud-aio-talk-recording @@ -18,24 +18,11 @@ spec: metadata: annotations: kompose.cmd: kompose convert -c -f latest.yml --namespace {{ .Values.NAMESPACE }} - kompose.version: 1.30.0 (9d8dcb518) + kompose.version: 1.31.2 (a92241f79) labels: io.kompose.network/nextcloud-aio: "true" io.kompose.service: nextcloud-aio-talk-recording spec: - initContainers: - - name: init-volumes - image: alpine - command: - - chmod - - "777" - - /nextcloud-aio-talk-recording-tmpfs0 - - /nextcloud-aio-talk-recording-tmpfs1 - volumeMounts: - - name: nextcloud-aio-talk-recording-tmpfs1 - mountPath: /nextcloud-aio-talk-recording-tmpfs1 - - name: nextcloud-aio-talk-recording-tmpfs0 - mountPath: /nextcloud-aio-talk-recording-tmpfs0 containers: - env: - name: INTERNAL_SECRET @@ -46,22 +33,9 @@ spec: value: "{{ .Values.RECORDING_SECRET }}" - name: TZ value: "{{ .Values.TIMEZONE }}" - image: nextcloud/aio-talk-recording:20230916_091439-latest + image: nextcloud/aio-talk-recording:20231016_081107-latest name: nextcloud-aio-talk-recording ports: - containerPort: 1234 - hostPort: 1234 protocol: TCP - securityContext: - readOnlyRootFilesystem: true - volumeMounts: - - mountPath: /tmp - name: nextcloud-aio-talk-recording-tmpfs0 - - mountPath: /conf - name: nextcloud-aio-talk-recording-tmpfs1 - volumes: - - emptyDir: {} - name: nextcloud-aio-talk-recording-tmpfs0 - - emptyDir: {} - name: nextcloud-aio-talk-recording-tmpfs1 {{- end }} diff --git a/nextcloud-aio-helm-chart/templates/nextcloud-aio-talk-recording-service.yaml b/nextcloud-aio-helm-chart/templates/nextcloud-aio-talk-recording-service.yaml index 9cbbbc08..403e2e5a 100755 --- a/nextcloud-aio-helm-chart/templates/nextcloud-aio-talk-recording-service.yaml +++ b/nextcloud-aio-helm-chart/templates/nextcloud-aio-talk-recording-service.yaml @@ -4,7 +4,7 @@ kind: Service metadata: annotations: kompose.cmd: kompose convert -c -f latest.yml --namespace {{ .Values.NAMESPACE }} - kompose.version: 1.30.0 (9d8dcb518) + kompose.version: 1.31.2 (a92241f79) labels: io.kompose.service: nextcloud-aio-talk-recording name: nextcloud-aio-talk-recording diff --git a/nextcloud-aio-helm-chart/templates/nextcloud-aio-talk-service.yaml b/nextcloud-aio-helm-chart/templates/nextcloud-aio-talk-service.yaml index 862671d9..f351c201 100755 --- a/nextcloud-aio-helm-chart/templates/nextcloud-aio-talk-service.yaml +++ b/nextcloud-aio-helm-chart/templates/nextcloud-aio-talk-service.yaml @@ -5,7 +5,7 @@ kind: Service metadata: annotations: kompose.cmd: kompose convert -c -f latest.yml --namespace {{ .Values.NAMESPACE }} - kompose.version: 1.30.0 (9d8dcb518) + kompose.version: 1.31.2 (a92241f79) labels: io.kompose.service: nextcloud-aio-talk name: nextcloud-aio-talk-public @@ -28,7 +28,7 @@ kind: Service metadata: annotations: kompose.cmd: kompose convert -c -f latest.yml --namespace {{ .Values.NAMESPACE }} - kompose.version: 1.30.0 (9d8dcb518) + kompose.version: 1.31.2 (a92241f79) labels: io.kompose.service: nextcloud-aio-talk name: nextcloud-aio-talk