From 41d6b547e9fb6c5a708334e9720169144054420d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?G=C3=B6ran=20P=C3=B6hner?= <10630407+groundhog2k@users.noreply.github.com> Date: Thu, 21 Apr 2022 16:22:29 +0200 Subject: [PATCH] Update gitea chart for Gitea 1.16.6 (#956) --- 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 bfb4e1bf..a34b4163 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.5.7 +version: 0.5.8 # This is the version number of the application being deployed. -appVersion: "1.16.5" +appVersion: "1.16.6" dependencies: - name: mariadb diff --git a/charts/gitea/README.md b/charts/gitea/README.md index c2d56dbf..97c3213d 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 0fce177c..b8fb13e5 100644 --- a/charts/gitea/RELEASENOTES.md +++ b/charts/gitea/RELEASENOTES.md @@ -12,4 +12,5 @@ | 0.5.5 | 1.16.4 | Updated to Gitea 1.16.4 | | 0.5.6 | 1.16.4 | Updated chart dependencies (mariadb 0.2.20 / postgres 0.2.19 / redis 0.4.11) | | 0.5.7 | 1.16.5 | Updated to Gitea 1.16.5 | +| 0.5.8 | 1.16.6 | Updated to Gitea 1.16.6 | | | | | -- GitLab