From a75dcc69580a93538fc4c79d38e6824cba1658cd Mon Sep 17 00:00:00 2001 From: TrueCharts-Bot Date: Thu, 12 Oct 2023 07:44:43 +0000 Subject: [PATCH] Commit new Chart releases for TrueCharts Signed-off-by: TrueCharts-Bot --- stable/ghostfolio/0.0.21/app-changelog.md | 9 --------- .../{0.0.21 => 0.0.22}/CHANGELOG.md | 18 +++++++++--------- .../ghostfolio/{0.0.21 => 0.0.22}/Chart.yaml | 4 ++-- .../ghostfolio/{0.0.21 => 0.0.22}/README.md | 0 stable/ghostfolio/0.0.22/app-changelog.md | 9 +++++++++ .../{0.0.21 => 0.0.22}/app-readme.md | 0 .../charts/common-14.0.9.tgz | Bin .../{0.0.21 => 0.0.22}/charts/redis-7.0.6.tgz | Bin .../{0.0.21 => 0.0.22}/ix_values.yaml | 2 +- .../{0.0.21 => 0.0.22}/questions.yaml | 0 .../{0.0.21 => 0.0.22}/templates/NOTES.txt | 0 .../{0.0.21 => 0.0.22}/templates/_secrets.tpl | 0 .../{0.0.21 => 0.0.22}/templates/common.yaml | 0 .../ghostfolio/{0.0.21 => 0.0.22}/values.yaml | 0 14 files changed, 21 insertions(+), 21 deletions(-) delete mode 100644 stable/ghostfolio/0.0.21/app-changelog.md rename stable/ghostfolio/{0.0.21 => 0.0.22}/CHANGELOG.md (91%) rename stable/ghostfolio/{0.0.21 => 0.0.22}/Chart.yaml (96%) rename stable/ghostfolio/{0.0.21 => 0.0.22}/README.md (100%) create mode 100644 stable/ghostfolio/0.0.22/app-changelog.md rename stable/ghostfolio/{0.0.21 => 0.0.22}/app-readme.md (100%) rename stable/ghostfolio/{0.0.21 => 0.0.22}/charts/common-14.0.9.tgz (100%) rename stable/ghostfolio/{0.0.21 => 0.0.22}/charts/redis-7.0.6.tgz (100%) rename stable/ghostfolio/{0.0.21 => 0.0.22}/ix_values.yaml (94%) rename stable/ghostfolio/{0.0.21 => 0.0.22}/questions.yaml (100%) rename stable/ghostfolio/{0.0.21 => 0.0.22}/templates/NOTES.txt (100%) rename stable/ghostfolio/{0.0.21 => 0.0.22}/templates/_secrets.tpl (100%) rename stable/ghostfolio/{0.0.21 => 0.0.22}/templates/common.yaml (100%) rename stable/ghostfolio/{0.0.21 => 0.0.22}/values.yaml (100%) diff --git a/stable/ghostfolio/0.0.21/app-changelog.md b/stable/ghostfolio/0.0.21/app-changelog.md deleted file mode 100644 index fff93a1e97..0000000000 --- a/stable/ghostfolio/0.0.21/app-changelog.md +++ /dev/null @@ -1,9 +0,0 @@ - - -## [ghostfolio-0.0.21](https://github.com/truecharts/charts/compare/ghostfolio-0.0.20...ghostfolio-0.0.21) (2023-10-08) - -### Chore - -- update container image tccr.io/truecharts/ghostfolio to v2.9.0 ([#13419](https://github.com/truecharts/charts/issues/13419)) - - \ No newline at end of file diff --git a/stable/ghostfolio/0.0.21/CHANGELOG.md b/stable/ghostfolio/0.0.22/CHANGELOG.md similarity index 91% rename from stable/ghostfolio/0.0.21/CHANGELOG.md rename to stable/ghostfolio/0.0.22/CHANGELOG.md index 05277ef2f5..4fb6f8c39d 100644 --- a/stable/ghostfolio/0.0.21/CHANGELOG.md +++ b/stable/ghostfolio/0.0.22/CHANGELOG.md @@ -4,6 +4,15 @@ +## [ghostfolio-0.0.22](https://github.com/truecharts/charts/compare/ghostfolio-0.0.21...ghostfolio-0.0.22) (2023-10-12) + +### Chore + +- update container image tccr.io/truecharts/ghostfolio to v2.10.0 ([#13539](https://github.com/truecharts/charts/issues/13539)) + + + + ## [ghostfolio-0.0.21](https://github.com/truecharts/charts/compare/ghostfolio-0.0.20...ghostfolio-0.0.21) (2023-10-08) ### Chore @@ -88,12 +97,3 @@ ## [ghostfolio-0.0.12](https://github.com/truecharts/charts/compare/ghostfolio-0.0.11...ghostfolio-0.0.12) (2023-09-16) ### Chore - -- update container image tccr.io/truecharts/ghostfolio to v2.1.0 ([#12640](https://github.com/truecharts/charts/issues/12640)) - - - - -## [ghostfolio-0.0.11](https://github.com/truecharts/charts/compare/ghostfolio-0.0.10...ghostfolio-0.0.11) (2023-09-10) - -### Chore diff --git a/stable/ghostfolio/0.0.21/Chart.yaml b/stable/ghostfolio/0.0.22/Chart.yaml similarity index 96% rename from stable/ghostfolio/0.0.21/Chart.yaml rename to stable/ghostfolio/0.0.22/Chart.yaml index 13565e155b..a6fb14c343 100644 --- a/stable/ghostfolio/0.0.21/Chart.yaml +++ b/stable/ghostfolio/0.0.22/Chart.yaml @@ -1,5 +1,5 @@ apiVersion: v2 -appVersion: "2.9.0" +appVersion: "2.10.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.0.21 +version: 0.0.22 annotations: truecharts.org/catagories: | - finance diff --git a/stable/ghostfolio/0.0.21/README.md b/stable/ghostfolio/0.0.22/README.md similarity index 100% rename from stable/ghostfolio/0.0.21/README.md rename to stable/ghostfolio/0.0.22/README.md diff --git a/stable/ghostfolio/0.0.22/app-changelog.md b/stable/ghostfolio/0.0.22/app-changelog.md new file mode 100644 index 0000000000..cdbf422e9f --- /dev/null +++ b/stable/ghostfolio/0.0.22/app-changelog.md @@ -0,0 +1,9 @@ + + +## [ghostfolio-0.0.22](https://github.com/truecharts/charts/compare/ghostfolio-0.0.21...ghostfolio-0.0.22) (2023-10-12) + +### Chore + +- update container image tccr.io/truecharts/ghostfolio to v2.10.0 ([#13539](https://github.com/truecharts/charts/issues/13539)) + + \ No newline at end of file diff --git a/stable/ghostfolio/0.0.21/app-readme.md b/stable/ghostfolio/0.0.22/app-readme.md similarity index 100% rename from stable/ghostfolio/0.0.21/app-readme.md rename to stable/ghostfolio/0.0.22/app-readme.md diff --git a/stable/ghostfolio/0.0.21/charts/common-14.0.9.tgz b/stable/ghostfolio/0.0.22/charts/common-14.0.9.tgz similarity index 100% rename from stable/ghostfolio/0.0.21/charts/common-14.0.9.tgz rename to stable/ghostfolio/0.0.22/charts/common-14.0.9.tgz diff --git a/stable/ghostfolio/0.0.21/charts/redis-7.0.6.tgz b/stable/ghostfolio/0.0.22/charts/redis-7.0.6.tgz similarity index 100% rename from stable/ghostfolio/0.0.21/charts/redis-7.0.6.tgz rename to stable/ghostfolio/0.0.22/charts/redis-7.0.6.tgz diff --git a/stable/ghostfolio/0.0.21/ix_values.yaml b/stable/ghostfolio/0.0.22/ix_values.yaml similarity index 94% rename from stable/ghostfolio/0.0.21/ix_values.yaml rename to stable/ghostfolio/0.0.22/ix_values.yaml index ce868bc5ff..c7a1699584 100644 --- a/stable/ghostfolio/0.0.21/ix_values.yaml +++ b/stable/ghostfolio/0.0.22/ix_values.yaml @@ -1,7 +1,7 @@ image: repository: tccr.io/truecharts/ghostfolio pullPolicy: IfNotPresent - tag: v2.9.0@sha256:4a32533fdfc68983678e6f6c462c5f7a2c5ef34c418da78e5505b7b2b67ba5b4 + tag: v2.10.0@sha256:10126f96d89c6193303f687c69d5e22c5ba3adf51a9a2e89fd1bdd078002d086 securityContext: container: diff --git a/stable/ghostfolio/0.0.21/questions.yaml b/stable/ghostfolio/0.0.22/questions.yaml similarity index 100% rename from stable/ghostfolio/0.0.21/questions.yaml rename to stable/ghostfolio/0.0.22/questions.yaml diff --git a/stable/ghostfolio/0.0.21/templates/NOTES.txt b/stable/ghostfolio/0.0.22/templates/NOTES.txt similarity index 100% rename from stable/ghostfolio/0.0.21/templates/NOTES.txt rename to stable/ghostfolio/0.0.22/templates/NOTES.txt diff --git a/stable/ghostfolio/0.0.21/templates/_secrets.tpl b/stable/ghostfolio/0.0.22/templates/_secrets.tpl similarity index 100% rename from stable/ghostfolio/0.0.21/templates/_secrets.tpl rename to stable/ghostfolio/0.0.22/templates/_secrets.tpl diff --git a/stable/ghostfolio/0.0.21/templates/common.yaml b/stable/ghostfolio/0.0.22/templates/common.yaml similarity index 100% rename from stable/ghostfolio/0.0.21/templates/common.yaml rename to stable/ghostfolio/0.0.22/templates/common.yaml diff --git a/stable/ghostfolio/0.0.21/values.yaml b/stable/ghostfolio/0.0.22/values.yaml similarity index 100% rename from stable/ghostfolio/0.0.21/values.yaml rename to stable/ghostfolio/0.0.22/values.yaml