diff --git a/nextcloud-aio-helm-chart/Chart.yaml b/nextcloud-aio-helm-chart/Chart.yaml index 906e48586e2..87d387b8b30 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: 9.7.0 +version: 9.8.0 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 d609c5c3a99..caa3772f30b 100755 --- a/nextcloud-aio-helm-chart/templates/nextcloud-aio-apache-deployment.yaml +++ b/nextcloud-aio-helm-chart/templates/nextcloud-aio-apache-deployment.yaml @@ -43,7 +43,7 @@ spec: - name: APACHE_HOST value: nextcloud-aio-apache - name: APACHE_MAX_SIZE - value: "{{ .Values.APACHE_MAX_SIZE }}" + value: "10737418240" - name: APACHE_MAX_TIME value: "{{ .Values.NEXTCLOUD_MAX_TIME }}" - name: APACHE_PORT @@ -51,7 +51,7 @@ spec: - name: COLLABORA_HOST value: nextcloud-aio-collabora - name: NC_DOMAIN - value: "{{ .Values.NC_DOMAIN }}" + value: yourdomain.com - name: NEXTCLOUD_HOST value: nextcloud-aio-nextcloud - name: NOTIFY_PUSH_HOST 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 033ca63236c..d6c1b655ce0 100755 --- a/nextcloud-aio-helm-chart/templates/nextcloud-aio-fulltextsearch-deployment.yaml +++ b/nextcloud-aio-helm-chart/templates/nextcloud-aio-fulltextsearch-deployment.yaml @@ -39,7 +39,6 @@ spec: - name: ES_JAVA_OPTS value: -Xms512M -Xmx512M - name: FULLTEXTSEARCH_PASSWORD - value: "{{ .Values.FULLTEXTSEARCH_PASSWORD }}" - name: TZ value: "{{ .Values.TIMEZONE }}" - name: bootstrap.memory_lock 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 1a5ee79769f..e355924d03a 100755 --- a/nextcloud-aio-helm-chart/templates/nextcloud-aio-imaginary-deployment.yaml +++ b/nextcloud-aio-helm-chart/templates/nextcloud-aio-imaginary-deployment.yaml @@ -25,7 +25,6 @@ spec: containers: - env: - name: IMAGINARY_SECRET - value: "{{ .Values.IMAGINARY_SECRET }}" - name: TZ value: "{{ .Values.TIMEZONE }}" image: "{{ .Values.IMAGE_MIRROR_PREFIX }}{{ .Values.NEXTCLOUD_IMAGE_ORG }}/aio-imaginary:20241017_085101" 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 f4585826d22..2d1569362cd 100755 --- a/nextcloud-aio-helm-chart/templates/nextcloud-aio-nextcloud-deployment.yaml +++ b/nextcloud-aio-helm-chart/templates/nextcloud-aio-nextcloud-deployment.yaml @@ -88,41 +88,40 @@ spec: - name: ADMIN_USER value: admin - name: APACHE_PORT - value: "{{ .Values.APACHE_PORT }}" + value: "443" - name: CLAMAV_ENABLED - value: "{{ .Values.CLAMAV_ENABLED }}" + value: "no" - name: CLAMAV_HOST value: nextcloud-aio-clamav - name: CLAMAV_MAX_SIZE value: "{{ .Values.APACHE_MAX_SIZE }}" - name: COLLABORA_ENABLED - value: "{{ .Values.COLLABORA_ENABLED }}" + value: "no" - name: COLLABORA_HOST value: nextcloud-aio-collabora - name: FULLTEXTSEARCH_ENABLED - value: "{{ .Values.FULLTEXTSEARCH_ENABLED }}" + value: "no" - name: FULLTEXTSEARCH_HOST value: nextcloud-aio-fulltextsearch - name: FULLTEXTSEARCH_PASSWORD - value: "{{ .Values.FULLTEXTSEARCH_PASSWORD }}" - name: IMAGINARY_ENABLED - value: "{{ .Values.IMAGINARY_ENABLED }}" + value: "no" - name: IMAGINARY_HOST value: nextcloud-aio-imaginary - name: IMAGINARY_SECRET - value: "{{ .Values.IMAGINARY_SECRET }}" - name: INSTALL_LATEST_MAJOR - value: "{{ .Values.INSTALL_LATEST_MAJOR }}" + value: "no" - name: NC_DOMAIN - value: "{{ .Values.NC_DOMAIN }}" + value: yourdomain.com - name: NEXTCLOUD_DATA_DIR value: /mnt/ncdata + - name: NEXTCLOUD_MOUNT + value: /mnt/ - name: ONLYOFFICE_ENABLED - value: "{{ .Values.ONLYOFFICE_ENABLED }}" + value: "no" - name: ONLYOFFICE_HOST value: nextcloud-aio-onlyoffice - name: ONLYOFFICE_SECRET - value: "{{ .Values.ONLYOFFICE_SECRET }}" - name: OVERWRITEPROTOCOL value: https - name: PHP_MAX_TIME @@ -142,38 +141,34 @@ spec: - name: POSTGRES_USER value: nextcloud - name: RECORDING_SECRET - value: "{{ .Values.RECORDING_SECRET }}" - name: REDIS_HOST value: nextcloud-aio-redis - name: REDIS_HOST_PASSWORD value: "{{ .Values.REDIS_PASSWORD }}" - name: REMOVE_DISABLED_APPS - value: "{{ .Values.REMOVE_DISABLED_APPS }}" + value: "yes" - name: SIGNALING_SECRET - value: "{{ .Values.SIGNALING_SECRET }}" - name: STARTUP_APPS value: "{{ .Values.NEXTCLOUD_STARTUP_APPS }}" - name: TALK_ENABLED - value: "{{ .Values.TALK_ENABLED }}" + value: "no" - name: TALK_PORT - value: "{{ .Values.TALK_PORT }}" + value: "3478" - name: TALK_RECORDING_ENABLED - value: "{{ .Values.TALK_RECORDING_ENABLED }}" + value: "no" - name: TALK_RECORDING_HOST value: nextcloud-aio-talk-recording - name: TRUSTED_CACERTS_DIR value: "{{ .Values.NEXTCLOUD_TRUSTED_CACERTS_DIR }}" - name: TURN_SECRET - value: "{{ .Values.TURN_SECRET }}" - name: TZ value: "{{ .Values.TIMEZONE }}" - name: UPDATE_NEXTCLOUD_APPS - value: "{{ .Values.UPDATE_NEXTCLOUD_APPS }}" + value: "no" - name: WHITEBOARD_ENABLED - value: "{{ .Values.WHITEBOARD_ENABLED }}" + value: "no" - name: WHITEBOARD_SECRET - value: "{{ .Values.WHITEBOARD_SECRET }}" - image: "{{ .Values.IMAGE_MIRROR_PREFIX }}{{ .Values.NEXTCLOUD_IMAGE_ORG }}/aio-nextcloud:20241017_08510" + image: "{{ .Values.IMAGE_MIRROR_PREFIX }}{{ .Values.NEXTCLOUD_IMAGE_ORG }}/aio-nextcloud:20241017_085101" name: nextcloud-aio-nextcloud ports: - containerPort: 9000 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 c33ac701942..ee2b9211c24 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 @@ -36,7 +36,7 @@ spec: containers: - env: - name: NC_DOMAIN - value: "{{ .Values.NC_DOMAIN }}" + value: yourdomain.com - name: NEXTCLOUD_HOST value: nextcloud-aio-nextcloud - name: POSTGRES_DB 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 d6fc49e3cd6..ca3a7b44d66 100755 --- a/nextcloud-aio-helm-chart/templates/nextcloud-aio-talk-deployment.yaml +++ b/nextcloud-aio-helm-chart/templates/nextcloud-aio-talk-deployment.yaml @@ -31,15 +31,13 @@ spec: - name: INTERNAL_SECRET value: "{{ .Values.TALK_INTERNAL_SECRET }}" - name: NC_DOMAIN - value: "{{ .Values.NC_DOMAIN }}" + value: yourdomain.com - name: SIGNALING_SECRET - value: "{{ .Values.SIGNALING_SECRET }}" - name: TALK_HOST value: nextcloud-aio-talk - name: TALK_PORT value: "{{ .Values.TALK_PORT }}" - name: TURN_SECRET - value: "{{ .Values.TURN_SECRET }}" - name: TZ value: "{{ .Values.TIMEZONE }}" image: "{{ .Values.IMAGE_MIRROR_PREFIX }}{{ .Values.NEXTCLOUD_IMAGE_ORG }}/aio-talk:20241017_085101" 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 67405468cfa..03488d79b94 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 @@ -27,7 +27,7 @@ spec: - name: INTERNAL_SECRET value: "{{ .Values.TALK_INTERNAL_SECRET }}" - name: NC_DOMAIN - value: "{{ .Values.NC_DOMAIN }}" + value: yourdomain.com - name: RECORDING_SECRET value: "{{ .Values.RECORDING_SECRET }}" - name: TZ