From 95000f3bd83eefa08f1eaa0cb76265736d50ebaf Mon Sep 17 00:00:00 2001 From: TrueCharts-Bot Date: Sat, 7 Jan 2023 16:21:53 +0000 Subject: [PATCH] Commit new Chart releases for TrueCharts Signed-off-by: TrueCharts-Bot --- incubator/ghost/6.0.32/app-changelog.md | 9 --------- .../ghost/{6.0.32 => 6.0.33}/CHANGELOG.md | 18 +++++++++--------- incubator/ghost/{6.0.32 => 6.0.33}/Chart.yaml | 4 ++-- incubator/ghost/{6.0.32 => 6.0.33}/README.md | 0 incubator/ghost/6.0.33/app-changelog.md | 9 +++++++++ .../ghost/{6.0.32 => 6.0.33}/app-readme.md | 0 .../charts/common-11.1.2.tgz | Bin .../charts/mariadb-5.0.19.tgz | Bin .../ghost/{6.0.32 => 6.0.33}/ix_values.yaml | 2 +- .../ghost/{6.0.32 => 6.0.33}/questions.yaml | 0 .../{6.0.32 => 6.0.33}/templates/common.yaml | 0 .../ghost/{6.0.32 => 6.0.33}/values.yaml | 0 12 files changed, 21 insertions(+), 21 deletions(-) delete mode 100644 incubator/ghost/6.0.32/app-changelog.md rename incubator/ghost/{6.0.32 => 6.0.33}/CHANGELOG.md (92%) rename incubator/ghost/{6.0.32 => 6.0.33}/Chart.yaml (96%) rename incubator/ghost/{6.0.32 => 6.0.33}/README.md (100%) create mode 100644 incubator/ghost/6.0.33/app-changelog.md rename incubator/ghost/{6.0.32 => 6.0.33}/app-readme.md (100%) rename incubator/ghost/{6.0.32 => 6.0.33}/charts/common-11.1.2.tgz (100%) rename incubator/ghost/{6.0.32 => 6.0.33}/charts/mariadb-5.0.19.tgz (100%) rename incubator/ghost/{6.0.32 => 6.0.33}/ix_values.yaml (95%) rename incubator/ghost/{6.0.32 => 6.0.33}/questions.yaml (100%) rename incubator/ghost/{6.0.32 => 6.0.33}/templates/common.yaml (100%) rename incubator/ghost/{6.0.32 => 6.0.33}/values.yaml (100%) diff --git a/incubator/ghost/6.0.32/app-changelog.md b/incubator/ghost/6.0.32/app-changelog.md deleted file mode 100644 index 42302b5f34..0000000000 --- a/incubator/ghost/6.0.32/app-changelog.md +++ /dev/null @@ -1,9 +0,0 @@ - - -## [ghost-6.0.32](https://github.com/truecharts/charts/compare/ghost-6.0.31...ghost-6.0.32) (2022-12-30) - -### Chore - -- update container image tccr.io/truecharts/ghost to v5.26.3 - - \ No newline at end of file diff --git a/incubator/ghost/6.0.32/CHANGELOG.md b/incubator/ghost/6.0.33/CHANGELOG.md similarity index 92% rename from incubator/ghost/6.0.32/CHANGELOG.md rename to incubator/ghost/6.0.33/CHANGELOG.md index e27f6c4cae..efb8fc80c2 100644 --- a/incubator/ghost/6.0.32/CHANGELOG.md +++ b/incubator/ghost/6.0.33/CHANGELOG.md @@ -4,6 +4,15 @@ +## [ghost-6.0.33](https://github.com/truecharts/charts/compare/ghost-6.0.32...ghost-6.0.33) (2023-01-07) + +### Chore + +- update container image tccr.io/truecharts/ghost to v5.26.4 + + + + ## [ghost-6.0.32](https://github.com/truecharts/charts/compare/ghost-6.0.31...ghost-6.0.32) (2022-12-30) ### Chore @@ -88,12 +97,3 @@ ## [ghost-6.0.22](https://github.com/truecharts/charts/compare/ghost-6.0.21...ghost-6.0.22) (2022-12-15) -### Chore - -- update container image tccr.io/truecharts/ghost to v5.25.5 - - - - -## [ghost-6.0.21](https://github.com/truecharts/charts/compare/ghost-6.0.20...ghost-6.0.21) (2022-12-14) - diff --git a/incubator/ghost/6.0.32/Chart.yaml b/incubator/ghost/6.0.33/Chart.yaml similarity index 96% rename from incubator/ghost/6.0.32/Chart.yaml rename to incubator/ghost/6.0.33/Chart.yaml index 62481873fe..5163dbaa6b 100644 --- a/incubator/ghost/6.0.32/Chart.yaml +++ b/incubator/ghost/6.0.33/Chart.yaml @@ -1,5 +1,5 @@ apiVersion: v2 -appVersion: "5.26.3" +appVersion: "5.26.4" 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.32 +version: 6.0.33 annotations: truecharts.org/catagories: | - productivity diff --git a/incubator/ghost/6.0.32/README.md b/incubator/ghost/6.0.33/README.md similarity index 100% rename from incubator/ghost/6.0.32/README.md rename to incubator/ghost/6.0.33/README.md diff --git a/incubator/ghost/6.0.33/app-changelog.md b/incubator/ghost/6.0.33/app-changelog.md new file mode 100644 index 0000000000..f8fb773843 --- /dev/null +++ b/incubator/ghost/6.0.33/app-changelog.md @@ -0,0 +1,9 @@ + + +## [ghost-6.0.33](https://github.com/truecharts/charts/compare/ghost-6.0.32...ghost-6.0.33) (2023-01-07) + +### Chore + +- update container image tccr.io/truecharts/ghost to v5.26.4 + + \ No newline at end of file diff --git a/incubator/ghost/6.0.32/app-readme.md b/incubator/ghost/6.0.33/app-readme.md similarity index 100% rename from incubator/ghost/6.0.32/app-readme.md rename to incubator/ghost/6.0.33/app-readme.md diff --git a/incubator/ghost/6.0.32/charts/common-11.1.2.tgz b/incubator/ghost/6.0.33/charts/common-11.1.2.tgz similarity index 100% rename from incubator/ghost/6.0.32/charts/common-11.1.2.tgz rename to incubator/ghost/6.0.33/charts/common-11.1.2.tgz diff --git a/incubator/ghost/6.0.32/charts/mariadb-5.0.19.tgz b/incubator/ghost/6.0.33/charts/mariadb-5.0.19.tgz similarity index 100% rename from incubator/ghost/6.0.32/charts/mariadb-5.0.19.tgz rename to incubator/ghost/6.0.33/charts/mariadb-5.0.19.tgz diff --git a/incubator/ghost/6.0.32/ix_values.yaml b/incubator/ghost/6.0.33/ix_values.yaml similarity index 95% rename from incubator/ghost/6.0.32/ix_values.yaml rename to incubator/ghost/6.0.33/ix_values.yaml index afa523c00c..96ca8695c5 100644 --- a/incubator/ghost/6.0.32/ix_values.yaml +++ b/incubator/ghost/6.0.33/ix_values.yaml @@ -1,6 +1,6 @@ image: repository: tccr.io/truecharts/ghost - tag: 5.26.3@sha256:9150e1ca09132c0b38ffc5b384832272d97bd1d5ac797bc0c3c9905d4d739642 + tag: 5.26.4@sha256:0852fd1efcf742f7b2aff2152547caeb89ae01c78b13d5304781dcbbaac13a1c pullPolicy: IfNotPresent env: diff --git a/incubator/ghost/6.0.32/questions.yaml b/incubator/ghost/6.0.33/questions.yaml similarity index 100% rename from incubator/ghost/6.0.32/questions.yaml rename to incubator/ghost/6.0.33/questions.yaml diff --git a/incubator/ghost/6.0.32/templates/common.yaml b/incubator/ghost/6.0.33/templates/common.yaml similarity index 100% rename from incubator/ghost/6.0.32/templates/common.yaml rename to incubator/ghost/6.0.33/templates/common.yaml diff --git a/incubator/ghost/6.0.32/values.yaml b/incubator/ghost/6.0.33/values.yaml similarity index 100% rename from incubator/ghost/6.0.32/values.yaml rename to incubator/ghost/6.0.33/values.yaml