From f0f31d8054245f4b6ebd987f768e847b7398a0e7 Mon Sep 17 00:00:00 2001 From: Goeran Poehner <goeran.poehner@gmail.com> Date: Tue, 17 Jan 2023 19:50:36 +0100 Subject: [PATCH] Updated gitea chart for Gitea 1.18.1 --- 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 85235e62..89268bfe 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.1 +version: 0.7.2 # This is the version number of the application being deployed. -appVersion: "1.18.0" +appVersion: "1.18.1" dependencies: - name: mariadb diff --git a/charts/gitea/README.md b/charts/gitea/README.md index ff325a48..321d1c16 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 fb3a4570..89f6b2d1 100644 --- a/charts/gitea/RELEASENOTES.md +++ b/charts/gitea/RELEASENOTES.md @@ -35,4 +35,5 @@ | 0.6.10 | 1.17.4 | Updated to Gitea 1.17.4 | | 0.7.0 | 1.18.0 | Updated to Gitea 1.18.0 and chart dependencies (redis 0.6.0) | | 0.7.1 | 1.18.0 | Fixed values documentation - thx @generalovmaksim | +| 0.7.2 | 1.18.1 | Updated to Gitea 1.18.1 | | | | | -- GitLab