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)
### 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)
### 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
kubeVersion: ">=1.16.0-0"
name: rsshub
version: 8.0.223
version: 8.0.224
appVersion: "latest"
description: RSSHub can generate RSS feeds from pretty much everything
type: application
@ -28,6 +28,5 @@ maintainers:
name: TrueCharts
url: https://truecharts.org
annotations:
truecharts.org/catagories: |
- media
truecharts.org/category: media
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:
repository: tccr.io/truecharts/rsshub
pullPolicy: IfNotPresent
tag: latest@sha256:af64e5fed54712f83f1ebc902bdb4984b3bdb44f3b9f11f24264ab65a20dceef
tag: latest@sha256:b755d920edd4e45f34b050f7b64c74d98a7608bad7ba87935883214c41eaa805
browserlessImage:
repository: tccr.io/truecharts/browserless-chrome
tag: v1.60.2-chrome@sha256:a0652b346c0de87d546a3b07a44fbb85a33026aec20b956cbcb74dc822c2515a

View File

@ -758,6 +758,19 @@ questions:
schema:
type: string
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
label: Traefik Middlewares
description: Add previously created Traefik Middlewares to this Ingress
@ -966,6 +979,13 @@ questions:
type: int
$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'
schema:
type: string
show_if: [["clusterIssuer", "=", ""]]
default: ""
- variable: secretName
label: Use Custom Secret (Advanced)
schema:

View File

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