diff --git a/templates/NOTES.txt b/templates/NOTES.txt index ad5a8fa..a1ccb23 100644 --- a/templates/NOTES.txt +++ b/templates/NOTES.txt @@ -20,13 +20,13 @@ {{- end }} {{- $warnings := list -}} {{- if eq (get .Values.gitea.config.cache "ADAPTER") "memory" -}} - {{- $warnings = append $warnings "Gitea uses 'memory' for caching which is not recommended for production use. See https://docs.gitea.com/next/administration/config-cheat-sheet#cache-cache for available options." -}} + {{- $warnings = append $warnings "Forgejo uses 'memory' for caching which is not recommended for production use. See https://forgejo.org/docs/latest/admin/config-cheat-sheet/#cache-cache for available options." -}} {{- end }} {{- if eq (get .Values.gitea.config.queue "TYPE") "level" -}} - {{- $warnings = append $warnings "Gitea uses 'leveldb' for queue actions which is not recommended for production use. See https://docs.gitea.com/next/administration/config-cheat-sheet#queue-queue-and-queue for available options." -}} + {{- $warnings = append $warnings "Forgejo uses 'leveldb' for queue actions which is not recommended for production use. See https://forgejo.org/docs/latest/admin/config-cheat-sheet/#queue-queue-and-queue for available options." -}} {{- end }} {{- if eq (get .Values.gitea.config.session "PROVIDER") "memory" -}} - {{- $warnings = append $warnings "Gitea uses 'memory' for sessions which is not recommended for production use. See https://docs.gitea.com/next/administration/config-cheat-sheet#session-session for available options." -}} + {{- $warnings = append $warnings "Forgejo uses 'memory' for sessions which is not recommended for production use. See https://forgejo.org/docs/latest/admin/config-cheat-sheet/#session-session for available options." -}} {{- end }} {{- if gt (len $warnings) 0 }} 2. Review these warnings: