Commit new Chart releases for TrueCharts

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
TrueCharts-Bot
2023-12-25 18:26:04 +00:00
parent d210a3cd2b
commit 14cc8eb386
12 changed files with 2860 additions and 0 deletions

View File

@@ -0,0 +1,99 @@
**Important:**
*for the complete changelog, please refer to the website*
## [rsshub-10.0.1](https://github.com/truecharts/charts/compare/rsshub-10.0.0...rsshub-10.0.1) (2023-12-25)
### Chore
- update container image diygod/rsshub to latest[@3486e9e](https://github.com/3486e9e) by renovate ([#16533](https://github.com/truecharts/charts/issues/16533))
## [rsshub-10.0.0](https://github.com/truecharts/charts/compare/rsshub-9.0.14...rsshub-10.0.0) (2023-12-25)
### Chore
- update helm chart common to 17.1.0 by renovate ([#16532](https://github.com/truecharts/charts/issues/16532))
## [rsshub-9.0.14](https://github.com/truecharts/charts/compare/rsshub-9.0.13...rsshub-9.0.14) (2023-12-25)
### Chore
- update container image diygod/rsshub to latest[@9746561](https://github.com/9746561) by renovate ([#16527](https://github.com/truecharts/charts/issues/16527))
## [rsshub-9.0.13](https://github.com/truecharts/charts/compare/rsshub-9.0.12...rsshub-9.0.13) (2023-12-25)
### Chore
- update container image diygod/rsshub to latest[@6b4b57b](https://github.com/6b4b57b) by renovate ([#16401](https://github.com/truecharts/charts/issues/16401))
## [rsshub-9.0.12](https://github.com/truecharts/charts/compare/rsshub-9.0.11...rsshub-9.0.12) (2023-12-24)
### Chore
- update helm general non-major by renovate ([#16384](https://github.com/truecharts/charts/issues/16384))
## [rsshub-9.0.11](https://github.com/truecharts/charts/compare/rsshub-9.0.10...rsshub-9.0.11) (2023-12-24)
### Chore
- update helm general non-major by renovate ([#16376](https://github.com/truecharts/charts/issues/16376))
## [rsshub-9.0.10](https://github.com/truecharts/charts/compare/rsshub-9.0.9...rsshub-9.0.10) (2023-12-23)
### Chore
- update helm general non-major by renovate ([#16373](https://github.com/truecharts/charts/issues/16373))
## [rsshub-9.0.9](https://github.com/truecharts/charts/compare/rsshub-9.0.8...rsshub-9.0.9) (2023-12-23)
### Chore
- update helm general non-major by renovate ([#16369](https://github.com/truecharts/charts/issues/16369))
## [rsshub-9.0.8](https://github.com/truecharts/charts/compare/rsshub-9.0.7...rsshub-9.0.8) (2023-12-23)
### Chore
- update helm general non-major by renovate ([#16361](https://github.com/truecharts/charts/issues/16361))
## [rsshub-9.0.7](https://github.com/truecharts/charts/compare/rsshub-9.0.6...rsshub-9.0.7) (2023-12-22)
### Chore
- update helm general non-major by renovate ([#16359](https://github.com/truecharts/charts/issues/16359))
## [rsshub-9.0.6](https://github.com/truecharts/charts/compare/rsshub-9.0.5...rsshub-9.0.6) (2023-12-22)
### Fix

View File

@@ -0,0 +1,45 @@
kubeVersion: ">=1.24.0-0"
apiVersion: v2
name: rsshub
version: 10.0.1
appVersion: latest
description: RSSHub can generate RSS feeds from pretty much everything
home: https://truecharts.org/charts/stable/rsshub
icon: https://truecharts.org/img/hotlink-ok/chart-icons/rsshub.png
deprecated: false
sources:
- https://docs.rsshub.app/en/install/
- https://github.com/DIYgod/RSSHub
- https://github.com/truecharts/charts/tree/master/charts/stable/rsshub
- https://hub.docker.com/r/browserless/chrome
maintainers:
- name: TrueCharts
email: info@truecharts.org
url: https://truecharts.org
keywords:
- rsshub
- rss
dependencies:
- name: common
version: 17.1.0
repository: https://library-charts.truecharts.org
condition: ""
alias: ""
tags: []
import-values: []
- name: redis
version: 10.0.17
repository: https://deps.truecharts.org
condition: redis.enabled
alias: ""
tags: []
import-values: []
annotations:
max_scale_version: 23.10.2
min_scale_version: 23.10.0
truecharts.org/SCALE-support: "true"
truecharts.org/category: media
truecharts.org/max_helm_version: "3.13"
truecharts.org/min_helm_version: "3.12"
truecharts.org/train: stable
type: application

View File

@@ -0,0 +1,27 @@
# README
## General Info
TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE.
However only installations using the TrueNAS SCALE Apps system are supported.
For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/rsshub)
**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)**
## Support
- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro).
- See the [Website](https://truecharts.org)
- Check our [Discord](https://discord.gg/tVsPTHWTtr)
- Open a [issue](https://github.com/truecharts/charts/issues/new/choose)
---
## Sponsor TrueCharts
TrueCharts can only exist due to the incredible effort of our staff.
Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can!
*All Rights Reserved - The TrueCharts Project*

View File

@@ -0,0 +1,9 @@
## [rsshub-10.0.1](https://github.com/truecharts/charts/compare/rsshub-10.0.0...rsshub-10.0.1) (2023-12-25)
### Chore
- update container image diygod/rsshub to latest[@3486e9e](https://github.com/3486e9e) by renovate ([#16533](https://github.com/truecharts/charts/issues/16533))

View File

@@ -0,0 +1,8 @@
RSSHub can generate RSS feeds from pretty much everything
This App is supplied by TrueCharts, for more information visit the manual: [https://truecharts.org/charts/stable/rsshub](https://truecharts.org/charts/stable/rsshub)
---
TrueCharts can only exist due to the incredible effort of our staff.
Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can!

Binary file not shown.

Binary file not shown.

View File

@@ -0,0 +1,62 @@
image:
repository: diygod/rsshub
pullPolicy: IfNotPresent
tag: latest@sha256:3486e9e101ad7c3bf713b7a5b024f2985672c5eb699b4780563bb23b93e3fe3e
browserlessImage:
repository: browserless/chrome
tag: 1.60.2-chrome-stable@sha256:7db5e3aad20c201abaa03bbbc868a55ef96574cda0e67ccb7e4e032053ecb87d
service:
main:
ports:
main:
port: 10191
# Enabled redis
redis:
enabled: true
redisUsername: default
additionalContainers:
browserless:
name: browserless
image: "{{ .Values.browserlessImage.repository }}:{{ .Values.browserlessImage.tag }}"
ports:
- containerPort: 3000
name: main
portal:
open:
enabled: true
securityContext:
container:
runAsNonRoot: false
readOnlyRootFilesystem: false
runAsUser: 0
runAsGroup: 0
workload:
main:
podSpec:
containers:
main:
env:
PORT: "{{ .Values.service.main.ports.main.port }}"
NODE_ENV: production
CACHE_TYPE: "redis"
PUPPETEER_WS_ENDPOINT: "ws://localhost:3000"
NODE_NAME: "{{ .Release.Name }}-{{ randAlphaNum 5 }}"
# User defined
# ALLOW_ORIGIN: ""
DISALLOW_ROBOT: false
TITLE_LENGTH_LIMIT: 150
REDIS_URL:
secretKeyRef:
expandObjectName: false
name: '{{ printf "%s-%s" .Release.Name "rediscreds" }}'
key: url
HTTP_BASIC_AUTH_NAME: ""
HTTP_BASIC_AUTH_PASS: ""
BITBUCKET_USERNAME: ""
BITBUCKET_PASSWORD: ""
GITHUB_ACCESS_TOKEN: ""
GOOGLE_FONTS_API_KEY: ""
YOUTUBE_KEY: ""
TELEGRAM_TOKEN: ""
LASTFM_API_KEY: ""
updated: true

File diff suppressed because it is too large Load Diff

View File

@@ -0,0 +1 @@
{{- include "tc.v1.common.lib.chart.notes" $ -}}

View File

@@ -0,0 +1 @@
{{ include "tc.v1.common.loader.all" . }}

View File