Commit new Chart releases for TrueCharts
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
parent
08a4300d6a
commit
2b99e5b068
|
@ -1,4 +0,0 @@
|
||||||
|
|
||||||
|
|
||||||
## [rsshub-8.0.267](https://github.com/truecharts/charts/compare/rsshub-8.0.266...rsshub-8.0.267) (2023-11-18)
|
|
||||||
|
|
|
@ -4,6 +4,15 @@
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
## [rsshub-8.0.268](https://github.com/truecharts/charts/compare/rsshub-8.0.267...rsshub-8.0.268) (2023-11-18)
|
||||||
|
|
||||||
|
### Fix
|
||||||
|
|
||||||
|
- update container image diygod/rsshub to latest ([#15069](https://github.com/truecharts/charts/issues/15069))
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
## [rsshub-8.0.267](https://github.com/truecharts/charts/compare/rsshub-8.0.266...rsshub-8.0.267) (2023-11-18)
|
## [rsshub-8.0.267](https://github.com/truecharts/charts/compare/rsshub-8.0.266...rsshub-8.0.267) (2023-11-18)
|
||||||
|
|
||||||
|
|
||||||
|
@ -88,12 +97,3 @@
|
||||||
|
|
||||||
## [rsshub-8.0.257](https://github.com/truecharts/charts/compare/rsshub-8.0.256...rsshub-8.0.257) (2023-11-15)
|
## [rsshub-8.0.257](https://github.com/truecharts/charts/compare/rsshub-8.0.256...rsshub-8.0.257) (2023-11-15)
|
||||||
|
|
||||||
### Chore
|
|
||||||
|
|
||||||
- update container image tccr.io/truecharts/rsshub to latest ([#14682](https://github.com/truecharts/charts/issues/14682))
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
## [rsshub-8.0.256](https://github.com/truecharts/charts/compare/rsshub-8.0.255...rsshub-8.0.256) (2023-11-14)
|
|
||||||
|
|
|
@ -1,8 +1,8 @@
|
||||||
apiVersion: v2
|
apiVersion: v2
|
||||||
kubeVersion: ">=1.16.0-0"
|
kubeVersion: ">=1.16.0-0"
|
||||||
name: rsshub
|
name: rsshub
|
||||||
version: 8.0.267
|
version: 8.0.268
|
||||||
appVersion: "latest"
|
appVersion: latest
|
||||||
description: RSSHub can generate RSS feeds from pretty much everything
|
description: RSSHub can generate RSS feeds from pretty much everything
|
||||||
type: application
|
type: application
|
||||||
deprecated: false
|
deprecated: false
|
|
@ -0,0 +1,9 @@
|
||||||
|
|
||||||
|
|
||||||
|
## [rsshub-8.0.268](https://github.com/truecharts/charts/compare/rsshub-8.0.267...rsshub-8.0.268) (2023-11-18)
|
||||||
|
|
||||||
|
### Fix
|
||||||
|
|
||||||
|
- update container image diygod/rsshub to latest ([#15069](https://github.com/truecharts/charts/issues/15069))
|
||||||
|
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
image:
|
image:
|
||||||
repository: diygod/rsshub
|
repository: diygod/rsshub
|
||||||
pullPolicy: IfNotPresent
|
pullPolicy: IfNotPresent
|
||||||
tag: latest@sha256:33e24d67e8b51f1b3ef87877199433e33729eaa6139f731f4ee1b518baf64710
|
tag: latest@sha256:7292e36b2a74dbf23b566dff2db816800021c77bfc481b778694648b58d3465e
|
||||||
browserlessImage:
|
browserlessImage:
|
||||||
repository: browserless/chrome
|
repository: browserless/chrome
|
||||||
tag: 1.60.2-chrome-stable@sha256:7db5e3aad20c201abaa03bbbc868a55ef96574cda0e67ccb7e4e032053ecb87d
|
tag: 1.60.2-chrome-stable@sha256:7db5e3aad20c201abaa03bbbc868a55ef96574cda0e67ccb7e4e032053ecb87d
|
Loading…
Reference in New Issue