From c8393c05d8a4315f485ab5e97432d07f501dc122 Mon Sep 17 00:00:00 2001 From: Goeran Poehner <goeran.poehner@gmail.com> Date: Wed, 5 Jul 2023 18:34:21 +0200 Subject: [PATCH] Updated gitea chart for Gitea 1.19.4 --- 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 1973c64c..de758a02 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.8.7" +version: "0.8.8" # This is the version number of the application being deployed. -appVersion: "1.19.3" +appVersion: "1.19.4" dependencies: - name: mariadb diff --git a/charts/gitea/README.md b/charts/gitea/README.md index e7fbbab0..28d38d37 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 bb6d1a87..8c4f8610 100644 --- a/charts/gitea/RELEASENOTES.md +++ b/charts/gitea/RELEASENOTES.md @@ -50,4 +50,5 @@ | 0.8.5 | 1.19.3 | Updated to Gitea 1.19.3 | | 0.8.6 | 1.19.4 | Updated chart dependencies (redis 0.6.11 / postgres 0.2.25 / mariadb 0.2.26) | | 0.8.7 | 1.19.3 | Fixed app version | +| 0.8.8 | 1.19.4 | Updated to Gitea 1.19.4 | | | | | -- GitLab