From e1b29e0ee4d0ad663ed945ad77acf6e61007dcad Mon Sep 17 00:00:00 2001 From: TrueCharts-Bot Date: Sun, 5 Nov 2023 12:43:24 +0000 Subject: [PATCH] Commit new Chart releases for TrueCharts Signed-off-by: TrueCharts-Bot --- stable/rsshub/8.0.240/app-changelog.md | 9 --------- .../rsshub/{8.0.240 => 8.0.241}/CHANGELOG.md | 18 +++++++++--------- stable/rsshub/{8.0.240 => 8.0.241}/Chart.yaml | 2 +- stable/rsshub/{8.0.240 => 8.0.241}/README.md | 0 stable/rsshub/8.0.241/app-changelog.md | 9 +++++++++ .../rsshub/{8.0.240 => 8.0.241}/app-readme.md | 0 .../charts/common-14.2.2.tgz | Bin .../charts/redis-6.0.66.tgz | Bin .../{8.0.240 => 8.0.241}/ix_values.yaml | 2 +- .../{8.0.240 => 8.0.241}/questions.yaml | 16 ++++++++-------- .../{8.0.240 => 8.0.241}/templates/NOTES.txt | 0 .../templates/common.yaml | 0 .../rsshub/{8.0.240 => 8.0.241}/values.yaml | 0 13 files changed, 28 insertions(+), 28 deletions(-) delete mode 100644 stable/rsshub/8.0.240/app-changelog.md rename stable/rsshub/{8.0.240 => 8.0.241}/CHANGELOG.md (93%) rename stable/rsshub/{8.0.240 => 8.0.241}/Chart.yaml (98%) rename stable/rsshub/{8.0.240 => 8.0.241}/README.md (100%) create mode 100644 stable/rsshub/8.0.241/app-changelog.md rename stable/rsshub/{8.0.240 => 8.0.241}/app-readme.md (100%) rename stable/rsshub/{8.0.240 => 8.0.241}/charts/common-14.2.2.tgz (100%) rename stable/rsshub/{8.0.240 => 8.0.241}/charts/redis-6.0.66.tgz (100%) rename stable/rsshub/{8.0.240 => 8.0.241}/ix_values.yaml (95%) rename stable/rsshub/{8.0.240 => 8.0.241}/questions.yaml (99%) rename stable/rsshub/{8.0.240 => 8.0.241}/templates/NOTES.txt (100%) rename stable/rsshub/{8.0.240 => 8.0.241}/templates/common.yaml (100%) rename stable/rsshub/{8.0.240 => 8.0.241}/values.yaml (100%) diff --git a/stable/rsshub/8.0.240/app-changelog.md b/stable/rsshub/8.0.240/app-changelog.md deleted file mode 100644 index 74254e6c09..0000000000 --- a/stable/rsshub/8.0.240/app-changelog.md +++ /dev/null @@ -1,9 +0,0 @@ - - -## [rsshub-8.0.240](https://github.com/truecharts/charts/compare/rsshub-8.0.239...rsshub-8.0.240) (2023-11-03) - -### Chore - -- update container image tccr.io/truecharts/rsshub to latest ([#14305](https://github.com/truecharts/charts/issues/14305)) - - \ No newline at end of file diff --git a/stable/rsshub/8.0.240/CHANGELOG.md b/stable/rsshub/8.0.241/CHANGELOG.md similarity index 93% rename from stable/rsshub/8.0.240/CHANGELOG.md rename to stable/rsshub/8.0.241/CHANGELOG.md index c6aac2b711..86f7406b76 100644 --- a/stable/rsshub/8.0.240/CHANGELOG.md +++ b/stable/rsshub/8.0.241/CHANGELOG.md @@ -4,6 +4,15 @@ +## [rsshub-8.0.241](https://github.com/truecharts/charts/compare/rsshub-8.0.240...rsshub-8.0.241) (2023-11-05) + +### Chore + +- update container image tccr.io/truecharts/rsshub to latest ([#14360](https://github.com/truecharts/charts/issues/14360)) + + + + ## [rsshub-8.0.240](https://github.com/truecharts/charts/compare/rsshub-8.0.239...rsshub-8.0.240) (2023-11-03) ### Chore @@ -88,12 +97,3 @@ ## [rsshub-8.0.231](https://github.com/truecharts/charts/compare/rsshub-8.0.230...rsshub-8.0.231) (2023-10-31) ### Chore - -- update container image tccr.io/truecharts/rsshub to latest ([#14181](https://github.com/truecharts/charts/issues/14181)) - - - - -## [rsshub-8.0.230](https://github.com/truecharts/charts/compare/rsshub-8.0.229...rsshub-8.0.230) (2023-10-31) - -### Chore diff --git a/stable/rsshub/8.0.240/Chart.yaml b/stable/rsshub/8.0.241/Chart.yaml similarity index 98% rename from stable/rsshub/8.0.240/Chart.yaml rename to stable/rsshub/8.0.241/Chart.yaml index 82604020ab..d73178ff32 100644 --- a/stable/rsshub/8.0.240/Chart.yaml +++ b/stable/rsshub/8.0.241/Chart.yaml @@ -1,7 +1,7 @@ apiVersion: v2 kubeVersion: ">=1.16.0-0" name: rsshub -version: 8.0.240 +version: 8.0.241 appVersion: "latest" description: RSSHub can generate RSS feeds from pretty much everything type: application diff --git a/stable/rsshub/8.0.240/README.md b/stable/rsshub/8.0.241/README.md similarity index 100% rename from stable/rsshub/8.0.240/README.md rename to stable/rsshub/8.0.241/README.md diff --git a/stable/rsshub/8.0.241/app-changelog.md b/stable/rsshub/8.0.241/app-changelog.md new file mode 100644 index 0000000000..a397eacb42 --- /dev/null +++ b/stable/rsshub/8.0.241/app-changelog.md @@ -0,0 +1,9 @@ + + +## [rsshub-8.0.241](https://github.com/truecharts/charts/compare/rsshub-8.0.240...rsshub-8.0.241) (2023-11-05) + +### Chore + +- update container image tccr.io/truecharts/rsshub to latest ([#14360](https://github.com/truecharts/charts/issues/14360)) + + \ No newline at end of file diff --git a/stable/rsshub/8.0.240/app-readme.md b/stable/rsshub/8.0.241/app-readme.md similarity index 100% rename from stable/rsshub/8.0.240/app-readme.md rename to stable/rsshub/8.0.241/app-readme.md diff --git a/stable/rsshub/8.0.240/charts/common-14.2.2.tgz b/stable/rsshub/8.0.241/charts/common-14.2.2.tgz similarity index 100% rename from stable/rsshub/8.0.240/charts/common-14.2.2.tgz rename to stable/rsshub/8.0.241/charts/common-14.2.2.tgz diff --git a/stable/rsshub/8.0.240/charts/redis-6.0.66.tgz b/stable/rsshub/8.0.241/charts/redis-6.0.66.tgz similarity index 100% rename from stable/rsshub/8.0.240/charts/redis-6.0.66.tgz rename to stable/rsshub/8.0.241/charts/redis-6.0.66.tgz diff --git a/stable/rsshub/8.0.240/ix_values.yaml b/stable/rsshub/8.0.241/ix_values.yaml similarity index 95% rename from stable/rsshub/8.0.240/ix_values.yaml rename to stable/rsshub/8.0.241/ix_values.yaml index f39d7c3b07..0b997fd362 100644 --- a/stable/rsshub/8.0.240/ix_values.yaml +++ b/stable/rsshub/8.0.241/ix_values.yaml @@ -1,7 +1,7 @@ image: repository: tccr.io/truecharts/rsshub pullPolicy: IfNotPresent - tag: latest@sha256:79d418505dabea336e67d49bcaa9017886140158b2f5d5e31445afaff648a509 + tag: latest@sha256:e980d885f6fdd278d3f055ea3be883bbf6f867e5447fafdc94c93ce6c825b428 browserlessImage: repository: tccr.io/truecharts/browserless-chrome tag: v1.60.2-chrome@sha256:a0652b346c0de87d546a3b07a44fbb85a33026aec20b956cbcb74dc822c2515a diff --git a/stable/rsshub/8.0.240/questions.yaml b/stable/rsshub/8.0.241/questions.yaml similarity index 99% rename from stable/rsshub/8.0.240/questions.yaml rename to stable/rsshub/8.0.241/questions.yaml index 129e8b5cab..0554c9add9 100644 --- a/stable/rsshub/8.0.240/questions.yaml +++ b/stable/rsshub/8.0.241/questions.yaml @@ -829,12 +829,12 @@ questions: schema: type: string default: "" - - variable: 'clusterCertificate (Advanced)' - label: Cluster Certificate + - variable: clusterCertificate + label: 'Cluster Certificate (Advanced)' 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 Certificate Secret (Advanced)' @@ -941,8 +941,8 @@ questions: label: Service Port schema: type: int - - variable: clusterIssuer - label: clusterIssuer + - variable: certificateIssuer + label: certificateIssuer description: 'add the name of your cert-manager clusterIssuer here for automatic tls certificates. Cannot be used combined with tls option below' schema: type: string @@ -972,7 +972,7 @@ questions: type: string default: "" required: true - - variable: clusterIssuer + - variable: certificateIssuer label: Use Cert-Manager clusterIssuer description: 'add the name of your Cert-Manager clusterIssuer here for automatic tls certificates.' schema: @@ -986,8 +986,8 @@ questions: $ref: - "definitions/certificate" - variable: clusterCertificate - label: Cluster Certificate (Experimental) - description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart. NOTE: This is an experimental feature' + label: 'Cluster Certificate (Advanced)' + description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.' schema: type: string show_if: [["clusterIssuer", "=", ""]] diff --git a/stable/rsshub/8.0.240/templates/NOTES.txt b/stable/rsshub/8.0.241/templates/NOTES.txt similarity index 100% rename from stable/rsshub/8.0.240/templates/NOTES.txt rename to stable/rsshub/8.0.241/templates/NOTES.txt diff --git a/stable/rsshub/8.0.240/templates/common.yaml b/stable/rsshub/8.0.241/templates/common.yaml similarity index 100% rename from stable/rsshub/8.0.240/templates/common.yaml rename to stable/rsshub/8.0.241/templates/common.yaml diff --git a/stable/rsshub/8.0.240/values.yaml b/stable/rsshub/8.0.241/values.yaml similarity index 100% rename from stable/rsshub/8.0.240/values.yaml rename to stable/rsshub/8.0.241/values.yaml