Commit new Chart releases for TrueCharts
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
parent
ef9a7b7ecc
commit
1a0e858645
|
@ -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))
|
||||
|
||||
|
|
@ -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
|
|
@ -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
|
|
@ -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))
|
||||
|
||||
|
|
@ -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
|
|
@ -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
|
Loading…
Reference in New Issue