From 5440486e9117e68a3ac3fbfe2b127e6707bc960e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?G=C3=B6ran=20P=C3=B6hner?= <10630407+groundhog2k@users.noreply.github.com> Date: Tue, 15 Mar 2022 16:18:52 +0100 Subject: [PATCH] Update gitea chart for Gitea 1.16.4 (#915) --- 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 7f5f2c86..3790d809 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.4 +version: 0.5.5 # This is the version number of the application being deployed. -appVersion: "1.16.3" +appVersion: "1.16.4" dependencies: - name: mariadb diff --git a/charts/gitea/README.md b/charts/gitea/README.md index e63b153c..83e5cab5 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 3442637f..3b9d3923 100644 --- a/charts/gitea/RELEASENOTES.md +++ b/charts/gitea/RELEASENOTES.md @@ -9,4 +9,5 @@ | 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 | +| 0.5.5 | 1.16.4 | Updated to Gitea 1.16.4 | | | | | -- GitLab