From e69f5d9971c2677ea10768efe24935fdf06b85ee Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?G=C3=B6ran=20P=C3=B6hner?= <10630407+groundhog2k@users.noreply.github.com> Date: Mon, 27 Nov 2023 19:18:00 +0100 Subject: [PATCH] Upgraded gitea chart for Gitea 1.21.1 (#1286) --- charts/gitea/Chart.yaml | 4 ++-- charts/gitea/README.md | 2 +- charts/gitea/RELEASENOTES.md | 1 + 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/charts/gitea/Chart.yaml b/charts/gitea/Chart.yaml index 7b843972..d38cf9ec 100644 --- a/charts/gitea/Chart.yaml +++ b/charts/gitea/Chart.yaml @@ -8,10 +8,10 @@ maintainers: - name: groundhog2k # This is the chart version -version: "0.10.0" +version: "0.10.1" # This is the version number of the application being deployed. -appVersion: "1.21.0" +appVersion: "1.21.1" dependencies: - name: mariadb diff --git a/charts/gitea/README.md b/charts/gitea/README.md index bb4b0fb6..8c128765 100644 --- a/charts/gitea/README.md +++ b/charts/gitea/README.md @@ -1,6 +1,6 @@ # Gitea -   +   ## Changelog diff --git a/charts/gitea/RELEASENOTES.md b/charts/gitea/RELEASENOTES.md index 52f61a78..27a480cb 100644 --- a/charts/gitea/RELEASENOTES.md +++ b/charts/gitea/RELEASENOTES.md @@ -61,4 +61,5 @@ | 0.9.6 | 1.20.4 | Updated to Gitea 1.20.4 | | 0.9.7 | 1.20.5 | Updated to Gitea 1.20.5 | | 0.10.0 | 1.21.0 | Updated to Gitea 1.21.0 | +| 0.10.1 | 1.21.1 | Updated to Gitea 1.21.1 | | | | | -- GitLab