From 73d62bc8184c2bd74f25f6fd05b6708163aa8d4a Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?G=C3=B6ran=20P=C3=B6hner?=
 <10630407+groundhog2k@users.noreply.github.com>
Date: Mon, 31 Jan 2022 18:14:15 +0100
Subject: [PATCH] Update gitea chart for Gitea 1.16.0 (#840)

---
 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 6d9f931d..47a65778 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.4.17
+version: 0.5.0
 
 # This is the version number of the application being deployed.
-appVersion: "1.15.11"
+appVersion: "1.16.0"
 
 dependencies:
   - name: mariadb
diff --git a/charts/gitea/README.md b/charts/gitea/README.md
index 317a29c6..ca9ea0ef 100644
--- a/charts/gitea/README.md
+++ b/charts/gitea/README.md
@@ -1,6 +1,6 @@
 # Gitea
 
-![Version: 0.4.17](https://img.shields.io/badge/Version-0.4.17-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.15.11](https://img.shields.io/badge/AppVersion-1.15.11-informational?style=flat-square)
+![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)
 
 ## Changelog
 
diff --git a/charts/gitea/RELEASENOTES.md b/charts/gitea/RELEASENOTES.md
index 06681310..d4cb49a2 100644
--- a/charts/gitea/RELEASENOTES.md
+++ b/charts/gitea/RELEASENOTES.md
@@ -4,4 +4,5 @@
 | 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 |
 | | | |
-- 
GitLab