From c070ea6deab01c3c6e574487675254193905948d Mon Sep 17 00:00:00 2001 From: Goeran Poehner <goeran.poehner@gmail.com> Date: Wed, 19 Feb 2025 08:37:00 +0100 Subject: [PATCH] Updated gitea chart for Gitea 1.23.4 --- 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 44500c1e..932fbc91 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.12.3" +version: "0.12.4" # This is the version number of the application being deployed. -appVersion: "1.23.3" +appVersion: "1.23.4" dependencies: - name: mariadb diff --git a/charts/gitea/README.md b/charts/gitea/README.md index 92bdb585..66b69059 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 80d4b6fe..0a024006 100644 --- a/charts/gitea/RELEASENOTES.md +++ b/charts/gitea/RELEASENOTES.md @@ -86,4 +86,5 @@ | 0.12.1 | 1.23.1 | Updated to Gitea 1.23.1 | | 0.12.2 | 1.23.2 | Updated to Gitea 1.23.2 | | 0.12.3 | 1.23.3 | Updated to Gitea 1.23.3 | +| 0.12.4 | 1.23.4 | Updated to Gitea 1.23.4 | | | | | -- GitLab