From b87ee92743228dcb2df5fb916fd7b8474f0c67b2 Mon Sep 17 00:00:00 2001 From: Goeran Poehner <goeran.poehner@gmail.com> Date: Thu, 22 Dec 2022 10:42:26 +0100 Subject: [PATCH] Updated ghost and gitea chart for Ghost 5.26.2 and Gitea 1.17.4 --- charts/ghost/Chart.yaml | 4 ++-- charts/ghost/README.md | 2 +- charts/ghost/RELEASENOTES.md | 1 + charts/gitea/Chart.yaml | 4 ++-- charts/gitea/README.md | 2 +- charts/gitea/RELEASENOTES.md | 1 + 6 files changed, 8 insertions(+), 6 deletions(-) diff --git a/charts/ghost/Chart.yaml b/charts/ghost/Chart.yaml index 5c0e38d7..f914e00a 100644 --- a/charts/ghost/Chart.yaml +++ b/charts/ghost/Chart.yaml @@ -7,9 +7,9 @@ type: application maintainers: - name: groundhog2k -version: 0.69.0 +version: 0.69.1 -appVersion: "5.26.1" +appVersion: "5.26.2" dependencies: - name: mariadb diff --git a/charts/ghost/README.md b/charts/ghost/README.md index de300760..0b1c06d2 100644 --- a/charts/ghost/README.md +++ b/charts/ghost/README.md @@ -1,6 +1,6 @@ # Ghost -   +   ## Changelog diff --git a/charts/ghost/RELEASENOTES.md b/charts/ghost/RELEASENOTES.md index fdc0c1ac..21356d9d 100644 --- a/charts/ghost/RELEASENOTES.md +++ b/charts/ghost/RELEASENOTES.md @@ -82,4 +82,5 @@ | 0.68.3 | 5.25.3 | Upgraded to Ghost 5.25.3 | | 0.68.4 | 5.25.5 | Upgraded to Ghost 5.25.5 | | 0.69.0 | 5.26.1 | Upgraded to Ghost 5.26.1 | +| 0.69.1 | 5.26.2 | Upgraded to Ghost 5.26.2 | | | | | diff --git a/charts/gitea/Chart.yaml b/charts/gitea/Chart.yaml index 403a2ffe..a71b9592 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.6.9 +version: 0.6.10 # This is the version number of the application being deployed. -appVersion: "1.17.3" +appVersion: "1.17.4" dependencies: - name: mariadb diff --git a/charts/gitea/README.md b/charts/gitea/README.md index d498329b..2dd55523 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 6d62f633..bfd2d5e5 100644 --- a/charts/gitea/RELEASENOTES.md +++ b/charts/gitea/RELEASENOTES.md @@ -32,4 +32,5 @@ | 0.6.7 | 1.17.2 | Updated chart dependencies (mariadb 0.2.23 / postgres 0.2.22 / redis 0.5.8) | | 0.6.8 | 1.17.3 | Updated to Gitea 1.17.3 | | 0.6.9 | 1.17.3 | Updated chart dependencies (mariadb 0.2.24 / postgres 0.2.23) | +| 0.6.10 | 1.17.4 | Updated to Gitea 1.17.4 | | | | | -- GitLab