From d4a061d240366c5ab489f5db0d05a2e5d19a822d Mon Sep 17 00:00:00 2001 From: TrueCharts-Bot Date: Fri, 10 Feb 2023 23:09:27 +0000 Subject: [PATCH] Commit new Chart releases for TrueCharts Signed-off-by: TrueCharts-Bot --- incubator/ghost/6.0.48/app-changelog.md | 9 --------- .../ghost/{6.0.48 => 6.0.49}/CHANGELOG.md | 18 +++++++++--------- incubator/ghost/{6.0.48 => 6.0.49}/Chart.yaml | 4 ++-- incubator/ghost/{6.0.48 => 6.0.49}/README.md | 0 incubator/ghost/6.0.49/app-changelog.md | 9 +++++++++ .../ghost/{6.0.48 => 6.0.49}/app-readme.md | 0 .../charts/common-11.1.2.tgz | Bin .../charts/mariadb-5.0.25.tgz | Bin .../ghost/{6.0.48 => 6.0.49}/ix_values.yaml | 2 +- .../ghost/{6.0.48 => 6.0.49}/questions.yaml | 0 .../{6.0.48 => 6.0.49}/templates/common.yaml | 0 .../ghost/{6.0.48 => 6.0.49}/values.yaml | 0 12 files changed, 21 insertions(+), 21 deletions(-) delete mode 100644 incubator/ghost/6.0.48/app-changelog.md rename incubator/ghost/{6.0.48 => 6.0.49}/CHANGELOG.md (91%) rename incubator/ghost/{6.0.48 => 6.0.49}/Chart.yaml (96%) rename incubator/ghost/{6.0.48 => 6.0.49}/README.md (100%) create mode 100644 incubator/ghost/6.0.49/app-changelog.md rename incubator/ghost/{6.0.48 => 6.0.49}/app-readme.md (100%) rename incubator/ghost/{6.0.48 => 6.0.49}/charts/common-11.1.2.tgz (100%) rename incubator/ghost/{6.0.48 => 6.0.49}/charts/mariadb-5.0.25.tgz (100%) rename incubator/ghost/{6.0.48 => 6.0.49}/ix_values.yaml (95%) rename incubator/ghost/{6.0.48 => 6.0.49}/questions.yaml (100%) rename incubator/ghost/{6.0.48 => 6.0.49}/templates/common.yaml (100%) rename incubator/ghost/{6.0.48 => 6.0.49}/values.yaml (100%) diff --git a/incubator/ghost/6.0.48/app-changelog.md b/incubator/ghost/6.0.48/app-changelog.md deleted file mode 100644 index d1944154716..00000000000 --- a/incubator/ghost/6.0.48/app-changelog.md +++ /dev/null @@ -1,9 +0,0 @@ - - -## [ghost-6.0.48](https://github.com/truecharts/charts/compare/ghost-6.0.47...ghost-6.0.48) (2023-02-10) - -### Chore - -- update container image tccr.io/truecharts/ghost to v - - \ No newline at end of file diff --git a/incubator/ghost/6.0.48/CHANGELOG.md b/incubator/ghost/6.0.49/CHANGELOG.md similarity index 91% rename from incubator/ghost/6.0.48/CHANGELOG.md rename to incubator/ghost/6.0.49/CHANGELOG.md index acf7ef1367b..70d494baf76 100644 --- a/incubator/ghost/6.0.48/CHANGELOG.md +++ b/incubator/ghost/6.0.49/CHANGELOG.md @@ -4,6 +4,15 @@ +## [ghost-6.0.49](https://github.com/truecharts/charts/compare/ghost-6.0.48...ghost-6.0.49) (2023-02-10) + +### Chore + +- update container image tccr.io/truecharts/ghost to v5.33.8 + + + + ## [ghost-6.0.48](https://github.com/truecharts/charts/compare/ghost-6.0.47...ghost-6.0.48) (2023-02-10) ### Chore @@ -88,12 +97,3 @@ ## [ghost-6.0.39](https://github.com/truecharts/charts/compare/ghost-6.0.38...ghost-6.0.39) (2023-01-21) ### Chore - -- update container image tccr.io/truecharts/ghost to v5.31.0 - - - - -## [ghost-6.0.38](https://github.com/truecharts/charts/compare/ghost-6.0.37...ghost-6.0.38) (2023-01-18) - -### Chore diff --git a/incubator/ghost/6.0.48/Chart.yaml b/incubator/ghost/6.0.49/Chart.yaml similarity index 96% rename from incubator/ghost/6.0.48/Chart.yaml rename to incubator/ghost/6.0.49/Chart.yaml index 5432bab58d2..fab5315bbff 100644 --- a/incubator/ghost/6.0.48/Chart.yaml +++ b/incubator/ghost/6.0.49/Chart.yaml @@ -1,5 +1,5 @@ apiVersion: v2 -appVersion: "5.33.7" +appVersion: "5.33.8" dependencies: - name: common repository: https://library-charts.truecharts.org @@ -26,7 +26,7 @@ sources: - https://hub.docker.com/_/ghost - https://github.com/TryGhost/Ghost - https://ghost.org/docs/ -version: 6.0.48 +version: 6.0.49 annotations: truecharts.org/catagories: | - productivity diff --git a/incubator/ghost/6.0.48/README.md b/incubator/ghost/6.0.49/README.md similarity index 100% rename from incubator/ghost/6.0.48/README.md rename to incubator/ghost/6.0.49/README.md diff --git a/incubator/ghost/6.0.49/app-changelog.md b/incubator/ghost/6.0.49/app-changelog.md new file mode 100644 index 00000000000..899648fe395 --- /dev/null +++ b/incubator/ghost/6.0.49/app-changelog.md @@ -0,0 +1,9 @@ + + +## [ghost-6.0.49](https://github.com/truecharts/charts/compare/ghost-6.0.48...ghost-6.0.49) (2023-02-10) + +### Chore + +- update container image tccr.io/truecharts/ghost to v5.33.8 + + \ No newline at end of file diff --git a/incubator/ghost/6.0.48/app-readme.md b/incubator/ghost/6.0.49/app-readme.md similarity index 100% rename from incubator/ghost/6.0.48/app-readme.md rename to incubator/ghost/6.0.49/app-readme.md diff --git a/incubator/ghost/6.0.48/charts/common-11.1.2.tgz b/incubator/ghost/6.0.49/charts/common-11.1.2.tgz similarity index 100% rename from incubator/ghost/6.0.48/charts/common-11.1.2.tgz rename to incubator/ghost/6.0.49/charts/common-11.1.2.tgz diff --git a/incubator/ghost/6.0.48/charts/mariadb-5.0.25.tgz b/incubator/ghost/6.0.49/charts/mariadb-5.0.25.tgz similarity index 100% rename from incubator/ghost/6.0.48/charts/mariadb-5.0.25.tgz rename to incubator/ghost/6.0.49/charts/mariadb-5.0.25.tgz diff --git a/incubator/ghost/6.0.48/ix_values.yaml b/incubator/ghost/6.0.49/ix_values.yaml similarity index 95% rename from incubator/ghost/6.0.48/ix_values.yaml rename to incubator/ghost/6.0.49/ix_values.yaml index 96d92992192..55fe8de9cfb 100644 --- a/incubator/ghost/6.0.48/ix_values.yaml +++ b/incubator/ghost/6.0.49/ix_values.yaml @@ -1,6 +1,6 @@ image: repository: tccr.io/truecharts/ghost - tag: 5.33.7@sha256:d6a4aeb92b706fb12d8cf2908e4fe7e7d08b9474da453cbe5edea3e6e4ab8f84 + tag: 5.33.8@sha256:8365e81edf0d79b92c8ebc2145449b7cde252cbc71850ada59fde58bc2efb6f3 pullPolicy: IfNotPresent env: diff --git a/incubator/ghost/6.0.48/questions.yaml b/incubator/ghost/6.0.49/questions.yaml similarity index 100% rename from incubator/ghost/6.0.48/questions.yaml rename to incubator/ghost/6.0.49/questions.yaml diff --git a/incubator/ghost/6.0.48/templates/common.yaml b/incubator/ghost/6.0.49/templates/common.yaml similarity index 100% rename from incubator/ghost/6.0.48/templates/common.yaml rename to incubator/ghost/6.0.49/templates/common.yaml diff --git a/incubator/ghost/6.0.48/values.yaml b/incubator/ghost/6.0.49/values.yaml similarity index 100% rename from incubator/ghost/6.0.48/values.yaml rename to incubator/ghost/6.0.49/values.yaml