From 4f5ec8a74b3a23991ab040d4659c984cecaf5664 Mon Sep 17 00:00:00 2001 From: TrueCharts-Bot Date: Sun, 3 Dec 2023 18:27:27 +0000 Subject: [PATCH] Commit new Chart releases for TrueCharts Signed-off-by: TrueCharts-Bot --- stable/rsshub/8.0.282/app-changelog.md | 11 ----------- .../rsshub/{8.0.282 => 8.0.283}/CHANGELOG.md | 18 +++++++++--------- stable/rsshub/{8.0.282 => 8.0.283}/Chart.yaml | 6 +++--- stable/rsshub/{8.0.282 => 8.0.283}/README.md | 0 stable/rsshub/8.0.283/app-changelog.md | 9 +++++++++ .../rsshub/{8.0.282 => 8.0.283}/app-readme.md | 0 .../charts/common-14.3.5.tgz | Bin .../charts/redis-6.0.66.tgz | Bin .../{8.0.282 => 8.0.283}/ix_values.yaml | 2 +- .../{8.0.282 => 8.0.283}/questions.yaml | 0 .../{8.0.282 => 8.0.283}/templates/NOTES.txt | 0 .../templates/common.yaml | 0 .../rsshub/{8.0.282 => 8.0.283}/values.yaml | 0 13 files changed, 22 insertions(+), 24 deletions(-) delete mode 100644 stable/rsshub/8.0.282/app-changelog.md rename stable/rsshub/{8.0.282 => 8.0.283}/CHANGELOG.md (91%) rename stable/rsshub/{8.0.282 => 8.0.283}/Chart.yaml (98%) rename stable/rsshub/{8.0.282 => 8.0.283}/README.md (100%) create mode 100644 stable/rsshub/8.0.283/app-changelog.md rename stable/rsshub/{8.0.282 => 8.0.283}/app-readme.md (100%) rename stable/rsshub/{8.0.282 => 8.0.283}/charts/common-14.3.5.tgz (100%) rename stable/rsshub/{8.0.282 => 8.0.283}/charts/redis-6.0.66.tgz (100%) rename stable/rsshub/{8.0.282 => 8.0.283}/ix_values.yaml (95%) rename stable/rsshub/{8.0.282 => 8.0.283}/questions.yaml (100%) rename stable/rsshub/{8.0.282 => 8.0.283}/templates/NOTES.txt (100%) rename stable/rsshub/{8.0.282 => 8.0.283}/templates/common.yaml (100%) rename stable/rsshub/{8.0.282 => 8.0.283}/values.yaml (100%) diff --git a/stable/rsshub/8.0.282/app-changelog.md b/stable/rsshub/8.0.282/app-changelog.md deleted file mode 100644 index 6990751f5b7..00000000000 --- a/stable/rsshub/8.0.282/app-changelog.md +++ /dev/null @@ -1,11 +0,0 @@ - - -## [rsshub-8.0.282](https://github.com/truecharts/charts/compare/rsshub-8.0.281...rsshub-8.0.282) (2023-12-02) - -### Chore - -- fix annotations again - - update annotations - - update container image diygod/rsshub to latest[@54ccbac](https://github.com/54ccbac) ([#15613](https://github.com/truecharts/charts/issues/15613)) - - \ No newline at end of file diff --git a/stable/rsshub/8.0.282/CHANGELOG.md b/stable/rsshub/8.0.283/CHANGELOG.md similarity index 91% rename from stable/rsshub/8.0.282/CHANGELOG.md rename to stable/rsshub/8.0.283/CHANGELOG.md index 484aefba96f..23c3b4da93d 100644 --- a/stable/rsshub/8.0.282/CHANGELOG.md +++ b/stable/rsshub/8.0.283/CHANGELOG.md @@ -4,6 +4,15 @@ +## [rsshub-8.0.283](https://github.com/truecharts/charts/compare/rsshub-8.0.282...rsshub-8.0.283) (2023-12-03) + +### Chore + +- update container image diygod/rsshub to latest[@471d601](https://github.com/471d601) ([#15641](https://github.com/truecharts/charts/issues/15641)) + + + + ## [rsshub-8.0.282](https://github.com/truecharts/charts/compare/rsshub-8.0.281...rsshub-8.0.282) (2023-12-02) ### Chore @@ -88,12 +97,3 @@ -## [rsshub-8.0.273](https://github.com/truecharts/charts/compare/rsshub-8.0.272...rsshub-8.0.273) (2023-11-25) - -### Chore - -- update container image diygod/rsshub to latest[@21650e0](https://github.com/21650e0) ([#15355](https://github.com/truecharts/charts/issues/15355)) - - - - diff --git a/stable/rsshub/8.0.282/Chart.yaml b/stable/rsshub/8.0.283/Chart.yaml similarity index 98% rename from stable/rsshub/8.0.282/Chart.yaml rename to stable/rsshub/8.0.283/Chart.yaml index ae91eb1310a..a0c7fce6149 100644 --- a/stable/rsshub/8.0.282/Chart.yaml +++ b/stable/rsshub/8.0.283/Chart.yaml @@ -1,17 +1,17 @@ kubeVersion: ">=1.24.0" apiVersion: v2 name: rsshub -version: 8.0.282 +version: 8.0.283 appVersion: latest description: RSSHub can generate RSS feeds from pretty much everything home: https://truecharts.org/charts/stable/rsshub icon: https://truecharts.org/img/hotlink-ok/chart-icons/rsshub.png deprecated: false sources: - - https://github.com/truecharts/charts/tree/master/charts/stable/rsshub - - https://hub.docker.com/r/diygod/rsshub - https://github.com/DIYgod/RSSHub - https://docs.rsshub.app/en/install/ + - https://github.com/truecharts/charts/tree/master/charts/stable/rsshub + - https://hub.docker.com/r/diygod/rsshub maintainers: - name: TrueCharts email: info@truecharts.org diff --git a/stable/rsshub/8.0.282/README.md b/stable/rsshub/8.0.283/README.md similarity index 100% rename from stable/rsshub/8.0.282/README.md rename to stable/rsshub/8.0.283/README.md diff --git a/stable/rsshub/8.0.283/app-changelog.md b/stable/rsshub/8.0.283/app-changelog.md new file mode 100644 index 00000000000..b386f716c60 --- /dev/null +++ b/stable/rsshub/8.0.283/app-changelog.md @@ -0,0 +1,9 @@ + + +## [rsshub-8.0.283](https://github.com/truecharts/charts/compare/rsshub-8.0.282...rsshub-8.0.283) (2023-12-03) + +### Chore + +- update container image diygod/rsshub to latest[@471d601](https://github.com/471d601) ([#15641](https://github.com/truecharts/charts/issues/15641)) + + \ No newline at end of file diff --git a/stable/rsshub/8.0.282/app-readme.md b/stable/rsshub/8.0.283/app-readme.md similarity index 100% rename from stable/rsshub/8.0.282/app-readme.md rename to stable/rsshub/8.0.283/app-readme.md diff --git a/stable/rsshub/8.0.282/charts/common-14.3.5.tgz b/stable/rsshub/8.0.283/charts/common-14.3.5.tgz similarity index 100% rename from stable/rsshub/8.0.282/charts/common-14.3.5.tgz rename to stable/rsshub/8.0.283/charts/common-14.3.5.tgz diff --git a/stable/rsshub/8.0.282/charts/redis-6.0.66.tgz b/stable/rsshub/8.0.283/charts/redis-6.0.66.tgz similarity index 100% rename from stable/rsshub/8.0.282/charts/redis-6.0.66.tgz rename to stable/rsshub/8.0.283/charts/redis-6.0.66.tgz diff --git a/stable/rsshub/8.0.282/ix_values.yaml b/stable/rsshub/8.0.283/ix_values.yaml similarity index 95% rename from stable/rsshub/8.0.282/ix_values.yaml rename to stable/rsshub/8.0.283/ix_values.yaml index b732074b2b4..06b6562a90a 100644 --- a/stable/rsshub/8.0.282/ix_values.yaml +++ b/stable/rsshub/8.0.283/ix_values.yaml @@ -1,7 +1,7 @@ image: repository: diygod/rsshub pullPolicy: IfNotPresent - tag: latest@sha256:54ccbac72cdccb4efbbebae08a616613130bc0682e83c505176421977da57fbc + tag: latest@sha256:471d60136f3b5250ff3e1fc597a4a9c6acc8d63f7327edbe26e8845dbd674729 browserlessImage: repository: browserless/chrome tag: 1.60.2-chrome-stable@sha256:7db5e3aad20c201abaa03bbbc868a55ef96574cda0e67ccb7e4e032053ecb87d diff --git a/stable/rsshub/8.0.282/questions.yaml b/stable/rsshub/8.0.283/questions.yaml similarity index 100% rename from stable/rsshub/8.0.282/questions.yaml rename to stable/rsshub/8.0.283/questions.yaml diff --git a/stable/rsshub/8.0.282/templates/NOTES.txt b/stable/rsshub/8.0.283/templates/NOTES.txt similarity index 100% rename from stable/rsshub/8.0.282/templates/NOTES.txt rename to stable/rsshub/8.0.283/templates/NOTES.txt diff --git a/stable/rsshub/8.0.282/templates/common.yaml b/stable/rsshub/8.0.283/templates/common.yaml similarity index 100% rename from stable/rsshub/8.0.282/templates/common.yaml rename to stable/rsshub/8.0.283/templates/common.yaml diff --git a/stable/rsshub/8.0.282/values.yaml b/stable/rsshub/8.0.283/values.yaml similarity index 100% rename from stable/rsshub/8.0.282/values.yaml rename to stable/rsshub/8.0.283/values.yaml