diff --git a/nextcloud-aio-helm-chart/Chart.yaml b/nextcloud-aio-helm-chart/Chart.yaml index 9c5b6a65b60..e0dd4e9294c 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 7ab1fb72774..66cc103ca37 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 7ffeeaa133f..1ccd4125f90 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 017e4deb370..b197fab2695 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 08c27809d21..ade35504817 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 d6b5caebf7f..93b64805581 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 a759f28428e..a1cf6fd44cf 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 934d09f6d4a..c921c4ad335 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 addf6f3b317..adb61d66320 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 511d8541e5f..569c95612d7 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 90609667302..f5ea3428b37 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 a9fdda32352..ccb60a5d590 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 bdcc3d7b63b..ac51f3d7cc5 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 06340fbe053..bd50d2dfb53 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 2c9b6b686e9..fba99885d39 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 4c4abb50543..e25df14f3b0 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 cabfcf2ce2e..d12943cd71a 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 ce61367cae4..8a1687671b5 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 8fa5847422e..2e005ddcf59 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 5d33ebfa732..6e3c5481468 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 68c46a90a68..f65e7455bcc 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 061c1035698..da140511525 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 f3421eb4555..635b2f13b7f 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 9cbbbc08729..403e2e5a165 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 862671d904c..f351c201ff9 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