From 46d2e3659ecfbd3eb24ebbe55fd0f4d8f550f515 Mon Sep 17 00:00:00 2001 From: alexandra catalina Date: Tue, 20 Feb 2024 09:21:23 -0800 Subject: [PATCH] notes: update config links from gitea to forgejo --- templates/NOTES.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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: