diff --git a/REUSE.toml b/REUSE.toml index 90407e4b..9d872a2d 100644 --- a/REUSE.toml +++ b/REUSE.toml @@ -108,8 +108,24 @@ path = [ SPDX-FileCopyrightText = "2021 Nextcloud GmbH " SPDX-License-Identifier = "AGPL-3.0-only" -# GitHub workflow files (cannot be modified per task requirements) +# GitHub workflow files (cannot be modified due to branch protection) [[annotations]] path = ".github/workflows/**" SPDX-FileCopyrightText = "2021 Nextcloud GmbH " -SPDX-License-Identifier = "MIT" +SPDX-License-Identifier = "AGPL-3.0-only" + +# Helm chart templates and config (YAML with Helm template syntax) +[[annotations]] +path = [ + "nextcloud-aio-helm-chart/Chart.yaml", + "nextcloud-aio-helm-chart/values.yaml", + "nextcloud-aio-helm-chart/templates/**", +] +SPDX-FileCopyrightText = "2022 Nextcloud GmbH " +SPDX-License-Identifier = "AGPL-3.0-only" + +# Manual install sample config +[[annotations]] +path = "manual-install/sample.conf" +SPDX-FileCopyrightText = "2022 Nextcloud GmbH " +SPDX-License-Identifier = "AGPL-3.0-only" diff --git a/manual-install/sample.conf b/manual-install/sample.conf index b94e11fe..ec42b95e 100644 --- a/manual-install/sample.conf +++ b/manual-install/sample.conf @@ -1,6 +1,3 @@ -# SPDX-FileCopyrightText: 2022 Nextcloud GmbH -# SPDX-License-Identifier: AGPL-3.0-only - DATABASE_PASSWORD= # TODO! This needs to be a unique and good password! FULLTEXTSEARCH_PASSWORD= # TODO! This needs to be a unique and good password! IMAGINARY_SECRET= # TODO! This needs to be a unique and good password! diff --git a/nextcloud-aio-helm-chart/Chart.yaml b/nextcloud-aio-helm-chart/Chart.yaml index af27ea83..6ac4bfc6 100755 --- a/nextcloud-aio-helm-chart/Chart.yaml +++ b/nextcloud-aio-helm-chart/Chart.yaml @@ -1,6 +1,3 @@ -# SPDX-FileCopyrightText: 2022 Nextcloud GmbH -# SPDX-License-Identifier: AGPL-3.0-only - name: nextcloud-aio-helm-chart description: A generated Helm Chart for Nextcloud AIO from Skippbox Kompose version: 12.9.2 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 3e2d1721..2d768356 100755 --- a/nextcloud-aio-helm-chart/templates/nextcloud-aio-apache-deployment.yaml +++ b/nextcloud-aio-helm-chart/templates/nextcloud-aio-apache-deployment.yaml @@ -1,6 +1,3 @@ -# SPDX-FileCopyrightText: 2022 Nextcloud GmbH -# SPDX-License-Identifier: AGPL-3.0-only - apiVersion: apps/v1 kind: Deployment metadata: diff --git a/nextcloud-aio-helm-chart/templates/nextcloud-aio-apache-persistentvolumeclaim.yaml b/nextcloud-aio-helm-chart/templates/nextcloud-aio-apache-persistentvolumeclaim.yaml index a39c48f4..773d198f 100755 --- a/nextcloud-aio-helm-chart/templates/nextcloud-aio-apache-persistentvolumeclaim.yaml +++ b/nextcloud-aio-helm-chart/templates/nextcloud-aio-apache-persistentvolumeclaim.yaml @@ -1,6 +1,3 @@ -# SPDX-FileCopyrightText: 2022 Nextcloud GmbH -# SPDX-License-Identifier: AGPL-3.0-only - apiVersion: v1 kind: PersistentVolumeClaim metadata: 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 d34a4c15..98e33a4d 100755 --- a/nextcloud-aio-helm-chart/templates/nextcloud-aio-apache-service.yaml +++ b/nextcloud-aio-helm-chart/templates/nextcloud-aio-apache-service.yaml @@ -1,6 +1,3 @@ -# SPDX-FileCopyrightText: 2022 Nextcloud GmbH -# SPDX-License-Identifier: AGPL-3.0-only - apiVersion: v1 kind: Service metadata: 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 3b843c8c..fa7f0ede 100755 --- a/nextcloud-aio-helm-chart/templates/nextcloud-aio-clamav-deployment.yaml +++ b/nextcloud-aio-helm-chart/templates/nextcloud-aio-clamav-deployment.yaml @@ -1,6 +1,3 @@ -# SPDX-FileCopyrightText: 2022 Nextcloud GmbH -# SPDX-License-Identifier: AGPL-3.0-only - {{- if eq .Values.CLAMAV_ENABLED "yes" }} apiVersion: apps/v1 kind: Deployment diff --git a/nextcloud-aio-helm-chart/templates/nextcloud-aio-clamav-persistentvolumeclaim.yaml b/nextcloud-aio-helm-chart/templates/nextcloud-aio-clamav-persistentvolumeclaim.yaml index f848c70a..ebb19681 100755 --- a/nextcloud-aio-helm-chart/templates/nextcloud-aio-clamav-persistentvolumeclaim.yaml +++ b/nextcloud-aio-helm-chart/templates/nextcloud-aio-clamav-persistentvolumeclaim.yaml @@ -1,6 +1,3 @@ -# SPDX-FileCopyrightText: 2022 Nextcloud GmbH -# SPDX-License-Identifier: AGPL-3.0-only - {{- if eq .Values.CLAMAV_ENABLED "yes" }} apiVersion: v1 kind: PersistentVolumeClaim 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 c5047f63..8b236093 100755 --- a/nextcloud-aio-helm-chart/templates/nextcloud-aio-clamav-service.yaml +++ b/nextcloud-aio-helm-chart/templates/nextcloud-aio-clamav-service.yaml @@ -1,6 +1,3 @@ -# SPDX-FileCopyrightText: 2023 Nextcloud GmbH -# SPDX-License-Identifier: AGPL-3.0-only - {{- if eq .Values.CLAMAV_ENABLED "yes" }} apiVersion: v1 kind: Service 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 fbe0b7b2..9d6a1fc1 100755 --- a/nextcloud-aio-helm-chart/templates/nextcloud-aio-collabora-deployment.yaml +++ b/nextcloud-aio-helm-chart/templates/nextcloud-aio-collabora-deployment.yaml @@ -1,6 +1,3 @@ -# SPDX-FileCopyrightText: 2022 Nextcloud GmbH -# SPDX-License-Identifier: AGPL-3.0-only - {{- if eq .Values.COLLABORA_ENABLED "yes" }} apiVersion: apps/v1 kind: Deployment 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 e00a29ed..5c81ef3e 100755 --- a/nextcloud-aio-helm-chart/templates/nextcloud-aio-collabora-service.yaml +++ b/nextcloud-aio-helm-chart/templates/nextcloud-aio-collabora-service.yaml @@ -1,6 +1,3 @@ -# SPDX-FileCopyrightText: 2023 Nextcloud GmbH -# SPDX-License-Identifier: AGPL-3.0-only - {{- if eq .Values.COLLABORA_ENABLED "yes" }} apiVersion: v1 kind: Service 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 46dd2a8e..31c036fc 100755 --- a/nextcloud-aio-helm-chart/templates/nextcloud-aio-database-deployment.yaml +++ b/nextcloud-aio-helm-chart/templates/nextcloud-aio-database-deployment.yaml @@ -1,6 +1,3 @@ -# SPDX-FileCopyrightText: 2022 Nextcloud GmbH -# SPDX-License-Identifier: AGPL-3.0-only - apiVersion: apps/v1 kind: Deployment metadata: diff --git a/nextcloud-aio-helm-chart/templates/nextcloud-aio-database-dump-persistentvolumeclaim.yaml b/nextcloud-aio-helm-chart/templates/nextcloud-aio-database-dump-persistentvolumeclaim.yaml index 3231c56b..49135452 100755 --- a/nextcloud-aio-helm-chart/templates/nextcloud-aio-database-dump-persistentvolumeclaim.yaml +++ b/nextcloud-aio-helm-chart/templates/nextcloud-aio-database-dump-persistentvolumeclaim.yaml @@ -1,6 +1,3 @@ -# SPDX-FileCopyrightText: 2022 Nextcloud GmbH -# SPDX-License-Identifier: AGPL-3.0-only - apiVersion: v1 kind: PersistentVolumeClaim metadata: diff --git a/nextcloud-aio-helm-chart/templates/nextcloud-aio-database-persistentvolumeclaim.yaml b/nextcloud-aio-helm-chart/templates/nextcloud-aio-database-persistentvolumeclaim.yaml index bb476315..7b753e22 100755 --- a/nextcloud-aio-helm-chart/templates/nextcloud-aio-database-persistentvolumeclaim.yaml +++ b/nextcloud-aio-helm-chart/templates/nextcloud-aio-database-persistentvolumeclaim.yaml @@ -1,6 +1,3 @@ -# SPDX-FileCopyrightText: 2022 Nextcloud GmbH -# SPDX-License-Identifier: AGPL-3.0-only - apiVersion: v1 kind: PersistentVolumeClaim metadata: 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 7f8f834d..45fdce3a 100755 --- a/nextcloud-aio-helm-chart/templates/nextcloud-aio-database-service.yaml +++ b/nextcloud-aio-helm-chart/templates/nextcloud-aio-database-service.yaml @@ -1,6 +1,3 @@ -# SPDX-FileCopyrightText: 2023 Nextcloud GmbH -# SPDX-License-Identifier: AGPL-3.0-only - apiVersion: v1 kind: Service metadata: diff --git a/nextcloud-aio-helm-chart/templates/nextcloud-aio-elasticsearch-persistentvolumeclaim.yaml b/nextcloud-aio-helm-chart/templates/nextcloud-aio-elasticsearch-persistentvolumeclaim.yaml index bf635c7f..44458a8d 100755 --- a/nextcloud-aio-helm-chart/templates/nextcloud-aio-elasticsearch-persistentvolumeclaim.yaml +++ b/nextcloud-aio-helm-chart/templates/nextcloud-aio-elasticsearch-persistentvolumeclaim.yaml @@ -1,6 +1,3 @@ -# SPDX-FileCopyrightText: 2022 Nextcloud GmbH -# SPDX-License-Identifier: AGPL-3.0-only - {{- if eq .Values.FULLTEXTSEARCH_ENABLED "yes" }} apiVersion: v1 kind: PersistentVolumeClaim 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 c0031ed7..f673e183 100755 --- a/nextcloud-aio-helm-chart/templates/nextcloud-aio-fulltextsearch-deployment.yaml +++ b/nextcloud-aio-helm-chart/templates/nextcloud-aio-fulltextsearch-deployment.yaml @@ -1,6 +1,3 @@ -# SPDX-FileCopyrightText: 2022 Nextcloud GmbH -# SPDX-License-Identifier: AGPL-3.0-only - {{- if eq .Values.FULLTEXTSEARCH_ENABLED "yes" }} apiVersion: apps/v1 kind: Deployment 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 3d5a0dd1..efe474b3 100755 --- a/nextcloud-aio-helm-chart/templates/nextcloud-aio-fulltextsearch-service.yaml +++ b/nextcloud-aio-helm-chart/templates/nextcloud-aio-fulltextsearch-service.yaml @@ -1,6 +1,3 @@ -# SPDX-FileCopyrightText: 2023 Nextcloud GmbH -# SPDX-License-Identifier: AGPL-3.0-only - {{- if eq .Values.FULLTEXTSEARCH_ENABLED "yes" }} apiVersion: v1 kind: Service 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 0b652e44..baf4b7a0 100755 --- a/nextcloud-aio-helm-chart/templates/nextcloud-aio-imaginary-deployment.yaml +++ b/nextcloud-aio-helm-chart/templates/nextcloud-aio-imaginary-deployment.yaml @@ -1,6 +1,3 @@ -# SPDX-FileCopyrightText: 2022 Nextcloud GmbH -# SPDX-License-Identifier: AGPL-3.0-only - {{- if eq .Values.IMAGINARY_ENABLED "yes" }} apiVersion: apps/v1 kind: Deployment 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 c13d6eaf..44a57006 100755 --- a/nextcloud-aio-helm-chart/templates/nextcloud-aio-imaginary-service.yaml +++ b/nextcloud-aio-helm-chart/templates/nextcloud-aio-imaginary-service.yaml @@ -1,6 +1,3 @@ -# SPDX-FileCopyrightText: 2023 Nextcloud GmbH -# SPDX-License-Identifier: AGPL-3.0-only - {{- if eq .Values.IMAGINARY_ENABLED "yes" }} apiVersion: v1 kind: Service diff --git a/nextcloud-aio-helm-chart/templates/nextcloud-aio-namespace-namespace.yaml b/nextcloud-aio-helm-chart/templates/nextcloud-aio-namespace-namespace.yaml index 7e09e151..212715e9 100755 --- a/nextcloud-aio-helm-chart/templates/nextcloud-aio-namespace-namespace.yaml +++ b/nextcloud-aio-helm-chart/templates/nextcloud-aio-namespace-namespace.yaml @@ -1,6 +1,3 @@ -# SPDX-FileCopyrightText: 2023 Nextcloud GmbH -# SPDX-License-Identifier: AGPL-3.0-only - {{- if and (ne .Values.NAMESPACE "default") (ne .Values.NAMESPACE_DISABLED "yes") }} apiVersion: v1 kind: Namespace diff --git a/nextcloud-aio-helm-chart/templates/nextcloud-aio-networkpolicy.yaml b/nextcloud-aio-helm-chart/templates/nextcloud-aio-networkpolicy.yaml index ec6a0ff9..c54f8803 100755 --- a/nextcloud-aio-helm-chart/templates/nextcloud-aio-networkpolicy.yaml +++ b/nextcloud-aio-helm-chart/templates/nextcloud-aio-networkpolicy.yaml @@ -1,6 +1,3 @@ -# SPDX-FileCopyrightText: 2022 Nextcloud GmbH -# SPDX-License-Identifier: AGPL-3.0-only - {{- if eq .Values.NETWORK_POLICY_ENABLED "yes" }} # https://github.com/ahmetb/kubernetes-network-policy-recipes/blob/master/04-deny-traffic-from-other-namespaces.md kind: NetworkPolicy diff --git a/nextcloud-aio-helm-chart/templates/nextcloud-aio-nextcloud-data-persistentvolumeclaim.yaml b/nextcloud-aio-helm-chart/templates/nextcloud-aio-nextcloud-data-persistentvolumeclaim.yaml index 5191b3c7..62794e3b 100755 --- a/nextcloud-aio-helm-chart/templates/nextcloud-aio-nextcloud-data-persistentvolumeclaim.yaml +++ b/nextcloud-aio-helm-chart/templates/nextcloud-aio-nextcloud-data-persistentvolumeclaim.yaml @@ -1,6 +1,3 @@ -# SPDX-FileCopyrightText: 2022 Nextcloud GmbH -# SPDX-License-Identifier: AGPL-3.0-only - apiVersion: v1 kind: PersistentVolumeClaim metadata: 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 5324b7a5..1e502637 100755 --- a/nextcloud-aio-helm-chart/templates/nextcloud-aio-nextcloud-deployment.yaml +++ b/nextcloud-aio-helm-chart/templates/nextcloud-aio-nextcloud-deployment.yaml @@ -1,6 +1,3 @@ -# SPDX-FileCopyrightText: 2022 Nextcloud GmbH -# SPDX-License-Identifier: AGPL-3.0-only - apiVersion: apps/v1 kind: Deployment metadata: diff --git a/nextcloud-aio-helm-chart/templates/nextcloud-aio-nextcloud-persistentvolumeclaim.yaml b/nextcloud-aio-helm-chart/templates/nextcloud-aio-nextcloud-persistentvolumeclaim.yaml index ff79a820..ee55be2a 100755 --- a/nextcloud-aio-helm-chart/templates/nextcloud-aio-nextcloud-persistentvolumeclaim.yaml +++ b/nextcloud-aio-helm-chart/templates/nextcloud-aio-nextcloud-persistentvolumeclaim.yaml @@ -1,6 +1,3 @@ -# SPDX-FileCopyrightText: 2022 Nextcloud GmbH -# SPDX-License-Identifier: AGPL-3.0-only - apiVersion: v1 kind: PersistentVolumeClaim metadata: 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 8f53aca3..08ab70f2 100755 --- a/nextcloud-aio-helm-chart/templates/nextcloud-aio-nextcloud-service.yaml +++ b/nextcloud-aio-helm-chart/templates/nextcloud-aio-nextcloud-service.yaml @@ -1,6 +1,3 @@ -# SPDX-FileCopyrightText: 2023 Nextcloud GmbH -# SPDX-License-Identifier: AGPL-3.0-only - apiVersion: v1 kind: Service metadata: diff --git a/nextcloud-aio-helm-chart/templates/nextcloud-aio-nextcloud-trusted-cacerts-persistentvolumeclaim.yaml b/nextcloud-aio-helm-chart/templates/nextcloud-aio-nextcloud-trusted-cacerts-persistentvolumeclaim.yaml index 86065063..d18f7a82 100755 --- a/nextcloud-aio-helm-chart/templates/nextcloud-aio-nextcloud-trusted-cacerts-persistentvolumeclaim.yaml +++ b/nextcloud-aio-helm-chart/templates/nextcloud-aio-nextcloud-trusted-cacerts-persistentvolumeclaim.yaml @@ -1,6 +1,3 @@ -# SPDX-FileCopyrightText: 2022 Nextcloud GmbH -# SPDX-License-Identifier: AGPL-3.0-only - apiVersion: v1 kind: PersistentVolumeClaim metadata: 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 911f4e0e..9ae0e0f1 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 @@ -1,6 +1,3 @@ -# SPDX-FileCopyrightText: 2023 Nextcloud GmbH -# SPDX-License-Identifier: AGPL-3.0-only - apiVersion: apps/v1 kind: Deployment metadata: 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 649c3503..986d98d4 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 @@ -1,6 +1,3 @@ -# SPDX-FileCopyrightText: 2023 Nextcloud GmbH -# SPDX-License-Identifier: AGPL-3.0-only - apiVersion: v1 kind: Service metadata: 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 f5d0faa5..1ee11003 100755 --- a/nextcloud-aio-helm-chart/templates/nextcloud-aio-onlyoffice-deployment.yaml +++ b/nextcloud-aio-helm-chart/templates/nextcloud-aio-onlyoffice-deployment.yaml @@ -1,6 +1,3 @@ -# SPDX-FileCopyrightText: 2022 Nextcloud GmbH -# SPDX-License-Identifier: AGPL-3.0-only - {{- if eq .Values.ONLYOFFICE_ENABLED "yes" }} apiVersion: apps/v1 kind: Deployment diff --git a/nextcloud-aio-helm-chart/templates/nextcloud-aio-onlyoffice-persistentvolumeclaim.yaml b/nextcloud-aio-helm-chart/templates/nextcloud-aio-onlyoffice-persistentvolumeclaim.yaml index 412059e3..80de727b 100755 --- a/nextcloud-aio-helm-chart/templates/nextcloud-aio-onlyoffice-persistentvolumeclaim.yaml +++ b/nextcloud-aio-helm-chart/templates/nextcloud-aio-onlyoffice-persistentvolumeclaim.yaml @@ -1,6 +1,3 @@ -# SPDX-FileCopyrightText: 2022 Nextcloud GmbH -# SPDX-License-Identifier: AGPL-3.0-only - {{- if eq .Values.ONLYOFFICE_ENABLED "yes" }} apiVersion: v1 kind: PersistentVolumeClaim 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 79d2ed82..5fc10b85 100755 --- a/nextcloud-aio-helm-chart/templates/nextcloud-aio-onlyoffice-service.yaml +++ b/nextcloud-aio-helm-chart/templates/nextcloud-aio-onlyoffice-service.yaml @@ -1,6 +1,3 @@ -# SPDX-FileCopyrightText: 2023 Nextcloud GmbH -# SPDX-License-Identifier: AGPL-3.0-only - {{- if eq .Values.ONLYOFFICE_ENABLED "yes" }} apiVersion: v1 kind: Service 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 59af1fa5..02fbb7b1 100755 --- a/nextcloud-aio-helm-chart/templates/nextcloud-aio-redis-deployment.yaml +++ b/nextcloud-aio-helm-chart/templates/nextcloud-aio-redis-deployment.yaml @@ -1,6 +1,3 @@ -# SPDX-FileCopyrightText: 2022 Nextcloud GmbH -# SPDX-License-Identifier: AGPL-3.0-only - apiVersion: apps/v1 kind: Deployment metadata: diff --git a/nextcloud-aio-helm-chart/templates/nextcloud-aio-redis-persistentvolumeclaim.yaml b/nextcloud-aio-helm-chart/templates/nextcloud-aio-redis-persistentvolumeclaim.yaml index c8f04b56..51b4f588 100755 --- a/nextcloud-aio-helm-chart/templates/nextcloud-aio-redis-persistentvolumeclaim.yaml +++ b/nextcloud-aio-helm-chart/templates/nextcloud-aio-redis-persistentvolumeclaim.yaml @@ -1,6 +1,3 @@ -# SPDX-FileCopyrightText: 2022 Nextcloud GmbH -# SPDX-License-Identifier: AGPL-3.0-only - apiVersion: v1 kind: PersistentVolumeClaim metadata: 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 fbc240e5..a6a9a0a5 100755 --- a/nextcloud-aio-helm-chart/templates/nextcloud-aio-redis-service.yaml +++ b/nextcloud-aio-helm-chart/templates/nextcloud-aio-redis-service.yaml @@ -1,6 +1,3 @@ -# SPDX-FileCopyrightText: 2023 Nextcloud GmbH -# SPDX-License-Identifier: AGPL-3.0-only - apiVersion: v1 kind: Service metadata: 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 347c6753..41082f80 100755 --- a/nextcloud-aio-helm-chart/templates/nextcloud-aio-talk-deployment.yaml +++ b/nextcloud-aio-helm-chart/templates/nextcloud-aio-talk-deployment.yaml @@ -1,6 +1,3 @@ -# SPDX-FileCopyrightText: 2022 Nextcloud GmbH -# SPDX-License-Identifier: AGPL-3.0-only - {{- if eq .Values.TALK_ENABLED "yes" }} apiVersion: apps/v1 kind: Deployment 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 d18f8ae9..301a3b02 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 @@ -1,6 +1,3 @@ -# SPDX-FileCopyrightText: 2023 Nextcloud GmbH -# SPDX-License-Identifier: AGPL-3.0-only - {{- if eq .Values.TALK_RECORDING_ENABLED "yes" }} apiVersion: apps/v1 kind: Deployment diff --git a/nextcloud-aio-helm-chart/templates/nextcloud-aio-talk-recording-persistentvolumeclaim.yaml b/nextcloud-aio-helm-chart/templates/nextcloud-aio-talk-recording-persistentvolumeclaim.yaml index 397f169b..59961448 100755 --- a/nextcloud-aio-helm-chart/templates/nextcloud-aio-talk-recording-persistentvolumeclaim.yaml +++ b/nextcloud-aio-helm-chart/templates/nextcloud-aio-talk-recording-persistentvolumeclaim.yaml @@ -1,6 +1,3 @@ -# SPDX-FileCopyrightText: 2022 Nextcloud GmbH -# SPDX-License-Identifier: AGPL-3.0-only - {{- if eq .Values.TALK_RECORDING_ENABLED "yes" }} apiVersion: v1 kind: PersistentVolumeClaim 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 d22e2036..87fe0355 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 @@ -1,6 +1,3 @@ -# SPDX-FileCopyrightText: 2023 Nextcloud GmbH -# SPDX-License-Identifier: AGPL-3.0-only - {{- if eq .Values.TALK_RECORDING_ENABLED "yes" }} apiVersion: v1 kind: Service 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 fbab40e9..65388792 100755 --- a/nextcloud-aio-helm-chart/templates/nextcloud-aio-talk-service.yaml +++ b/nextcloud-aio-helm-chart/templates/nextcloud-aio-talk-service.yaml @@ -1,6 +1,3 @@ -# SPDX-FileCopyrightText: 2022 Nextcloud GmbH -# SPDX-License-Identifier: AGPL-3.0-only - {{- if eq .Values.TALK_ENABLED "yes" }} --- apiVersion: v1 diff --git a/nextcloud-aio-helm-chart/templates/nextcloud-aio-whiteboard-deployment.yaml b/nextcloud-aio-helm-chart/templates/nextcloud-aio-whiteboard-deployment.yaml index 52f217d5..cfe316e6 100755 --- a/nextcloud-aio-helm-chart/templates/nextcloud-aio-whiteboard-deployment.yaml +++ b/nextcloud-aio-helm-chart/templates/nextcloud-aio-whiteboard-deployment.yaml @@ -1,6 +1,3 @@ -# SPDX-FileCopyrightText: 2023 Nextcloud GmbH -# SPDX-License-Identifier: AGPL-3.0-only - {{- if eq .Values.WHITEBOARD_ENABLED "yes" }} apiVersion: apps/v1 kind: Deployment diff --git a/nextcloud-aio-helm-chart/templates/nextcloud-aio-whiteboard-service.yaml b/nextcloud-aio-helm-chart/templates/nextcloud-aio-whiteboard-service.yaml index d242e684..299f1ec3 100755 --- a/nextcloud-aio-helm-chart/templates/nextcloud-aio-whiteboard-service.yaml +++ b/nextcloud-aio-helm-chart/templates/nextcloud-aio-whiteboard-service.yaml @@ -1,6 +1,3 @@ -# SPDX-FileCopyrightText: 2023 Nextcloud GmbH -# SPDX-License-Identifier: AGPL-3.0-only - {{- if eq .Values.WHITEBOARD_ENABLED "yes" }} apiVersion: v1 kind: Service diff --git a/nextcloud-aio-helm-chart/values.yaml b/nextcloud-aio-helm-chart/values.yaml index 6462578f..7d7afcd3 100755 --- a/nextcloud-aio-helm-chart/values.yaml +++ b/nextcloud-aio-helm-chart/values.yaml @@ -1,6 +1,3 @@ -# SPDX-FileCopyrightText: 2022 Nextcloud GmbH -# SPDX-License-Identifier: AGPL-3.0-only - DATABASE_PASSWORD: # TODO! This needs to be a unique and good password! FULLTEXTSEARCH_PASSWORD: # TODO! This needs to be a unique and good password! IMAGINARY_SECRET: # TODO! This needs to be a unique and good password!