From ae7cdf151f97391bfa14e91f28e7ef1aee2b5fb3 Mon Sep 17 00:00:00 2001 From: TrueCharts-Bot Date: Wed, 11 Jan 2023 02:11:25 +0000 Subject: [PATCH] Commit new Chart releases for TrueCharts Signed-off-by: TrueCharts-Bot --- incubator/ghost/6.0.34/app-changelog.md | 9 --------- .../ghost/{6.0.34 => 6.0.35}/CHANGELOG.md | 18 +++++++++--------- incubator/ghost/{6.0.34 => 6.0.35}/Chart.yaml | 4 ++-- incubator/ghost/{6.0.34 => 6.0.35}/README.md | 0 incubator/ghost/6.0.35/app-changelog.md | 9 +++++++++ .../ghost/{6.0.34 => 6.0.35}/app-readme.md | 0 .../charts/common-11.1.2.tgz | Bin .../charts/mariadb-5.0.21.tgz | Bin .../ghost/{6.0.34 => 6.0.35}/ix_values.yaml | 2 +- .../ghost/{6.0.34 => 6.0.35}/questions.yaml | 0 .../{6.0.34 => 6.0.35}/templates/common.yaml | 0 .../ghost/{6.0.34 => 6.0.35}/values.yaml | 0 12 files changed, 21 insertions(+), 21 deletions(-) delete mode 100644 incubator/ghost/6.0.34/app-changelog.md rename incubator/ghost/{6.0.34 => 6.0.35}/CHANGELOG.md (90%) rename incubator/ghost/{6.0.34 => 6.0.35}/Chart.yaml (96%) rename incubator/ghost/{6.0.34 => 6.0.35}/README.md (100%) create mode 100644 incubator/ghost/6.0.35/app-changelog.md rename incubator/ghost/{6.0.34 => 6.0.35}/app-readme.md (100%) rename incubator/ghost/{6.0.34 => 6.0.35}/charts/common-11.1.2.tgz (100%) rename incubator/ghost/{6.0.34 => 6.0.35}/charts/mariadb-5.0.21.tgz (100%) rename incubator/ghost/{6.0.34 => 6.0.35}/ix_values.yaml (95%) rename incubator/ghost/{6.0.34 => 6.0.35}/questions.yaml (100%) rename incubator/ghost/{6.0.34 => 6.0.35}/templates/common.yaml (100%) rename incubator/ghost/{6.0.34 => 6.0.35}/values.yaml (100%) diff --git a/incubator/ghost/6.0.34/app-changelog.md b/incubator/ghost/6.0.34/app-changelog.md deleted file mode 100644 index 72f64539f1..0000000000 --- a/incubator/ghost/6.0.34/app-changelog.md +++ /dev/null @@ -1,9 +0,0 @@ - - -## [ghost-6.0.34](https://github.com/truecharts/charts/compare/ghost-6.0.33...ghost-6.0.34) (2023-01-07) - -### Chore - -- update helm general non-major ([#6121](https://github.com/truecharts/charts/issues/6121)) - - \ No newline at end of file diff --git a/incubator/ghost/6.0.34/CHANGELOG.md b/incubator/ghost/6.0.35/CHANGELOG.md similarity index 90% rename from incubator/ghost/6.0.34/CHANGELOG.md rename to incubator/ghost/6.0.35/CHANGELOG.md index 47e6c5146e..d0fe965e62 100644 --- a/incubator/ghost/6.0.34/CHANGELOG.md +++ b/incubator/ghost/6.0.35/CHANGELOG.md @@ -4,6 +4,15 @@ +## [ghost-6.0.35](https://github.com/truecharts/charts/compare/ghost-6.0.34...ghost-6.0.35) (2023-01-11) + +### Chore + +- update container image tccr.io/truecharts/ghost to v5.28.0 + + + + ## [ghost-6.0.34](https://github.com/truecharts/charts/compare/ghost-6.0.33...ghost-6.0.34) (2023-01-07) ### Chore @@ -88,12 +97,3 @@ ## [ghost-6.0.24](https://github.com/truecharts/charts/compare/ghost-6.0.23...ghost-6.0.24) (2022-12-18) -### Chore - -- update helm chart mariadb to v5.0.15 ([#5492](https://github.com/truecharts/charts/issues/5492)) - - - - -## [ghost-6.0.23](https://github.com/truecharts/charts/compare/ghost-6.0.22...ghost-6.0.23) (2022-12-17) - diff --git a/incubator/ghost/6.0.34/Chart.yaml b/incubator/ghost/6.0.35/Chart.yaml similarity index 96% rename from incubator/ghost/6.0.34/Chart.yaml rename to incubator/ghost/6.0.35/Chart.yaml index a8b1f5db54..2188459725 100644 --- a/incubator/ghost/6.0.34/Chart.yaml +++ b/incubator/ghost/6.0.35/Chart.yaml @@ -1,5 +1,5 @@ apiVersion: v2 -appVersion: "5.26.4" +appVersion: "5.28.0" dependencies: - name: common repository: https://library-charts.truecharts.org @@ -26,7 +26,7 @@ sources: - https://github.com/TryGhost/Ghost - https://hub.docker.com/_/ghost - https://ghost.org/docs/ -version: 6.0.34 +version: 6.0.35 annotations: truecharts.org/catagories: | - productivity diff --git a/incubator/ghost/6.0.34/README.md b/incubator/ghost/6.0.35/README.md similarity index 100% rename from incubator/ghost/6.0.34/README.md rename to incubator/ghost/6.0.35/README.md diff --git a/incubator/ghost/6.0.35/app-changelog.md b/incubator/ghost/6.0.35/app-changelog.md new file mode 100644 index 0000000000..0306c90a2d --- /dev/null +++ b/incubator/ghost/6.0.35/app-changelog.md @@ -0,0 +1,9 @@ + + +## [ghost-6.0.35](https://github.com/truecharts/charts/compare/ghost-6.0.34...ghost-6.0.35) (2023-01-11) + +### Chore + +- update container image tccr.io/truecharts/ghost to v5.28.0 + + \ No newline at end of file diff --git a/incubator/ghost/6.0.34/app-readme.md b/incubator/ghost/6.0.35/app-readme.md similarity index 100% rename from incubator/ghost/6.0.34/app-readme.md rename to incubator/ghost/6.0.35/app-readme.md diff --git a/incubator/ghost/6.0.34/charts/common-11.1.2.tgz b/incubator/ghost/6.0.35/charts/common-11.1.2.tgz similarity index 100% rename from incubator/ghost/6.0.34/charts/common-11.1.2.tgz rename to incubator/ghost/6.0.35/charts/common-11.1.2.tgz diff --git a/incubator/ghost/6.0.34/charts/mariadb-5.0.21.tgz b/incubator/ghost/6.0.35/charts/mariadb-5.0.21.tgz similarity index 100% rename from incubator/ghost/6.0.34/charts/mariadb-5.0.21.tgz rename to incubator/ghost/6.0.35/charts/mariadb-5.0.21.tgz diff --git a/incubator/ghost/6.0.34/ix_values.yaml b/incubator/ghost/6.0.35/ix_values.yaml similarity index 95% rename from incubator/ghost/6.0.34/ix_values.yaml rename to incubator/ghost/6.0.35/ix_values.yaml index 96ca8695c5..73a2af4f1e 100644 --- a/incubator/ghost/6.0.34/ix_values.yaml +++ b/incubator/ghost/6.0.35/ix_values.yaml @@ -1,6 +1,6 @@ image: repository: tccr.io/truecharts/ghost - tag: 5.26.4@sha256:0852fd1efcf742f7b2aff2152547caeb89ae01c78b13d5304781dcbbaac13a1c + tag: 5.28.0@sha256:e165b4d1903e7379d320fdd5ee1ee0150fc5f7c368a0089fdfbc4fc49d9f1e0d pullPolicy: IfNotPresent env: diff --git a/incubator/ghost/6.0.34/questions.yaml b/incubator/ghost/6.0.35/questions.yaml similarity index 100% rename from incubator/ghost/6.0.34/questions.yaml rename to incubator/ghost/6.0.35/questions.yaml diff --git a/incubator/ghost/6.0.34/templates/common.yaml b/incubator/ghost/6.0.35/templates/common.yaml similarity index 100% rename from incubator/ghost/6.0.34/templates/common.yaml rename to incubator/ghost/6.0.35/templates/common.yaml diff --git a/incubator/ghost/6.0.34/values.yaml b/incubator/ghost/6.0.35/values.yaml similarity index 100% rename from incubator/ghost/6.0.34/values.yaml rename to incubator/ghost/6.0.35/values.yaml