Commit new Chart releases for TrueCharts

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
TrueCharts-Bot
2023-11-29 11:28:38 +00:00
parent c7f57a065f
commit 697c6e1283
13 changed files with 172 additions and 21 deletions

View File

@@ -1,9 +0,0 @@
## [rsshub-8.0.276](https://github.com/truecharts/charts/compare/rsshub-8.0.275...rsshub-8.0.276) (2023-11-28)
### Chore
- update container image diygod/rsshub to latest[@05caf07](https://github.com/05caf07) ([#15447](https://github.com/truecharts/charts/issues/15447))

View File

@@ -4,6 +4,15 @@
## [rsshub-8.0.277](https://github.com/truecharts/charts/compare/rsshub-8.0.276...rsshub-8.0.277) (2023-11-29)
### Chore
- update container image diygod/rsshub to latest[@ce1aba1](https://github.com/ce1aba1) ([#15474](https://github.com/truecharts/charts/issues/15474))
## [rsshub-8.0.276](https://github.com/truecharts/charts/compare/rsshub-8.0.275...rsshub-8.0.276) (2023-11-28)
### Chore
@@ -88,12 +97,3 @@
## [rsshub-8.0.267](https://github.com/truecharts/charts/compare/rsshub-8.0.266...rsshub-8.0.267) (2023-11-18)
## [rsshub-8.0.266](https://github.com/truecharts/charts/compare/rsshub-8.0.265...rsshub-8.0.266) (2023-11-17)
### Fix
- update container image diygod/rsshub to latest ([#14814](https://github.com/truecharts/charts/issues/14814))

View File

@@ -1,8 +1,8 @@
apiVersion: v2
kubeVersion: ">=1.16.0-0"
name: rsshub
version: 8.0.276
appVersion: latest
version: 8.0.277
appVersion: some.string
description: RSSHub can generate RSS feeds from pretty much everything
type: application
deprecated: false

View File

@@ -0,0 +1,9 @@
## [rsshub-8.0.277](https://github.com/truecharts/charts/compare/rsshub-8.0.276...rsshub-8.0.277) (2023-11-29)
### Chore
- update container image diygod/rsshub to latest[@ce1aba1](https://github.com/ce1aba1) ([#15474](https://github.com/truecharts/charts/issues/15474))

View File

@@ -1,7 +1,7 @@
image:
repository: diygod/rsshub
pullPolicy: IfNotPresent
tag: latest@sha256:05caf0749f8215defd8948b7c44d901a7cd15e3804970a30a7c7d34e563c1cce
tag: latest@sha256:ce1aba1afc403e9ab2e0bf6047bfcc48335acd4048d0ef939921048478d9e808
browserlessImage:
repository: browserless/chrome
tag: 1.60.2-chrome-stable@sha256:7db5e3aad20c201abaa03bbbc868a55ef96574cda0e67ccb7e4e032053ecb87d

View File

@@ -1816,6 +1816,157 @@ questions:
schema:
type: int
default: 36107
- variable: ingress
label: "Ingress"
schema:
additional_attrs: true
type: dict
attrs:
- variable: enabled
label: Enable Ingress
schema:
type: boolean
default: false
show_subquestions_if: true
subquestions:
- variable: hosts
label: Hosts
schema:
type: list
default: []
items:
- variable: hostEntry
label: Host
schema:
additional_attrs: true
type: dict
attrs:
- variable: host
label: HostName
schema:
type: string
default: ""
required: true
- variable: paths
label: Paths
schema:
type: list
default: [{path: "/", pathType: "Prefix"}]
items:
- variable: pathEntry
label: Host
schema:
additional_attrs: true
type: dict
attrs:
- variable: path
label: Path
schema:
type: string
required: true
default: "/"
- variable: pathType
label: Path Type
schema:
type: string
required: true
default: Prefix
- variable: certificateIssuer
label: Cert-Manager clusterIssuer
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
default: ""
- variable: middlewares
label: Traefik Middlewares
description: Add previously created Traefik Middlewares to this Ingress
schema:
type: list
default: []
items:
- variable: name
label: Name
schema:
type: string
default: ""
required: true
- variable: advanced
label: Show Advanced Settings
description: Advanced settings are not covered by TrueCharts Support
schema:
type: boolean
default: false
- variable: entrypoint
label: (Advanced) Traefik Entrypoint
description: Entrypoint used by Traefik when using Traefik as Ingress Provider
schema:
type: string
default: websecure
show_if: [["advanced", "=", true]]
required: true
- variable: allowCors
label: "Allow Cross Origin Requests"
schema:
type: boolean
show_if: [["advanced", "=", true]]
default: false
- variable: ingressClassName
label: (Advanced/Optional) IngressClass Name
schema:
type: string
show_if: [["advanced", "=", true]]
default: ""
- variable: tls
label: TLS-Settings
schema:
type: list
show_if: [["advanced", "=", true]]
default: []
items:
- variable: tlsEntry
label: Host
schema:
additional_attrs: true
type: dict
attrs:
- variable: hosts
label: Certificate Hosts
schema:
type: list
default: []
items:
- variable: host
label: Host
schema:
type: string
default: ""
required: true
- variable: certificateIssuer
label: Use Cert-Manager clusterIssuer
description: 'add the name of your cert-manager clusterIssuer here for automatic tls certificates.'
schema:
type: string
default: ""
- 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: [["certificateIssuer", "=", ""]]
default: ""
- variable: secretName
label: 'Use Custom Certificate Secret (Advanced)'
schema:
show_if: [["certificateIssuer", "=", ""]]
type: string
default: ""
- variable: scaleCert
label: 'Use TrueNAS SCALE Certificate (Deprecated)'
schema:
show_if: [["certificateIssuer", "=", ""]]
type: int
$ref:
- "definitions/certificate"
- variable: envList
label: Codeserver Environment Variables
schema: