Commit new Chart releases for TrueCharts
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
parent
54986db190
commit
f5e701da7a
|
@ -1,9 +0,0 @@
|
|||
|
||||
|
||||
## [rsshub-7.0.19](https://github.com/truecharts/charts/compare/rsshub-7.0.18...rsshub-7.0.19) (2023-05-05)
|
||||
|
||||
### Chore
|
||||
|
||||
- update helm general non-major ([#8782](https://github.com/truecharts/charts/issues/8782))
|
||||
|
||||
|
|
@ -4,6 +4,15 @@
|
|||
|
||||
|
||||
|
||||
## [rsshub-7.0.20](https://github.com/truecharts/charts/compare/rsshub-7.0.19...rsshub-7.0.20) (2023-05-15)
|
||||
|
||||
### Chore
|
||||
|
||||
- update container image tccr.io/truecharts/rsshub to latest ([#8959](https://github.com/truecharts/charts/issues/8959))
|
||||
|
||||
|
||||
|
||||
|
||||
## [rsshub-7.0.19](https://github.com/truecharts/charts/compare/rsshub-7.0.18...rsshub-7.0.19) (2023-05-05)
|
||||
|
||||
### Chore
|
||||
|
@ -88,12 +97,3 @@
|
|||
## [rsshub-7.0.13](https://github.com/truecharts/charts/compare/rsshub-7.0.12...rsshub-7.0.13) (2023-04-30)
|
||||
|
||||
### Chore
|
||||
|
||||
- update container image tccr.io/truecharts/browserless-chrome to v1.58.0 ([#8555](https://github.com/truecharts/charts/issues/8555))
|
||||
|
||||
|
||||
|
||||
|
||||
## [rsshub-7.0.12](https://github.com/truecharts/charts/compare/rsshub-7.0.11...rsshub-7.0.12) (2023-04-29)
|
||||
|
||||
### Chore
|
|
@ -1,7 +1,7 @@
|
|||
apiVersion: v2
|
||||
kubeVersion: ">=1.16.0-0"
|
||||
name: rsshub
|
||||
version: 7.0.19
|
||||
version: 7.0.20
|
||||
appVersion: "latest"
|
||||
description: RSSHub can generate RSS feeds from pretty much everything
|
||||
type: application
|
|
@ -0,0 +1,9 @@
|
|||
|
||||
|
||||
## [rsshub-7.0.20](https://github.com/truecharts/charts/compare/rsshub-7.0.19...rsshub-7.0.20) (2023-05-15)
|
||||
|
||||
### Chore
|
||||
|
||||
- update container image tccr.io/truecharts/rsshub to latest ([#8959](https://github.com/truecharts/charts/issues/8959))
|
||||
|
||||
|
|
@ -1,7 +1,7 @@
|
|||
image:
|
||||
repository: tccr.io/truecharts/rsshub
|
||||
pullPolicy: IfNotPresent
|
||||
tag: latest@sha256:a22a309f2bb4cc970b5f31825039ad8bc5f11e2c87617c3e425a5bab11172901
|
||||
tag: latest@sha256:108e7b7e92b207c83dd07be4b81380916d629f94332dbf816bb9aa252a4b2986
|
||||
browserlessImage:
|
||||
repository: tccr.io/truecharts/browserless-chrome
|
||||
tag: 1.58.0-chrome@sha256:e77842d0a1eb20e26b6a88b95902fcba370480d2b930401ddc93f68c8d67d418
|
|
@ -38,7 +38,19 @@ portals:
|
|||
ports:
|
||||
- "$kubernetes-resource_configmap_tcportal-open_port"
|
||||
questions:
|
||||
|
||||
- variable: global
|
||||
group: General Settings
|
||||
label: "Global Settings"
|
||||
schema:
|
||||
additional_attrs: true
|
||||
type: dict
|
||||
attrs:
|
||||
- variable: stopAll
|
||||
label: Stop All
|
||||
description: "Stops All Running pods and hibernates cnpg"
|
||||
schema:
|
||||
type: boolean
|
||||
default: false
|
||||
- variable: workload
|
||||
group: "Workload Settings"
|
||||
label: ""
|
Loading…
Reference in New Issue