From 9384dd5cc0f7d56db4dbba89002116dd5cef7169 Mon Sep 17 00:00:00 2001
From: Goeran Poehner <goeran.poehner@gmail.com>
Date: Wed, 5 Mar 2025 10:10:19 +0100
Subject: [PATCH] Updated gitea chart for Gitea 1.23.5

---
 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 932fbc9..87d8882 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.4"
+version: "0.12.5"
 
 # This is the version number of the application being deployed.
-appVersion: "1.23.4"
+appVersion: "1.23.5"
 
 dependencies:
   - name: mariadb
diff --git a/charts/gitea/README.md b/charts/gitea/README.md
index 66b6905..0d801cc 100644
--- a/charts/gitea/README.md
+++ b/charts/gitea/README.md
@@ -1,6 +1,6 @@
 # Gitea
 
-![Version: 0.12.4](https://img.shields.io/badge/Version-0.12.4-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.23.4](https://img.shields.io/badge/AppVersion-1.23.4-informational?style=flat-square)
+![Version: 0.12.5](https://img.shields.io/badge/Version-0.12.5-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.23.5](https://img.shields.io/badge/AppVersion-1.23.5-informational?style=flat-square)
 
 ## Changelog
 
diff --git a/charts/gitea/RELEASENOTES.md b/charts/gitea/RELEASENOTES.md
index 0a02400..38ef00d 100644
--- a/charts/gitea/RELEASENOTES.md
+++ b/charts/gitea/RELEASENOTES.md
@@ -87,4 +87,5 @@
 | 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 |
+| 0.12.5 | 1.23.5 | Updated to Gitea 1.23.5 |
 | | | |
-- 
GitLab