From 0b53e4fc6ee033dd8832b193a60aee012dee4d0b Mon Sep 17 00:00:00 2001 From: TrueCharts-Bot Date: Mon, 15 Jan 2024 00:52:54 +0000 Subject: [PATCH] Commit new Chart releases for TrueCharts Signed-off-by: TrueCharts-Bot --- stable/ghostfolio/3.5.0/app-changelog.md | 9 --------- .../ghostfolio/{3.5.0 => 3.6.0}/CHANGELOG.md | 18 +++++++++--------- stable/ghostfolio/{3.5.0 => 3.6.0}/Chart.yaml | 4 ++-- stable/ghostfolio/{3.5.0 => 3.6.0}/README.md | 0 stable/ghostfolio/3.6.0/app-changelog.md | 9 +++++++++ .../ghostfolio/{3.5.0 => 3.6.0}/app-readme.md | 0 .../charts/common-17.2.22.tgz | Bin .../{3.5.0 => 3.6.0}/charts/redis-11.1.6.tgz | Bin .../{3.5.0 => 3.6.0}/ix_values.yaml | 2 +- .../{3.5.0 => 3.6.0}/questions.yaml | 0 .../{3.5.0 => 3.6.0}/templates/NOTES.txt | 0 .../{3.5.0 => 3.6.0}/templates/_secrets.tpl | 0 .../{3.5.0 => 3.6.0}/templates/common.yaml | 0 .../ghostfolio/{3.5.0 => 3.6.0}/values.yaml | 0 14 files changed, 21 insertions(+), 21 deletions(-) delete mode 100644 stable/ghostfolio/3.5.0/app-changelog.md rename stable/ghostfolio/{3.5.0 => 3.6.0}/CHANGELOG.md (89%) rename stable/ghostfolio/{3.5.0 => 3.6.0}/Chart.yaml (97%) rename stable/ghostfolio/{3.5.0 => 3.6.0}/README.md (100%) create mode 100644 stable/ghostfolio/3.6.0/app-changelog.md rename stable/ghostfolio/{3.5.0 => 3.6.0}/app-readme.md (100%) rename stable/ghostfolio/{3.5.0 => 3.6.0}/charts/common-17.2.22.tgz (100%) rename stable/ghostfolio/{3.5.0 => 3.6.0}/charts/redis-11.1.6.tgz (100%) rename stable/ghostfolio/{3.5.0 => 3.6.0}/ix_values.yaml (94%) rename stable/ghostfolio/{3.5.0 => 3.6.0}/questions.yaml (100%) rename stable/ghostfolio/{3.5.0 => 3.6.0}/templates/NOTES.txt (100%) rename stable/ghostfolio/{3.5.0 => 3.6.0}/templates/_secrets.tpl (100%) rename stable/ghostfolio/{3.5.0 => 3.6.0}/templates/common.yaml (100%) rename stable/ghostfolio/{3.5.0 => 3.6.0}/values.yaml (100%) diff --git a/stable/ghostfolio/3.5.0/app-changelog.md b/stable/ghostfolio/3.5.0/app-changelog.md deleted file mode 100644 index 4df1b2981c5..00000000000 --- a/stable/ghostfolio/3.5.0/app-changelog.md +++ /dev/null @@ -1,9 +0,0 @@ - - -## [ghostfolio-3.5.0](https://github.com/truecharts/charts/compare/ghostfolio-3.4.1...ghostfolio-3.5.0) (2024-01-14) - -### Chore - - - -- update container image ghostfolio/ghostfolio to v2.38.0[@a9e60d7](https://github.com/a9e60d7) by renovate ([#17204](https://github.com/truecharts/charts/issues/17204)) \ No newline at end of file diff --git a/stable/ghostfolio/3.5.0/CHANGELOG.md b/stable/ghostfolio/3.6.0/CHANGELOG.md similarity index 89% rename from stable/ghostfolio/3.5.0/CHANGELOG.md rename to stable/ghostfolio/3.6.0/CHANGELOG.md index 5c33df574d9..e4abc08ea6f 100644 --- a/stable/ghostfolio/3.5.0/CHANGELOG.md +++ b/stable/ghostfolio/3.6.0/CHANGELOG.md @@ -7,6 +7,15 @@ title: Changelog +## [ghostfolio-3.6.0](https://github.com/truecharts/charts/compare/ghostfolio-3.5.0...ghostfolio-3.6.0) (2024-01-15) + +### Chore + + + +- update container image ghostfolio/ghostfolio to v2.39.0[@d48e8a8](https://github.com/d48e8a8) by renovate ([#17250](https://github.com/truecharts/charts/issues/17250)) + + ## [ghostfolio-3.5.0](https://github.com/truecharts/charts/compare/ghostfolio-3.4.1...ghostfolio-3.5.0) (2024-01-14) ### Chore @@ -88,12 +97,3 @@ title: Changelog - update helm general non-major by renovate ([#16734](https://github.com/truecharts/charts/issues/16734)) - -- remove non-existent template refs ([#16738](https://github.com/truecharts/charts/issues/16738)) - - -## [ghostfolio-3.2.3](https://github.com/truecharts/charts/compare/ghostfolio-3.2.0...ghostfolio-3.2.3) (2024-01-01) - -### Chore - - diff --git a/stable/ghostfolio/3.5.0/Chart.yaml b/stable/ghostfolio/3.6.0/Chart.yaml similarity index 97% rename from stable/ghostfolio/3.5.0/Chart.yaml rename to stable/ghostfolio/3.6.0/Chart.yaml index d0208560c44..3fe82a58e18 100644 --- a/stable/ghostfolio/3.5.0/Chart.yaml +++ b/stable/ghostfolio/3.6.0/Chart.yaml @@ -7,7 +7,7 @@ annotations: truecharts.org/min_helm_version: "3.12" truecharts.org/train: stable apiVersion: v2 -appVersion: 2.38.0 +appVersion: 2.39.0 dependencies: - name: common version: 17.2.22 @@ -42,4 +42,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/ghostfolio - https://hub.docker.com/r/ghostfolio/ghostfolio type: application -version: 3.5.0 +version: 3.6.0 diff --git a/stable/ghostfolio/3.5.0/README.md b/stable/ghostfolio/3.6.0/README.md similarity index 100% rename from stable/ghostfolio/3.5.0/README.md rename to stable/ghostfolio/3.6.0/README.md diff --git a/stable/ghostfolio/3.6.0/app-changelog.md b/stable/ghostfolio/3.6.0/app-changelog.md new file mode 100644 index 00000000000..79eb08a0828 --- /dev/null +++ b/stable/ghostfolio/3.6.0/app-changelog.md @@ -0,0 +1,9 @@ + + +## [ghostfolio-3.6.0](https://github.com/truecharts/charts/compare/ghostfolio-3.5.0...ghostfolio-3.6.0) (2024-01-15) + +### Chore + + + +- update container image ghostfolio/ghostfolio to v2.39.0[@d48e8a8](https://github.com/d48e8a8) by renovate ([#17250](https://github.com/truecharts/charts/issues/17250)) \ No newline at end of file diff --git a/stable/ghostfolio/3.5.0/app-readme.md b/stable/ghostfolio/3.6.0/app-readme.md similarity index 100% rename from stable/ghostfolio/3.5.0/app-readme.md rename to stable/ghostfolio/3.6.0/app-readme.md diff --git a/stable/ghostfolio/3.5.0/charts/common-17.2.22.tgz b/stable/ghostfolio/3.6.0/charts/common-17.2.22.tgz similarity index 100% rename from stable/ghostfolio/3.5.0/charts/common-17.2.22.tgz rename to stable/ghostfolio/3.6.0/charts/common-17.2.22.tgz diff --git a/stable/ghostfolio/3.5.0/charts/redis-11.1.6.tgz b/stable/ghostfolio/3.6.0/charts/redis-11.1.6.tgz similarity index 100% rename from stable/ghostfolio/3.5.0/charts/redis-11.1.6.tgz rename to stable/ghostfolio/3.6.0/charts/redis-11.1.6.tgz diff --git a/stable/ghostfolio/3.5.0/ix_values.yaml b/stable/ghostfolio/3.6.0/ix_values.yaml similarity index 94% rename from stable/ghostfolio/3.5.0/ix_values.yaml rename to stable/ghostfolio/3.6.0/ix_values.yaml index c22385419a9..32f8a6d96ab 100644 --- a/stable/ghostfolio/3.5.0/ix_values.yaml +++ b/stable/ghostfolio/3.6.0/ix_values.yaml @@ -1,7 +1,7 @@ image: repository: ghostfolio/ghostfolio pullPolicy: IfNotPresent - tag: 2.38.0@sha256:a9e60d74925d6fbb44f9ba37b8d74864c068d9d670f0539909935eedec6aea5d + tag: 2.39.0@sha256:d48e8a8e9a85decd93946757584b1ab31ac353b515c7440d164bf17e367ace18 securityContext: container: runAsNonRoot: false diff --git a/stable/ghostfolio/3.5.0/questions.yaml b/stable/ghostfolio/3.6.0/questions.yaml similarity index 100% rename from stable/ghostfolio/3.5.0/questions.yaml rename to stable/ghostfolio/3.6.0/questions.yaml diff --git a/stable/ghostfolio/3.5.0/templates/NOTES.txt b/stable/ghostfolio/3.6.0/templates/NOTES.txt similarity index 100% rename from stable/ghostfolio/3.5.0/templates/NOTES.txt rename to stable/ghostfolio/3.6.0/templates/NOTES.txt diff --git a/stable/ghostfolio/3.5.0/templates/_secrets.tpl b/stable/ghostfolio/3.6.0/templates/_secrets.tpl similarity index 100% rename from stable/ghostfolio/3.5.0/templates/_secrets.tpl rename to stable/ghostfolio/3.6.0/templates/_secrets.tpl diff --git a/stable/ghostfolio/3.5.0/templates/common.yaml b/stable/ghostfolio/3.6.0/templates/common.yaml similarity index 100% rename from stable/ghostfolio/3.5.0/templates/common.yaml rename to stable/ghostfolio/3.6.0/templates/common.yaml diff --git a/stable/ghostfolio/3.5.0/values.yaml b/stable/ghostfolio/3.6.0/values.yaml similarity index 100% rename from stable/ghostfolio/3.5.0/values.yaml rename to stable/ghostfolio/3.6.0/values.yaml