From 4bfcf41d8e01813d5ba40e5347e673bdbb068718 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?G=C3=B6ran=20P=C3=B6hner?= <10630407+groundhog2k@users.noreply.github.com> Date: Sun, 7 Aug 2022 19:13:16 +0200 Subject: [PATCH] Update Gitea chart for Gitea 1.17.0 (#1135) --- 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 12c7e4e8..8f9f031e 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.15 +version: 0.6.0 # This is the version number of the application being deployed. -appVersion: "1.16.9" +appVersion: "1.17.0" dependencies: - name: mariadb diff --git a/charts/gitea/README.md b/charts/gitea/README.md index fb0a3bec..7012730d 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 7da4e613..ae2da719 100644 --- a/charts/gitea/RELEASENOTES.md +++ b/charts/gitea/RELEASENOTES.md @@ -20,4 +20,5 @@ | 0.5.13 | 1.16.8 | Updated chart dependencies (redis 0.5.1) | | 0.5.14 | 1.16.9 | Updated to Gitea 1.16.9 | | 0.5.15 | 1.16.9 | Updated chart dependencies (redis 0.5.5) | +| 0.6.0 | 1.17.0 | Updated to Gitea 1.17.0 | | | | | -- GitLab