From 07eca6ca9c60de7a478ffb3bac6f557932f024b8 Mon Sep 17 00:00:00 2001 From: szaimen <42591237+szaimen@users.noreply.github.com> Date: Thu, 19 Feb 2026 12:09:39 +0000 Subject: [PATCH] Helm Chart updates Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Signed-off-by: Simon L. --- .../nextcloud-aio-apache-deployment.yaml | 2 ++ .../nextcloud-aio-notify-push-deployment.yaml | 20 +------------------ 2 files changed, 3 insertions(+), 19 deletions(-) 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 91c899af..692be202 100755 --- a/nextcloud-aio-helm-chart/templates/nextcloud-aio-apache-deployment.yaml +++ b/nextcloud-aio-helm-chart/templates/nextcloud-aio-apache-deployment.yaml @@ -47,6 +47,8 @@ spec: value: "{{ .Values.APACHE_PORT }}" - name: COLLABORA_HOST value: nextcloud-aio-collabora + - name: HARP_HOST + value: nextcloud-aio-harp - name: NC_DOMAIN value: "{{ .Values.NC_DOMAIN }}" - name: NEXTCLOUD_HOST 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 1defc5f0..eec33deb 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 @@ -35,26 +35,8 @@ spec: {{- end }} containers: - env: - - name: NC_DOMAIN - value: "{{ .Values.NC_DOMAIN }}" - name: NEXTCLOUD_HOST value: nextcloud-aio-nextcloud - - name: POSTGRES_DB - value: nextcloud_database - - name: POSTGRES_HOST - value: nextcloud-aio-database - - name: POSTGRES_PASSWORD - value: "{{ .Values.DATABASE_PASSWORD }}" - - name: POSTGRES_PORT - value: "5432" - - name: POSTGRES_USER - value: nextcloud - - name: REDIS_HOST - value: nextcloud-aio-redis - - name: REDIS_HOST_PASSWORD - value: "{{ .Values.REDIS_PASSWORD }}" - - name: REDIS_PORT - value: "6379" - name: TZ value: "{{ .Values.TIMEZONE }}" image: ghcr.io/nextcloud-releases/aio-notify-push:20260218_123804 @@ -86,7 +68,7 @@ spec: drop: ["NET_RAW"] {{- end }} volumeMounts: - - mountPath: /nextcloud + - mountPath: /var/www/html name: nextcloud-aio-nextcloud readOnly: true volumes: