From aaf5ca8fd356e18e3a2fb5f1ff7ab25c9e4e8d97 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?G=C3=B6ran=20P=C3=B6hner?=
 <10630407+groundhog2k@users.noreply.github.com>
Date: Sun, 6 Feb 2022 15:44:16 +0100
Subject: [PATCH] Upgrade gitea chart for Gitea 1.16.1 (#857)

---
 charts/gitea/Chart.yaml      | 4 ++--
 charts/gitea/README.md       | 2 +-
 charts/gitea/RELEASENOTES.md | 3 ++-
 3 files changed, 5 insertions(+), 4 deletions(-)

diff --git a/charts/gitea/Chart.yaml b/charts/gitea/Chart.yaml
index 47a65778..402e72c6 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.5.0
+version: 0.5.1
 
 # This is the version number of the application being deployed.
-appVersion: "1.16.0"
+appVersion: "1.16.1"
 
 dependencies:
   - name: mariadb
diff --git a/charts/gitea/README.md b/charts/gitea/README.md
index ca9ea0ef..a34c8cbf 100644
--- a/charts/gitea/README.md
+++ b/charts/gitea/README.md
@@ -1,6 +1,6 @@
 # Gitea
 
-![Version: 0.5.0](https://img.shields.io/badge/Version-0.5.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.16.0](https://img.shields.io/badge/AppVersion-1.16.0-informational?style=flat-square)
+![Version: 0.5.1](https://img.shields.io/badge/Version-0.5.1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.16.1](https://img.shields.io/badge/AppVersion-1.16.1-informational?style=flat-square)
 
 ## Changelog
 
diff --git a/charts/gitea/RELEASENOTES.md b/charts/gitea/RELEASENOTES.md
index d4cb49a2..75a4abbd 100644
--- a/charts/gitea/RELEASENOTES.md
+++ b/charts/gitea/RELEASENOTES.md
@@ -4,5 +4,6 @@
 | 0.4.15 | 1.15.10 | Fixed ingress API detection<br>Implemented startupProbe support |
 | 0.4.16 | 1.15.10 | Updated chart dependencies |
 | 0.4.17 | 1.15.11 | Updated to Gitea 1.15.11 |
-| 0.5.0 | 1.16.0 | Updated to Gitea 1.15.0 |
+| 0.5.0 | 1.16.0 | Updated to Gitea 1.16.0 |
+| 0.5.1 | 1.16.1 | Updated to Gitea 1.16.1 |
 | | | |
-- 
GitLab