Commit new Chart releases for TrueCharts

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
TrueCharts-Bot
2023-11-05 12:43:24 +00:00
parent 1ddc4f2ee9
commit e1b29e0ee4
13 changed files with 28 additions and 28 deletions

View File

@@ -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))

View File

@@ -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

View File

@@ -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

View File

@@ -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))

View File

@@ -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

View File

@@ -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", "=", ""]]