From f1df49ff032d2c4367d37f5ee19d5331c0d291f1 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?G=C3=B6ran=20P=C3=B6hner?=
 <10630407+groundhog2k@users.noreply.github.com>
Date: Fri, 22 Mar 2024 14:24:24 +0100
Subject: [PATCH] Updated gitea chart for Gitea 1.21.9 (#1361)

---
 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 a003da9d..9e205da0 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.11"
+version: "0.10.12"
 
 # This is the version number of the application being deployed.
-appVersion: "1.21.8"
+appVersion: "1.21.9"
 
 dependencies:
   - name: mariadb
diff --git a/charts/gitea/README.md b/charts/gitea/README.md
index 3b946c2b..0b3d923e 100644
--- a/charts/gitea/README.md
+++ b/charts/gitea/README.md
@@ -1,6 +1,6 @@
 # Gitea
 
-![Version: 0.10.11](https://img.shields.io/badge/Version-0.10.11-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.21.8](https://img.shields.io/badge/AppVersion-1.21.8-informational?style=flat-square)
+![Version: 0.10.12](https://img.shields.io/badge/Version-0.10.12-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.21.9](https://img.shields.io/badge/AppVersion-1.21.9-informational?style=flat-square)
 
 ## Changelog
 
diff --git a/charts/gitea/RELEASENOTES.md b/charts/gitea/RELEASENOTES.md
index 9e34433d..ce8c17d2 100644
--- a/charts/gitea/RELEASENOTES.md
+++ b/charts/gitea/RELEASENOTES.md
@@ -72,4 +72,5 @@
 | 0.10.9 | 1.21.6 | Updated to Gitea 1.21.6 |
 | 0.10.10 | 1.21.7 | Updated to Gitea 1.21.7 |
 | 0.10.11 | 1.21.8 | Updated to Gitea 1.21.8 |
+| 0.10.12 | 1.21.9 | Updated to Gitea 1.21.9 |
 | | | |
-- 
GitLab