From cf4ad5ac920094ba60950fd4013ca58d87dc0e98 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?G=C3=B6ran=20P=C3=B6hner?=
 <10630407+groundhog2k@users.noreply.github.com>
Date: Thu, 21 Dec 2023 11:43:25 +0100
Subject: [PATCH] Updated gitea chart for Gitea 1.21.3

* Updated gitea chart for Gitea 1.21.3
---
 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 03b0a269..7752fa51 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.2"
+version: "0.10.3"
 
 # This is the version number of the application being deployed.
-appVersion: "1.21.2"
+appVersion: "1.21.3"
 
 dependencies:
   - name: mariadb
diff --git a/charts/gitea/README.md b/charts/gitea/README.md
index 6a3618b9..177c2243 100644
--- a/charts/gitea/README.md
+++ b/charts/gitea/README.md
@@ -1,6 +1,6 @@
 # Gitea
 
-![Version: 0.10.2](https://img.shields.io/badge/Version-0.10.2-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.21.2](https://img.shields.io/badge/AppVersion-1.21.2-informational?style=flat-square)
+![Version: 0.10.3](https://img.shields.io/badge/Version-0.10.3-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.21.3](https://img.shields.io/badge/AppVersion-1.21.3-informational?style=flat-square)
 
 ## Changelog
 
diff --git a/charts/gitea/RELEASENOTES.md b/charts/gitea/RELEASENOTES.md
index 4a2e3d12..7e1ca3e2 100644
--- a/charts/gitea/RELEASENOTES.md
+++ b/charts/gitea/RELEASENOTES.md
@@ -63,4 +63,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 |
 | 0.10.2 | 1.21.2 | Updated to Gitea 1.21.2 |
+| 0.10.3 | 1.21.3 | Updated to Gitea 1.21.3 |
 | | | |
-- 
GitLab