From 450f87b63d23c1dd4596f11093128415c7f74de7 Mon Sep 17 00:00:00 2001 From: Goeran Poehner <goeran.poehner@gmail.com> Date: Mon, 23 Jan 2023 17:06:21 +0100 Subject: [PATCH] Updated gitea chart for Gitea 1.18.3 --- 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 34222e92..e38b68bd 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.4 +version: 0.7.5 # This is the version number of the application being deployed. -appVersion: "1.18.2" +appVersion: "1.18.3" dependencies: - name: mariadb diff --git a/charts/gitea/README.md b/charts/gitea/README.md index e151bde9..fab018f9 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 113baded..dc10adf9 100644 --- a/charts/gitea/RELEASENOTES.md +++ b/charts/gitea/RELEASENOTES.md @@ -38,4 +38,5 @@ | 0.7.2 | 1.18.1 | Updated to Gitea 1.18.1 | | 0.7.3 | 1.18.1 | Updated chart dependencies (redis 0.6.1) | | 0.7.4 | 1.18.2 | Updated to Gitea 1.18.2 | +| 0.7.5 | 1.18.3 | Updated to Gitea 1.18.3 | | | | | -- GitLab