From a26808c239e950fcbc6e15856d580e6f9bf3e471 Mon Sep 17 00:00:00 2001 From: TrueCharts-Bot Date: Mon, 27 Nov 2023 00:50:03 +0000 Subject: [PATCH] Commit new Chart releases for TrueCharts Signed-off-by: TrueCharts-Bot --- stable/ghostfolio/0.2.0/app-changelog.md | 9 --------- .../ghostfolio/{0.2.0 => 0.3.0}/CHANGELOG.md | 18 +++++++++--------- stable/ghostfolio/{0.2.0 => 0.3.0}/Chart.yaml | 4 ++-- stable/ghostfolio/{0.2.0 => 0.3.0}/README.md | 0 stable/ghostfolio/0.3.0/app-changelog.md | 9 +++++++++ .../ghostfolio/{0.2.0 => 0.3.0}/app-readme.md | 0 .../{0.2.0 => 0.3.0}/charts/common-14.3.5.tgz | Bin .../{0.2.0 => 0.3.0}/charts/redis-7.0.6.tgz | Bin .../{0.2.0 => 0.3.0}/ix_values.yaml | 2 +- .../{0.2.0 => 0.3.0}/questions.yaml | 0 .../{0.2.0 => 0.3.0}/templates/NOTES.txt | 0 .../{0.2.0 => 0.3.0}/templates/_secrets.tpl | 0 .../{0.2.0 => 0.3.0}/templates/common.yaml | 0 .../ghostfolio/{0.2.0 => 0.3.0}/values.yaml | 0 14 files changed, 21 insertions(+), 21 deletions(-) delete mode 100644 stable/ghostfolio/0.2.0/app-changelog.md rename stable/ghostfolio/{0.2.0 => 0.3.0}/CHANGELOG.md (90%) rename stable/ghostfolio/{0.2.0 => 0.3.0}/Chart.yaml (96%) rename stable/ghostfolio/{0.2.0 => 0.3.0}/README.md (100%) create mode 100644 stable/ghostfolio/0.3.0/app-changelog.md rename stable/ghostfolio/{0.2.0 => 0.3.0}/app-readme.md (100%) rename stable/ghostfolio/{0.2.0 => 0.3.0}/charts/common-14.3.5.tgz (100%) rename stable/ghostfolio/{0.2.0 => 0.3.0}/charts/redis-7.0.6.tgz (100%) rename stable/ghostfolio/{0.2.0 => 0.3.0}/ix_values.yaml (94%) rename stable/ghostfolio/{0.2.0 => 0.3.0}/questions.yaml (100%) rename stable/ghostfolio/{0.2.0 => 0.3.0}/templates/NOTES.txt (100%) rename stable/ghostfolio/{0.2.0 => 0.3.0}/templates/_secrets.tpl (100%) rename stable/ghostfolio/{0.2.0 => 0.3.0}/templates/common.yaml (100%) rename stable/ghostfolio/{0.2.0 => 0.3.0}/values.yaml (100%) diff --git a/stable/ghostfolio/0.2.0/app-changelog.md b/stable/ghostfolio/0.2.0/app-changelog.md deleted file mode 100644 index a093d47fe2..0000000000 --- a/stable/ghostfolio/0.2.0/app-changelog.md +++ /dev/null @@ -1,9 +0,0 @@ - - -## [ghostfolio-0.2.0](https://github.com/truecharts/charts/compare/ghostfolio-0.1.41...ghostfolio-0.2.0) (2023-11-25) - -### Chore - -- update container image ghostfolio/ghostfolio to v2.26.0[@7c99c32](https://github.com/7c99c32) ([#15371](https://github.com/truecharts/charts/issues/15371)) - - \ No newline at end of file diff --git a/stable/ghostfolio/0.2.0/CHANGELOG.md b/stable/ghostfolio/0.3.0/CHANGELOG.md similarity index 90% rename from stable/ghostfolio/0.2.0/CHANGELOG.md rename to stable/ghostfolio/0.3.0/CHANGELOG.md index 1cbc4073d5..c47d3e44a9 100644 --- a/stable/ghostfolio/0.2.0/CHANGELOG.md +++ b/stable/ghostfolio/0.3.0/CHANGELOG.md @@ -4,6 +4,15 @@ +## [ghostfolio-0.3.0](https://github.com/truecharts/charts/compare/ghostfolio-0.2.0...ghostfolio-0.3.0) (2023-11-27) + +### Chore + +- update container image ghostfolio/ghostfolio to v2.27.0[@58070f8](https://github.com/58070f8) ([#15418](https://github.com/truecharts/charts/issues/15418)) + + + + ## [ghostfolio-0.2.0](https://github.com/truecharts/charts/compare/ghostfolio-0.1.41...ghostfolio-0.2.0) (2023-11-25) ### Chore @@ -88,12 +97,3 @@ - update helm general non-major ([#14454](https://github.com/truecharts/charts/issues/14454)) - - -## [ghostfolio-0.0.33](https://github.com/truecharts/charts/compare/ghostfolio-0.0.32...ghostfolio-0.0.33) (2023-11-06) - -### Chore - -- update container image tccr.io/truecharts/ghostfolio to v2.19.0 ([#14395](https://github.com/truecharts/charts/issues/14395)) - - diff --git a/stable/ghostfolio/0.2.0/Chart.yaml b/stable/ghostfolio/0.3.0/Chart.yaml similarity index 96% rename from stable/ghostfolio/0.2.0/Chart.yaml rename to stable/ghostfolio/0.3.0/Chart.yaml index 49b9367725..3221745c4c 100644 --- a/stable/ghostfolio/0.2.0/Chart.yaml +++ b/stable/ghostfolio/0.3.0/Chart.yaml @@ -1,5 +1,5 @@ apiVersion: v2 -appVersion: 2.26.0 +appVersion: 2.27.0 dependencies: - name: common repository: https://library-charts.truecharts.org @@ -25,7 +25,7 @@ sources: - https://github.com/ghostfolio/ghostfolio - https://ghostfol.io/ type: application -version: 0.2.0 +version: 0.3.0 annotations: truecharts.org/category: finance truecharts.org/SCALE-support: "true" diff --git a/stable/ghostfolio/0.2.0/README.md b/stable/ghostfolio/0.3.0/README.md similarity index 100% rename from stable/ghostfolio/0.2.0/README.md rename to stable/ghostfolio/0.3.0/README.md diff --git a/stable/ghostfolio/0.3.0/app-changelog.md b/stable/ghostfolio/0.3.0/app-changelog.md new file mode 100644 index 0000000000..4877c2b932 --- /dev/null +++ b/stable/ghostfolio/0.3.0/app-changelog.md @@ -0,0 +1,9 @@ + + +## [ghostfolio-0.3.0](https://github.com/truecharts/charts/compare/ghostfolio-0.2.0...ghostfolio-0.3.0) (2023-11-27) + +### Chore + +- update container image ghostfolio/ghostfolio to v2.27.0[@58070f8](https://github.com/58070f8) ([#15418](https://github.com/truecharts/charts/issues/15418)) + + \ No newline at end of file diff --git a/stable/ghostfolio/0.2.0/app-readme.md b/stable/ghostfolio/0.3.0/app-readme.md similarity index 100% rename from stable/ghostfolio/0.2.0/app-readme.md rename to stable/ghostfolio/0.3.0/app-readme.md diff --git a/stable/ghostfolio/0.2.0/charts/common-14.3.5.tgz b/stable/ghostfolio/0.3.0/charts/common-14.3.5.tgz similarity index 100% rename from stable/ghostfolio/0.2.0/charts/common-14.3.5.tgz rename to stable/ghostfolio/0.3.0/charts/common-14.3.5.tgz diff --git a/stable/ghostfolio/0.2.0/charts/redis-7.0.6.tgz b/stable/ghostfolio/0.3.0/charts/redis-7.0.6.tgz similarity index 100% rename from stable/ghostfolio/0.2.0/charts/redis-7.0.6.tgz rename to stable/ghostfolio/0.3.0/charts/redis-7.0.6.tgz diff --git a/stable/ghostfolio/0.2.0/ix_values.yaml b/stable/ghostfolio/0.3.0/ix_values.yaml similarity index 94% rename from stable/ghostfolio/0.2.0/ix_values.yaml rename to stable/ghostfolio/0.3.0/ix_values.yaml index b017811866..3252252223 100644 --- a/stable/ghostfolio/0.2.0/ix_values.yaml +++ b/stable/ghostfolio/0.3.0/ix_values.yaml @@ -1,7 +1,7 @@ image: repository: ghostfolio/ghostfolio pullPolicy: IfNotPresent - tag: 2.26.0@sha256:7c99c32a2adb365b6de4a5e1f6e7fdbc9b82e0e0ca8e5642d4a2d330d6464cab + tag: 2.27.0@sha256:58070f879615186ae0432cd34ee80689cfe083b21fc6c59524a8a8f404a8003c securityContext: container: runAsNonRoot: false diff --git a/stable/ghostfolio/0.2.0/questions.yaml b/stable/ghostfolio/0.3.0/questions.yaml similarity index 100% rename from stable/ghostfolio/0.2.0/questions.yaml rename to stable/ghostfolio/0.3.0/questions.yaml diff --git a/stable/ghostfolio/0.2.0/templates/NOTES.txt b/stable/ghostfolio/0.3.0/templates/NOTES.txt similarity index 100% rename from stable/ghostfolio/0.2.0/templates/NOTES.txt rename to stable/ghostfolio/0.3.0/templates/NOTES.txt diff --git a/stable/ghostfolio/0.2.0/templates/_secrets.tpl b/stable/ghostfolio/0.3.0/templates/_secrets.tpl similarity index 100% rename from stable/ghostfolio/0.2.0/templates/_secrets.tpl rename to stable/ghostfolio/0.3.0/templates/_secrets.tpl diff --git a/stable/ghostfolio/0.2.0/templates/common.yaml b/stable/ghostfolio/0.3.0/templates/common.yaml similarity index 100% rename from stable/ghostfolio/0.2.0/templates/common.yaml rename to stable/ghostfolio/0.3.0/templates/common.yaml diff --git a/stable/ghostfolio/0.2.0/values.yaml b/stable/ghostfolio/0.3.0/values.yaml similarity index 100% rename from stable/ghostfolio/0.2.0/values.yaml rename to stable/ghostfolio/0.3.0/values.yaml