From 4fd906a72704a574db202f34f0a40b3df7f16075 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, 3 Mar 2022 15:44:40 +0100 Subject: [PATCH] Update gitea chart for Gitea 1.16.3 (#900) --- 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 6a9bf816..7f5f2c86 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.3 +version: 0.5.4 # This is the version number of the application being deployed. -appVersion: "1.16.2" +appVersion: "1.16.3" dependencies: - name: mariadb diff --git a/charts/gitea/README.md b/charts/gitea/README.md index 0c3e3022..e63b153c 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 20766157..3442637f 100644 --- a/charts/gitea/RELEASENOTES.md +++ b/charts/gitea/RELEASENOTES.md @@ -8,4 +8,5 @@ | 0.5.1 | 1.16.1 | Updated to Gitea 1.16.1 | | 0.5.2 | 1.16.1 | Updated chart dependencies (mariadb 0.2.18 / postgres 0.2.17) | | 0.5.3 | 1.16.2 | Updated to Gitea 1.16.2 | +| 0.5.4 | 1.16.3 | Updated to Gitea 1.16.3 | | | | | -- GitLab