From a7658880d0ae70f179a914cf9643d901eedb4b3b Mon Sep 17 00:00:00 2001 From: Goeran Poehner <goeran.poehner@gmail.com> Date: Mon, 20 Mar 2023 17:09:45 +0100 Subject: [PATCH] Updated gitea chart for Gitea 1.19.0 --- 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 51b29b2e..6e891671 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.7.8" +version: "0.8.0" # This is the version number of the application being deployed. -appVersion: "1.18.5" +appVersion: "1.19.0" dependencies: - name: mariadb diff --git a/charts/gitea/README.md b/charts/gitea/README.md index 20cc1d01..0e82830d 100644 --- a/charts/gitea/README.md +++ b/charts/gitea/README.md @@ -1,6 +1,6 @@ # Gitea -   +   ## Changelog diff --git a/charts/gitea/RELEASENOTES.md b/charts/gitea/RELEASENOTES.md index 7c6030db..387d2465 100644 --- a/charts/gitea/RELEASENOTES.md +++ b/charts/gitea/RELEASENOTES.md @@ -42,4 +42,5 @@ | 0.7.6 | 1.18.3 | Updated chart dependencies (mariadb 0.2.25 / postgres 0.2.24) | | 0.7.7 | 1.18.4 | Updated to Gitea 1.18.4 | | 0.7.8 | 1.18.5 | Updated to Gitea 1.18.5 | +| 0.8.0 | 1.19.0 | Updated to Gitea 1.19.0 | | | | | -- GitLab