From 5f66b3c59bd1e40e7fb582d1cac649dc83f89bd2 Mon Sep 17 00:00:00 2001 From: Michael Kriese Date: Wed, 16 Apr 2025 14:14:53 +0000 Subject: [PATCH] docs: prepare forgejo v11 (#1189) Reviewed-on: https://code.forgejo.org/forgejo-helm/forgejo-helm/pulls/1189 Co-authored-by: Michael Kriese Co-committed-by: Michael Kriese --- README.md | 5 +++++ ci/v10-values.yaml | 29 ----------------------------- 2 files changed, 5 insertions(+), 29 deletions(-) delete mode 100644 ci/v10-values.yaml diff --git a/README.md b/README.md index 8a448fa..0769442 100644 --- a/README.md +++ b/README.md @@ -1218,6 +1218,11 @@ This section lists major and breaking changes of each Helm Chart version. Please read them carefully to upgrade successfully, especially the change of the **default database backend**! If you miss this, blindly upgrading may delete your Postgres instance and you may lose your data! +### To v12 + +You need Forgejo v11+ to use this Helm Chart version. +Forgejo v10 is now EOL. + ### To v11 PostgreSQL and PostgreSQL HA are now using PostgreSQL v17. diff --git a/ci/v10-values.yaml b/ci/v10-values.yaml deleted file mode 100644 index 253b35b..0000000 --- a/ci/v10-values.yaml +++ /dev/null @@ -1,29 +0,0 @@ -image: - registry: codeberg.org - repository: forgejo-experimental/forgejo - tag: 10 # don't pin, manifests can be missing - -# Use mirror -# https://code.forgejo.org/forgejo-helm/forgejo-helm/issues/1045 -test: - image: - name: code.forgejo.org/oci/busybox - -redis-cluster: - enabled: false -postgresql-ha: - enabled: false - -persistence: - enabled: false - -gitea: - config: - database: - DB_TYPE: sqlite3 - session: - PROVIDER: memory - cache: - ADAPTER: memory - queue: - TYPE: level