From e807e112f3dd64c1ffc23bd85fc1379bcca3285d Mon Sep 17 00:00:00 2001
From: groundhog2k <10630407+groundhog2k@users.noreply.github.com>
Date: Sun, 11 Apr 2021 11:57:22 +0200
Subject: [PATCH] Investigate bug after upgrade to Gitea 1.14.0 (#350)

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

diff --git a/charts/gitea/Chart.yaml b/charts/gitea/Chart.yaml
index e28a0581..134003c1 100644
--- a/charts/gitea/Chart.yaml
+++ b/charts/gitea/Chart.yaml
@@ -8,7 +8,7 @@ maintainers:
   - name: groundhog2k
 
 # This is the chart version
-version: 0.3.0
+version: 0.3.1
 
 # This is the version number of the application being deployed.
 appVersion: "1.14.0"
diff --git a/charts/gitea/README.md b/charts/gitea/README.md
index d9455b1c..066d0a1e 100644
--- a/charts/gitea/README.md
+++ b/charts/gitea/README.md
@@ -1,6 +1,6 @@
 #  Gitea
 
-![Version: 0.3.0](https://img.shields.io/badge/Version-0.3.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.14.0](https://img.shields.io/badge/AppVersion-1.14.0-informational?style=flat-square)
+![Version: 0.3.1](https://img.shields.io/badge/Version-0.3.1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.14.0](https://img.shields.io/badge/AppVersion-1.14.0-informational?style=flat-square)
 
 A Helm chart for Gitea on Kubernetes
 
diff --git a/charts/gitea/values.yaml b/charts/gitea/values.yaml
index 3cf8a48c..6acc0ca6 100644
--- a/charts/gitea/values.yaml
+++ b/charts/gitea/values.yaml
@@ -183,7 +183,7 @@ gitea:
       SECRET_KEY:
       INTERNAL_TOKEN:
 
-    repositories:
+    repository:
       ROOT: "/data/git/gitea-repositories"
 
     service:
-- 
GitLab