From 82dd77d30595659c46da250257f466d6ee133df2 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, 24 Mar 2022 07:38:40 +0100 Subject: [PATCH] Update gitea chart for Gitea 1.16.5 (#937) --- charts/gitea/Chart.yaml | 4 ++-- charts/gitea/README.md | 2 +- charts/gitea/RELEASENOTES.md | 3 ++- 3 files changed, 5 insertions(+), 4 deletions(-) diff --git a/charts/gitea/Chart.yaml b/charts/gitea/Chart.yaml index 22b8cf68..bfb4e1bf 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.6 +version: 0.5.7 # This is the version number of the application being deployed. -appVersion: "1.16.4" +appVersion: "1.16.5" dependencies: - name: mariadb diff --git a/charts/gitea/README.md b/charts/gitea/README.md index 3ce6e3f3..c2d56dbf 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 a84e672e..0fce177c 100644 --- a/charts/gitea/RELEASENOTES.md +++ b/charts/gitea/RELEASENOTES.md @@ -1,7 +1,7 @@ | Chart version | App version | Change description | | :------------ | :---------- | :----------------- | | 0.4.14 | 1.15.10 | Updated to Gitea 1.15.10 | -| 0.4.15 | 1.15.10 | Fixed ingress API detection<br>Implemented startupProbe support | +| 0.4.15 | 1.15.10 | Fixed ingress API detection, Implemented startupProbe support | | 0.4.16 | 1.15.10 | Updated chart dependencies | | 0.4.17 | 1.15.11 | Updated to Gitea 1.15.11 | | 0.5.0 | 1.16.0 | Updated to Gitea 1.16.0 | @@ -11,4 +11,5 @@ | 0.5.4 | 1.16.3 | Updated to Gitea 1.16.3 | | 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 | | | | | -- GitLab