From 3d5d259eac068f94fbf17769ebb953cd96a02cda Mon Sep 17 00:00:00 2001
From: groundhog2k <10630407+groundhog2k@users.noreply.github.com>
Date: Fri, 3 Sep 2021 19:43:32 +0200
Subject: [PATCH] Update gitea chart for Gitea 1.14.7 (#591)

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

diff --git a/charts/gitea/Chart.yaml b/charts/gitea/Chart.yaml
index f3a25c27..fda55b9f 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.1
+version: 0.3.26
 
 # This is the version number of the application being deployed.
-appVersion: "1.15.0"
+appVersion: "1.14.7"
 
 dependencies:
   - name: mariadb
diff --git a/charts/gitea/README.md b/charts/gitea/README.md
index 24a327a2..1eb1d4a1 100644
--- a/charts/gitea/README.md
+++ b/charts/gitea/README.md
@@ -1,6 +1,6 @@
 #  Gitea
 
-![Version: 0.4.1](https://img.shields.io/badge/Version-0.4.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.15.0](https://img.shields.io/badge/AppVersion-1.15.0-informational?style=flat-square)
+![Version: 0.3.26](https://img.shields.io/badge/Version-0.3.26-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.14.7](https://img.shields.io/badge/AppVersion-1.14.7-informational?style=flat-square)
 
 A Helm chart for Gitea on Kubernetes
 
-- 
GitLab