From 1a0e858645de9719456773ccc9e289d4ce1bdd8f Mon Sep 17 00:00:00 2001 From: TrueCharts-Bot Date: Mon, 6 Nov 2023 14:45:14 +0000 Subject: [PATCH] Commit new Chart releases for TrueCharts Signed-off-by: TrueCharts-Bot --- stable/rsshub/8.0.242/app-changelog.md | 9 --------- .../rsshub/{8.0.242 => 8.0.243}/CHANGELOG.md | 18 +++++++++--------- stable/rsshub/{8.0.242 => 8.0.243}/Chart.yaml | 2 +- stable/rsshub/{8.0.242 => 8.0.243}/README.md | 0 stable/rsshub/8.0.243/app-changelog.md | 9 +++++++++ .../rsshub/{8.0.242 => 8.0.243}/app-readme.md | 0 .../charts/common-14.2.3.tgz | Bin .../charts/redis-6.0.66.tgz | Bin .../{8.0.242 => 8.0.243}/ix_values.yaml | 2 +- .../{8.0.242 => 8.0.243}/questions.yaml | 8 ++++---- .../{8.0.242 => 8.0.243}/templates/NOTES.txt | 0 .../templates/common.yaml | 0 .../rsshub/{8.0.242 => 8.0.243}/values.yaml | 0 13 files changed, 24 insertions(+), 24 deletions(-) delete mode 100644 stable/rsshub/8.0.242/app-changelog.md rename stable/rsshub/{8.0.242 => 8.0.243}/CHANGELOG.md (93%) rename stable/rsshub/{8.0.242 => 8.0.243}/Chart.yaml (98%) rename stable/rsshub/{8.0.242 => 8.0.243}/README.md (100%) create mode 100644 stable/rsshub/8.0.243/app-changelog.md rename stable/rsshub/{8.0.242 => 8.0.243}/app-readme.md (100%) rename stable/rsshub/{8.0.242 => 8.0.243}/charts/common-14.2.3.tgz (100%) rename stable/rsshub/{8.0.242 => 8.0.243}/charts/redis-6.0.66.tgz (100%) rename stable/rsshub/{8.0.242 => 8.0.243}/ix_values.yaml (95%) rename stable/rsshub/{8.0.242 => 8.0.243}/questions.yaml (99%) rename stable/rsshub/{8.0.242 => 8.0.243}/templates/NOTES.txt (100%) rename stable/rsshub/{8.0.242 => 8.0.243}/templates/common.yaml (100%) rename stable/rsshub/{8.0.242 => 8.0.243}/values.yaml (100%) diff --git a/stable/rsshub/8.0.242/app-changelog.md b/stable/rsshub/8.0.242/app-changelog.md deleted file mode 100644 index 09fe58a018c..00000000000 --- a/stable/rsshub/8.0.242/app-changelog.md +++ /dev/null @@ -1,9 +0,0 @@ - - -## [rsshub-8.0.242](https://github.com/truecharts/charts/compare/rsshub-8.0.241...rsshub-8.0.242) (2023-11-05) - -### Chore - -- update helm general non-major ([#14365](https://github.com/truecharts/charts/issues/14365)) - - \ No newline at end of file diff --git a/stable/rsshub/8.0.242/CHANGELOG.md b/stable/rsshub/8.0.243/CHANGELOG.md similarity index 93% rename from stable/rsshub/8.0.242/CHANGELOG.md rename to stable/rsshub/8.0.243/CHANGELOG.md index a385814ca1e..b5c8141827d 100644 --- a/stable/rsshub/8.0.242/CHANGELOG.md +++ b/stable/rsshub/8.0.243/CHANGELOG.md @@ -4,6 +4,15 @@ +## [rsshub-8.0.243](https://github.com/truecharts/charts/compare/rsshub-8.0.242...rsshub-8.0.243) (2023-11-06) + +### Chore + +- update container image tccr.io/truecharts/rsshub to latest ([#14386](https://github.com/truecharts/charts/issues/14386)) + + + + ## [rsshub-8.0.242](https://github.com/truecharts/charts/compare/rsshub-8.0.241...rsshub-8.0.242) (2023-11-05) ### Chore @@ -88,12 +97,3 @@ ## [rsshub-8.0.233](https://github.com/truecharts/charts/compare/rsshub-8.0.232...rsshub-8.0.233) (2023-11-01) ### Chore - -- update container image tccr.io/truecharts/rsshub to latest ([#14217](https://github.com/truecharts/charts/issues/14217)) - - - - -## [rsshub-8.0.232](https://github.com/truecharts/charts/compare/rsshub-8.0.231...rsshub-8.0.232) (2023-11-01) - -### Chore diff --git a/stable/rsshub/8.0.242/Chart.yaml b/stable/rsshub/8.0.243/Chart.yaml similarity index 98% rename from stable/rsshub/8.0.242/Chart.yaml rename to stable/rsshub/8.0.243/Chart.yaml index eb686598729..5d7ed7add43 100644 --- a/stable/rsshub/8.0.242/Chart.yaml +++ b/stable/rsshub/8.0.243/Chart.yaml @@ -1,7 +1,7 @@ apiVersion: v2 kubeVersion: ">=1.16.0-0" name: rsshub -version: 8.0.242 +version: 8.0.243 appVersion: "latest" description: RSSHub can generate RSS feeds from pretty much everything type: application diff --git a/stable/rsshub/8.0.242/README.md b/stable/rsshub/8.0.243/README.md similarity index 100% rename from stable/rsshub/8.0.242/README.md rename to stable/rsshub/8.0.243/README.md diff --git a/stable/rsshub/8.0.243/app-changelog.md b/stable/rsshub/8.0.243/app-changelog.md new file mode 100644 index 00000000000..f21b0f034d9 --- /dev/null +++ b/stable/rsshub/8.0.243/app-changelog.md @@ -0,0 +1,9 @@ + + +## [rsshub-8.0.243](https://github.com/truecharts/charts/compare/rsshub-8.0.242...rsshub-8.0.243) (2023-11-06) + +### Chore + +- update container image tccr.io/truecharts/rsshub to latest ([#14386](https://github.com/truecharts/charts/issues/14386)) + + \ No newline at end of file diff --git a/stable/rsshub/8.0.242/app-readme.md b/stable/rsshub/8.0.243/app-readme.md similarity index 100% rename from stable/rsshub/8.0.242/app-readme.md rename to stable/rsshub/8.0.243/app-readme.md diff --git a/stable/rsshub/8.0.242/charts/common-14.2.3.tgz b/stable/rsshub/8.0.243/charts/common-14.2.3.tgz similarity index 100% rename from stable/rsshub/8.0.242/charts/common-14.2.3.tgz rename to stable/rsshub/8.0.243/charts/common-14.2.3.tgz diff --git a/stable/rsshub/8.0.242/charts/redis-6.0.66.tgz b/stable/rsshub/8.0.243/charts/redis-6.0.66.tgz similarity index 100% rename from stable/rsshub/8.0.242/charts/redis-6.0.66.tgz rename to stable/rsshub/8.0.243/charts/redis-6.0.66.tgz diff --git a/stable/rsshub/8.0.242/ix_values.yaml b/stable/rsshub/8.0.243/ix_values.yaml similarity index 95% rename from stable/rsshub/8.0.242/ix_values.yaml rename to stable/rsshub/8.0.243/ix_values.yaml index 0b997fd3621..ea4f1cb0534 100644 --- a/stable/rsshub/8.0.242/ix_values.yaml +++ b/stable/rsshub/8.0.243/ix_values.yaml @@ -1,7 +1,7 @@ image: repository: tccr.io/truecharts/rsshub pullPolicy: IfNotPresent - tag: latest@sha256:e980d885f6fdd278d3f055ea3be883bbf6f867e5447fafdc94c93ce6c825b428 + tag: latest@sha256:d2ee2e7722ebfcbe0b2a4b0973b486b3bcdf4a1f35e33bbf310a7608304684b0 browserlessImage: repository: tccr.io/truecharts/browserless-chrome tag: v1.60.2-chrome@sha256:a0652b346c0de87d546a3b07a44fbb85a33026aec20b956cbcb74dc822c2515a diff --git a/stable/rsshub/8.0.242/questions.yaml b/stable/rsshub/8.0.243/questions.yaml similarity index 99% rename from stable/rsshub/8.0.242/questions.yaml rename to stable/rsshub/8.0.243/questions.yaml index 0554c9add93..5cccd28c34b 100644 --- a/stable/rsshub/8.0.242/questions.yaml +++ b/stable/rsshub/8.0.243/questions.yaml @@ -952,7 +952,7 @@ questions: schema: type: list default: [] - show_if: [["clusterIssuer", "=", ""]] + show_if: [["certificateIssuer", "=", ""]] items: - variable: tlsEntry label: Host @@ -981,7 +981,7 @@ questions: - variable: scaleCert label: Use TrueNAS SCALE Certificate (Deprecated) schema: - show_if: [["clusterIssuer", "=", ""]] + show_if: [["certificateIssuer", "=", ""]] type: int $ref: - "definitions/certificate" @@ -990,13 +990,13 @@ questions: description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.' schema: type: string - show_if: [["clusterIssuer", "=", ""]] + show_if: [["certificateIssuer", "=", ""]] default: "" - variable: secretName label: Use Custom Secret (Advanced) schema: type: string - show_if: [["clusterIssuer", "=", ""]] + show_if: [["certificateIssuer", "=", ""]] default: "" - variable: entrypoint label: Traefik Entrypoint diff --git a/stable/rsshub/8.0.242/templates/NOTES.txt b/stable/rsshub/8.0.243/templates/NOTES.txt similarity index 100% rename from stable/rsshub/8.0.242/templates/NOTES.txt rename to stable/rsshub/8.0.243/templates/NOTES.txt diff --git a/stable/rsshub/8.0.242/templates/common.yaml b/stable/rsshub/8.0.243/templates/common.yaml similarity index 100% rename from stable/rsshub/8.0.242/templates/common.yaml rename to stable/rsshub/8.0.243/templates/common.yaml diff --git a/stable/rsshub/8.0.242/values.yaml b/stable/rsshub/8.0.243/values.yaml similarity index 100% rename from stable/rsshub/8.0.242/values.yaml rename to stable/rsshub/8.0.243/values.yaml