diff --git a/REUSE.toml b/REUSE.toml index 53bd3a3a..f2c2d111 100644 --- a/REUSE.toml +++ b/REUSE.toml @@ -37,3 +37,8 @@ SPDX-License-Identifier = "CC-BY-SA-4.0" path = ".gitlab/merge_request_templates/*.md" SPDX-FileCopyrightText = "2025 Zentrum für Digitale Souveränität der Öffentlichen Verwaltung (ZenDiS) GmbH" SPDX-License-Identifier = "Apache-2.0" + +[[annotations]] +path = ".gitlab/issue_templates/*.md" +SPDX-FileCopyrightText = "2025 Zentrum für Digitale Souveränität der Öffentlichen Verwaltung (ZenDiS) GmbH" +SPDX-License-Identifier = "Apache-2.0" diff --git a/docs/requirements.md b/docs/requirements.md index 7d228d3f..452ab085 100644 --- a/docs/requirements.md +++ b/docs/requirements.md @@ -139,6 +139,6 @@ Helmfile requires [HelmDiff](https://github.com/databus23/helm-diff) to compare [^1]: Due to a [Helm bug](https://github.com/helm/helm/issues/30890) Helm 3.18.0 is not supported. -[^2]: Due to [restrictions on Kubernetes `emptyDir`](https://github.com/kubernetes/kubernetes/pull/130277) you need a volume provisioner that has sticky bit support, otherwise the OpenProject seeder job will fail. +[^2]: Due to [restrictions on Kubernetes `emptyDir`](https://github.com/kubernetes/kubernetes/pull/130277) you need a volume provisioner that has sticky bit support, otherwise the OpenProject seeder job will fail. E.g. the `local-path-provisioner` does not have sticky bit support. [^3]: Required for Dovecot Pro as part of openDesk Enterprise Edition.