Commit new Chart releases for TrueCharts

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
TrueCharts-Bot 2023-10-29 15:45:23 +00:00
parent 5e29fa8c65
commit b37e623997
14 changed files with 43 additions and 24 deletions

View File

@ -1,9 +0,0 @@
## [rsshub-8.0.223](https://github.com/truecharts/charts/compare/rsshub-8.0.222...rsshub-8.0.223) (2023-10-27)
### Chore
- update container image tccr.io/truecharts/rsshub to latest ([#14021](https://github.com/truecharts/charts/issues/14021))

View File

@ -4,6 +4,16 @@
## [rsshub-8.0.224](https://github.com/truecharts/charts/compare/rsshub-8.0.223...rsshub-8.0.224) (2023-10-29)
### Chore
- Fix typo in categories and make them singular ([#13693](https://github.com/truecharts/charts/issues/13693))
- update container image tccr.io/truecharts/rsshub to latest ([#14057](https://github.com/truecharts/charts/issues/14057))
## [rsshub-8.0.223](https://github.com/truecharts/charts/compare/rsshub-8.0.222...rsshub-8.0.223) (2023-10-27) ## [rsshub-8.0.223](https://github.com/truecharts/charts/compare/rsshub-8.0.222...rsshub-8.0.223) (2023-10-27)
### Chore ### Chore
@ -87,13 +97,3 @@
## [rsshub-8.0.214](https://github.com/truecharts/charts/compare/rsshub-8.0.213...rsshub-8.0.214) (2023-10-21) ## [rsshub-8.0.214](https://github.com/truecharts/charts/compare/rsshub-8.0.213...rsshub-8.0.214) (2023-10-21)
### Chore
- update container image tccr.io/truecharts/rsshub to latest ([#13857](https://github.com/truecharts/charts/issues/13857))
## [rsshub-8.0.213](https://github.com/truecharts/charts/compare/rsshub-8.0.212...rsshub-8.0.213) (2023-10-21)
### Chore

View File

@ -1,7 +1,7 @@
apiVersion: v2 apiVersion: v2
kubeVersion: ">=1.16.0-0" kubeVersion: ">=1.16.0-0"
name: rsshub name: rsshub
version: 8.0.223 version: 8.0.224
appVersion: "latest" appVersion: "latest"
description: RSSHub can generate RSS feeds from pretty much everything description: RSSHub can generate RSS feeds from pretty much everything
type: application type: application
@ -28,6 +28,5 @@ maintainers:
name: TrueCharts name: TrueCharts
url: https://truecharts.org url: https://truecharts.org
annotations: annotations:
truecharts.org/catagories: | truecharts.org/category: media
- media
truecharts.org/SCALE-support: "true" truecharts.org/SCALE-support: "true"

View File

@ -0,0 +1,10 @@
## [rsshub-8.0.224](https://github.com/truecharts/charts/compare/rsshub-8.0.223...rsshub-8.0.224) (2023-10-29)
### Chore
- Fix typo in categories and make them singular ([#13693](https://github.com/truecharts/charts/issues/13693))
- update container image tccr.io/truecharts/rsshub to latest ([#14057](https://github.com/truecharts/charts/issues/14057))

View File

@ -1,7 +1,7 @@
image: image:
repository: tccr.io/truecharts/rsshub repository: tccr.io/truecharts/rsshub
pullPolicy: IfNotPresent pullPolicy: IfNotPresent
tag: latest@sha256:af64e5fed54712f83f1ebc902bdb4984b3bdb44f3b9f11f24264ab65a20dceef tag: latest@sha256:b755d920edd4e45f34b050f7b64c74d98a7608bad7ba87935883214c41eaa805
browserlessImage: browserlessImage:
repository: tccr.io/truecharts/browserless-chrome repository: tccr.io/truecharts/browserless-chrome
tag: v1.60.2-chrome@sha256:a0652b346c0de87d546a3b07a44fbb85a33026aec20b956cbcb74dc822c2515a tag: v1.60.2-chrome@sha256:a0652b346c0de87d546a3b07a44fbb85a33026aec20b956cbcb74dc822c2515a

View File

@ -758,6 +758,19 @@ questions:
schema: schema:
type: string type: string
default: "" default: ""
- variable: clusterCertificate
label: Cluster Certificate (Experimental)
description: 'Add the name of your cluster-wide certificate, that you set up in ClusterIssuer chart. NOTE: This is an experimental feature'
schema:
show_if: [["certificateIssuer", "=", ""]]
type: string
default: ""
- variable: secretName
label: Custom Certificate Secret (Advanced)'
schema:
show_if: [["certificateIssuer", "=", ""]]
type: string
default: ""
- variable: middlewares - variable: middlewares
label: Traefik Middlewares label: Traefik Middlewares
description: Add previously created Traefik Middlewares to this Ingress description: Add previously created Traefik Middlewares to this Ingress
@ -966,6 +979,13 @@ questions:
type: int type: int
$ref: $ref:
- "definitions/certificate" - "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'
schema:
type: string
show_if: [["clusterIssuer", "=", ""]]
default: ""
- variable: secretName - variable: secretName
label: Use Custom Secret (Advanced) label: Use Custom Secret (Advanced)
schema: schema:

View File

@ -1,5 +1,4 @@
icon_url: https://truecharts.org/img/hotlink-ok/chart-icons/rsshub.png icon_url: https://truecharts.org/img/hotlink-ok/chart-icons/rsshub.png
categories: categories:
- media - media
screenshots: [] screenshots: []