From 2e8b6c179b40fca1e5690f895ba4f1f5a3c71a30 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?G=C3=B6ran=20P=C3=B6hner?= <10630407+groundhog2k@users.noreply.github.com> Date: Fri, 25 Feb 2022 14:48:41 +0100 Subject: [PATCH] Upgrade gitea chart for Gitea 1.16.2 (#894) --- 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 6a6f0571..6a9bf816 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.2 +version: 0.5.3 # This is the version number of the application being deployed. -appVersion: "1.16.1" +appVersion: "1.16.2" dependencies: - name: mariadb diff --git a/charts/gitea/README.md b/charts/gitea/README.md index 67dd1668..0c3e3022 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 860e9703..20766157 100644 --- a/charts/gitea/RELEASENOTES.md +++ b/charts/gitea/RELEASENOTES.md @@ -7,4 +7,5 @@ | 0.5.0 | 1.16.0 | Updated to Gitea 1.16.0 | | 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 | | | | | -- GitLab