From 562fc2e507a0404b3c67514c5b307db8e8e89d42 Mon Sep 17 00:00:00 2001 From: TrueCharts-Bot Date: Sat, 2 Dec 2023 18:36:31 +0000 Subject: [PATCH] Commit new Chart releases for TrueCharts Signed-off-by: TrueCharts-Bot --- stable/ghostfolio/0.3.1/app-changelog.md | 0 .../ghostfolio/{0.3.1 => 0.4.0}/CHANGELOG.md | 22 +++++++++--------- stable/ghostfolio/{0.3.1 => 0.4.0}/Chart.yaml | 4 ++-- stable/ghostfolio/{0.3.1 => 0.4.0}/README.md | 0 stable/ghostfolio/0.4.0/app-changelog.md | 11 +++++++++ .../ghostfolio/{0.3.1 => 0.4.0}/app-readme.md | 0 .../{0.3.1 => 0.4.0}/charts/common-14.3.5.tgz | Bin .../{0.3.1 => 0.4.0}/charts/redis-7.0.6.tgz | Bin .../{0.3.1 => 0.4.0}/ix_values.yaml | 2 +- .../{0.3.1 => 0.4.0}/questions.yaml | 0 .../{0.3.1 => 0.4.0}/templates/NOTES.txt | 0 .../{0.3.1 => 0.4.0}/templates/_secrets.tpl | 0 .../{0.3.1 => 0.4.0}/templates/common.yaml | 0 .../ghostfolio/{0.3.1 => 0.4.0}/values.yaml | 0 14 files changed, 25 insertions(+), 14 deletions(-) delete mode 100644 stable/ghostfolio/0.3.1/app-changelog.md rename stable/ghostfolio/{0.3.1 => 0.4.0}/CHANGELOG.md (88%) rename stable/ghostfolio/{0.3.1 => 0.4.0}/Chart.yaml (97%) rename stable/ghostfolio/{0.3.1 => 0.4.0}/README.md (100%) create mode 100644 stable/ghostfolio/0.4.0/app-changelog.md rename stable/ghostfolio/{0.3.1 => 0.4.0}/app-readme.md (100%) rename stable/ghostfolio/{0.3.1 => 0.4.0}/charts/common-14.3.5.tgz (100%) rename stable/ghostfolio/{0.3.1 => 0.4.0}/charts/redis-7.0.6.tgz (100%) rename stable/ghostfolio/{0.3.1 => 0.4.0}/ix_values.yaml (94%) rename stable/ghostfolio/{0.3.1 => 0.4.0}/questions.yaml (100%) rename stable/ghostfolio/{0.3.1 => 0.4.0}/templates/NOTES.txt (100%) rename stable/ghostfolio/{0.3.1 => 0.4.0}/templates/_secrets.tpl (100%) rename stable/ghostfolio/{0.3.1 => 0.4.0}/templates/common.yaml (100%) rename stable/ghostfolio/{0.3.1 => 0.4.0}/values.yaml (100%) diff --git a/stable/ghostfolio/0.3.1/app-changelog.md b/stable/ghostfolio/0.3.1/app-changelog.md deleted file mode 100644 index e69de29bb2..0000000000 diff --git a/stable/ghostfolio/0.3.1/CHANGELOG.md b/stable/ghostfolio/0.4.0/CHANGELOG.md similarity index 88% rename from stable/ghostfolio/0.3.1/CHANGELOG.md rename to stable/ghostfolio/0.4.0/CHANGELOG.md index 1475ccf5f6..13ec7eb87c 100644 --- a/stable/ghostfolio/0.3.1/CHANGELOG.md +++ b/stable/ghostfolio/0.4.0/CHANGELOG.md @@ -4,6 +4,17 @@ +## [ghostfolio-0.4.0](https://github.com/truecharts/charts/compare/ghostfolio-0.3.1...ghostfolio-0.4.0) (2023-12-02) + +### Chore + +- fix annotations again + - update annotations + - update container image ghostfolio/ghostfolio to v2.28.0[@b01987c](https://github.com/b01987c) ([#15619](https://github.com/truecharts/charts/issues/15619)) + + + + @@ -86,14 +97,3 @@ - update container image tccr.io/truecharts/ghostfolio to v2.22.0 ([#14587](https://github.com/truecharts/charts/issues/14587)) - - - -## [ghostfolio-0.0.36](https://github.com/truecharts/charts/compare/ghostfolio-0.0.35...ghostfolio-0.0.36) (2023-11-10) - -### Chore - -- update container image tccr.io/truecharts/ghostfolio to v2.21.0 ([#14511](https://github.com/truecharts/charts/issues/14511)) - - - diff --git a/stable/ghostfolio/0.3.1/Chart.yaml b/stable/ghostfolio/0.4.0/Chart.yaml similarity index 97% rename from stable/ghostfolio/0.3.1/Chart.yaml rename to stable/ghostfolio/0.4.0/Chart.yaml index 0281aad354..45a2634821 100644 --- a/stable/ghostfolio/0.3.1/Chart.yaml +++ b/stable/ghostfolio/0.4.0/Chart.yaml @@ -1,8 +1,8 @@ kubeVersion: ">=1.24.0" apiVersion: v2 name: ghostfolio -version: 0.3.1 -appVersion: 2.27.1 +version: 0.4.0 +appVersion: 2.28.0 description: Ghostfolio is a privacy-first, open source dashboard for your personal finances. Break down your asset allocation, know your net worth and make solid, diff --git a/stable/ghostfolio/0.3.1/README.md b/stable/ghostfolio/0.4.0/README.md similarity index 100% rename from stable/ghostfolio/0.3.1/README.md rename to stable/ghostfolio/0.4.0/README.md diff --git a/stable/ghostfolio/0.4.0/app-changelog.md b/stable/ghostfolio/0.4.0/app-changelog.md new file mode 100644 index 0000000000..7e8f699f66 --- /dev/null +++ b/stable/ghostfolio/0.4.0/app-changelog.md @@ -0,0 +1,11 @@ + + +## [ghostfolio-0.4.0](https://github.com/truecharts/charts/compare/ghostfolio-0.3.1...ghostfolio-0.4.0) (2023-12-02) + +### Chore + +- fix annotations again + - update annotations + - update container image ghostfolio/ghostfolio to v2.28.0[@b01987c](https://github.com/b01987c) ([#15619](https://github.com/truecharts/charts/issues/15619)) + + \ No newline at end of file diff --git a/stable/ghostfolio/0.3.1/app-readme.md b/stable/ghostfolio/0.4.0/app-readme.md similarity index 100% rename from stable/ghostfolio/0.3.1/app-readme.md rename to stable/ghostfolio/0.4.0/app-readme.md diff --git a/stable/ghostfolio/0.3.1/charts/common-14.3.5.tgz b/stable/ghostfolio/0.4.0/charts/common-14.3.5.tgz similarity index 100% rename from stable/ghostfolio/0.3.1/charts/common-14.3.5.tgz rename to stable/ghostfolio/0.4.0/charts/common-14.3.5.tgz diff --git a/stable/ghostfolio/0.3.1/charts/redis-7.0.6.tgz b/stable/ghostfolio/0.4.0/charts/redis-7.0.6.tgz similarity index 100% rename from stable/ghostfolio/0.3.1/charts/redis-7.0.6.tgz rename to stable/ghostfolio/0.4.0/charts/redis-7.0.6.tgz diff --git a/stable/ghostfolio/0.3.1/ix_values.yaml b/stable/ghostfolio/0.4.0/ix_values.yaml similarity index 94% rename from stable/ghostfolio/0.3.1/ix_values.yaml rename to stable/ghostfolio/0.4.0/ix_values.yaml index 425f28b675..3129c8dd74 100644 --- a/stable/ghostfolio/0.3.1/ix_values.yaml +++ b/stable/ghostfolio/0.4.0/ix_values.yaml @@ -1,7 +1,7 @@ image: repository: ghostfolio/ghostfolio pullPolicy: IfNotPresent - tag: 2.27.1@sha256:ac29524248f2c584dd1fcec17ae23fb0343e6988aa2708517d5efad4d18a4067 + tag: 2.28.0@sha256:b01987c4ce80dc4abe4cbc1bca171e090c6332028bea07973f473e3463c7cb23 securityContext: container: runAsNonRoot: false diff --git a/stable/ghostfolio/0.3.1/questions.yaml b/stable/ghostfolio/0.4.0/questions.yaml similarity index 100% rename from stable/ghostfolio/0.3.1/questions.yaml rename to stable/ghostfolio/0.4.0/questions.yaml diff --git a/stable/ghostfolio/0.3.1/templates/NOTES.txt b/stable/ghostfolio/0.4.0/templates/NOTES.txt similarity index 100% rename from stable/ghostfolio/0.3.1/templates/NOTES.txt rename to stable/ghostfolio/0.4.0/templates/NOTES.txt diff --git a/stable/ghostfolio/0.3.1/templates/_secrets.tpl b/stable/ghostfolio/0.4.0/templates/_secrets.tpl similarity index 100% rename from stable/ghostfolio/0.3.1/templates/_secrets.tpl rename to stable/ghostfolio/0.4.0/templates/_secrets.tpl diff --git a/stable/ghostfolio/0.3.1/templates/common.yaml b/stable/ghostfolio/0.4.0/templates/common.yaml similarity index 100% rename from stable/ghostfolio/0.3.1/templates/common.yaml rename to stable/ghostfolio/0.4.0/templates/common.yaml diff --git a/stable/ghostfolio/0.3.1/values.yaml b/stable/ghostfolio/0.4.0/values.yaml similarity index 100% rename from stable/ghostfolio/0.3.1/values.yaml rename to stable/ghostfolio/0.4.0/values.yaml