From ece90be0b96d97c5ea5859b574b90f6613210280 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, 2 May 2022 15:18:42 +0200
Subject: [PATCH] Update gitea chart for Gitea 1.16.7 (#970)

---
 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 a34b4163..e19a3bc4 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.8
+version: 0.5.9
 
 # This is the version number of the application being deployed.
-appVersion: "1.16.6"
+appVersion: "1.16.7"
 
 dependencies:
   - name: mariadb
diff --git a/charts/gitea/README.md b/charts/gitea/README.md
index 97c3213d..1defab41 100644
--- a/charts/gitea/README.md
+++ b/charts/gitea/README.md
@@ -1,6 +1,6 @@
 # Gitea
 
-![Version: 0.5.8](https://img.shields.io/badge/Version-0.5.8-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.16.6](https://img.shields.io/badge/AppVersion-1.16.6-informational?style=flat-square)
+![Version: 0.5.9](https://img.shields.io/badge/Version-0.5.9-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.16.7](https://img.shields.io/badge/AppVersion-1.16.7-informational?style=flat-square)
 
 ## Changelog
 
diff --git a/charts/gitea/RELEASENOTES.md b/charts/gitea/RELEASENOTES.md
index b8fb13e5..7ddd0dd8 100644
--- a/charts/gitea/RELEASENOTES.md
+++ b/charts/gitea/RELEASENOTES.md
@@ -13,4 +13,5 @@
 | 0.5.6 | 1.16.4 | Updated chart dependencies (mariadb 0.2.20 / postgres 0.2.19 / redis 0.4.11) |
 | 0.5.7 | 1.16.5 | Updated to Gitea 1.16.5 |
 | 0.5.8 | 1.16.6 | Updated to Gitea 1.16.6 |
+| 0.5.9 | 1.16.7 | Updated to Gitea 1.16.7 |
 | | | |
-- 
GitLab