Commit new Chart releases for TrueCharts

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
TrueCharts-Bot
2023-12-18 00:43:48 +00:00
parent 65376d25b6
commit c1b420712d
59 changed files with 6095 additions and 44 deletions

View File

@@ -0,0 +1,52 @@
**Important:**
*for the complete changelog, please refer to the website*
## [postgresql-15.0.5](https://github.com/truecharts/charts/compare/postgresql-15.0.4...postgresql-15.0.5) (2023-12-18)
### Chore
- update container image bitnami/postgresql to 14.10.0[@f73fe14](https://github.com/f73fe14) by renovate ([#16213](https://github.com/truecharts/charts/issues/16213))
## [postgresql-15.0.4](https://github.com/truecharts/charts/compare/postgresql-15.0.3...postgresql-15.0.4) (2023-12-17)
### Chore
- update helm chart common to 16.2.7 by renovate ([#16207](https://github.com/truecharts/charts/issues/16207))
## [postgresql-15.0.3](https://github.com/truecharts/charts/compare/postgresql-15.0.0...postgresql-15.0.3) (2023-12-16)
### Chore
- fix move mistake and cleanup metadata
- Add a lot of working incubator charts to stable part 2
## [postgresql-15.0.3](https://github.com/truecharts/charts/compare/postgresql-15.0.0...postgresql-15.0.3) (2023-12-16)
### Chore
- fix move mistake and cleanup metadata
- Add a lot of working incubator charts to stable part 2
## [postgresql-15.0.3](https://github.com/truecharts/charts/compare/postgresql-15.0.0...postgresql-15.0.3) (2023-12-16)
### Chore
- fix move mistake and cleanup metadata
- Add a lot of working incubator charts to stable part 2

View File

@@ -0,0 +1,39 @@
kubeVersion: ">=1.24.0-0"
apiVersion: v2
name: postgresql
version: 15.0.5
appVersion: 14.10.0
description: PostgresSQL
home: https://truecharts.org/charts/incubator/postgresql
icon: https://truecharts.org/img/hotlink-ok/chart-icons/postgresql.png
deprecated: false
sources:
- https://www.postgresql.org/
- https://github.com/truecharts/charts/tree/master/charts/incubator/postgresql
- https://hub.docker.com/r/bitnami/postgresql
maintainers:
- name: TrueCharts
email: info@truecharts.org
url: https://truecharts.org
keywords:
- postgres
- postgressql
- dtabase
- sql
dependencies:
- name: common
version: 16.2.7
repository: https://library-charts.truecharts.org
condition: ""
alias: ""
tags: []
import-values: []
annotations:
max_scale_version: 23.10.1
min_scale_version: 22.12.4
truecharts.org/SCALE-support: "true"
truecharts.org/category: database
truecharts.org/max_helm_version: "3.13"
truecharts.org/min_helm_version: "3.12"
truecharts.org/train: incubator
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/incubator/postgresql)
**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 @@
## [postgresql-15.0.5](https://github.com/truecharts/charts/compare/postgresql-15.0.4...postgresql-15.0.5) (2023-12-18)
### Chore
- update container image bitnami/postgresql to 14.10.0[@f73fe14](https://github.com/f73fe14) by renovate ([#16213](https://github.com/truecharts/charts/issues/16213))

View File

@@ -0,0 +1,8 @@
PostgresSQL
This App is supplied by TrueCharts, for more information visit the manual: [https://truecharts.org/charts/dev/postgresql](https://truecharts.org/charts/dev/postgresql)
---
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.

View File

@@ -0,0 +1,45 @@
cnpg:
main:
acceptRO: false
creds: {}
database: app
enabled: false
instances: 2
monitoring:
enablePodMonitor: true
pooler:
instances: 2
primary: true
primaryUpdateStrategy: unsupervised
storage:
size: 256Gi
walsize: 256Gi
user: app
image:
pullPolicy: IfNotPresent
repository: bitnami/postgresql
tag: 14.10.0@sha256:f73fe14c4a24dac0e322abed5cf6d8fd7fe923dc2281324e549ddb9c912429da
portal:
open:
enabled: false
service:
main:
enabled: false
ports:
main:
enabled: false
port: 9999
workload:
main:
enabled: false
podSpec:
containers:
main:
enabled: false
probes:
liveness:
enabled: false
readiness:
enabled: false
startup:
enabled: false

View File

@@ -0,0 +1,138 @@
groups:
- name: Container Image
description: Image to be used for container
- name: General Settings
description: General Deployment Settings
- name: Workload Settings
description: Workload Settings
- name: App Configuration
description: App Specific Config Options
- name: Networking and Services
description: Configure Network and Services for Container
- name: Storage and Persistence
description: Persist and Share Data that is Separate from the Container
- name: Ingress
description: Ingress Configuration
- name: Security and Permissions
description: Configure Security Context and Permissions
- name: Resources and Devices
description: "Specify Resources/Devices to be Allocated to Workload"
- name: Middlewares
description: Traefik Middlewares
- name: Metrics
description: Metrics
- name: Addons
description: Addon Configuration
- name: Advanced
description: Advanced Configuration
- name: Postgresql
description: Postgresql
- name: Documentation
description: Documentation
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: cnpg
group: Postgresql
label: ""
schema:
additional_attrs: true
type: dict
attrs:
- variable: main
label: "Main Postgresql Database"
schema:
additional_attrs: true
type: dict
attrs:
- variable: instances
label: Instances
schema:
type: int
default: 2
- variable: hibernate
label: Hibernate
description: "enable to safely hibernate and shutdown the postgresql cluster"
schema:
type: boolean
default: false
- variable: storage
label: "Storage"
schema:
additional_attrs: true
type: dict
attrs:
- variable: size
label: Size
schema:
type: string
default: "256Gi"
- variable: walsize
label: Walsize
schema:
type: string
default: "256Gi"
- variable: pooler
label: "Pooler"
schema:
additional_attrs: true
type: dict
attrs:
- variable: instances
label: Instances
schema:
type: int
default: 2
- variable: Monitoring
label: "Metrics"
schema:
additional_attrs: true
type: dict
attrs:
- variable: enablePodMonitor
label: "enablePodMonitor"
schema:
type: boolean
default: true
- variable: docs
group: Documentation
label: Please read the documentation at https://truecharts.org
description: Please read the documentation at
<br /><a href="https://truecharts.org">https://truecharts.org</a>
schema:
additional_attrs: true
type: dict
attrs:
- variable: confirmDocs
label: I have checked the documentation
schema:
type: boolean
default: true
- variable: donateNag
group: Documentation
label: Please consider supporting TrueCharts, see https://truecharts.org/sponsor
description: Please consider supporting TrueCharts, see
<br /><a href="https://truecharts.org/sponsor">https://truecharts.org/sponsor</a>
schema:
additional_attrs: true
type: dict
attrs:
- variable: confirmDonate
label: I have considered donating
schema:
type: boolean
default: true
hidden: true

View File

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

View File

@@ -0,0 +1,99 @@
**Important:**
*for the complete changelog, please refer to the website*
## [babybuddy-13.0.31](https://github.com/truecharts/charts/compare/babybuddy-13.0.30...babybuddy-13.0.31) (2023-12-18)
### Chore
- update container image ghcr.io/linuxserver/babybuddy to 2.1.2[@5df9a04](https://github.com/5df9a04) by renovate ([#16217](https://github.com/truecharts/charts/issues/16217))
## [babybuddy-13.0.30](https://github.com/truecharts/charts/compare/babybuddy-13.0.28...babybuddy-13.0.30) (2023-12-16)
### Chore
- fix move mistake and cleanup metadata
- update helm general non-major ([#14784](https://github.com/truecharts/charts/issues/14784))
## [babybuddy-13.0.30](https://github.com/truecharts/charts/compare/babybuddy-13.0.28...babybuddy-13.0.30) (2023-12-16)
### Chore
- fix move mistake and cleanup metadata
- update helm general non-major ([#14784](https://github.com/truecharts/charts/issues/14784))
## [babybuddy-13.0.29](https://github.com/truecharts/charts/compare/babybuddy-13.0.28...babybuddy-13.0.29) (2023-12-16)
### Chore
- fix move mistake and cleanup metadata
## [babybuddy-13.0.28](https://github.com/truecharts/charts/compare/babybuddy-13.0.27...babybuddy-13.0.28) (2023-12-11)
### Chore
- update container image ghcr.io/linuxserver/babybuddy to 2.1.2[@ac41fd5](https://github.com/ac41fd5) ([#15955](https://github.com/truecharts/charts/issues/15955))
## [babybuddy-13.0.27](https://github.com/truecharts/charts/compare/babybuddy-13.0.26...babybuddy-13.0.27) (2023-12-04)
### Chore
- update container image ghcr.io/linuxserver/babybuddy to 2.1.2[@deeba72](https://github.com/deeba72) ([#15648](https://github.com/truecharts/charts/issues/15648))
## [babybuddy-13.0.26](https://github.com/truecharts/charts/compare/babybuddy-13.0.25...babybuddy-13.0.26) (2023-12-03)
### Chore
- bump everything to ensure catalog has latest versions
- fix annotations again
- update annotations
## [babybuddy-13.0.25](https://github.com/truecharts/charts/compare/babybuddy-13.0.24...babybuddy-13.0.25) (2023-11-30)
### Chore
- update container image ghcr.io/linuxserver/babybuddy to 2.1.2[@316fe49](https://github.com/316fe49) ([#15482](https://github.com/truecharts/charts/issues/15482))
## [babybuddy-13.0.24](https://github.com/truecharts/charts/compare/babybuddy-13.0.23...babybuddy-13.0.24) (2023-11-27)
### Chore
- update container image ghcr.io/linuxserver/babybuddy to 2.1.2[@2a38475](https://github.com/2a38475) ([#15397](https://github.com/truecharts/charts/issues/15397))

View File

@@ -0,0 +1,42 @@
kubeVersion: ">=1.24.0-0"
apiVersion: v2
name: babybuddy
version: 13.0.31
appVersion: 2.1.2
description:
Helps caregivers track sleep, feedings, diaper changes, tummy time and
more to learn about and predict baby's needs without (as much) guess work.
home: https://truecharts.org/charts/stable/babybuddy
icon: https://truecharts.org/img/hotlink-ok/chart-icons/babybuddy.png
deprecated: false
sources:
- https://github.com/babybuddy/babybuddy
- https://github.com/truecharts/charts/tree/master/charts/stable/babybuddy
- https://ghcr.io/linuxserver/babybuddy
maintainers:
- name: TrueCharts
email: info@truecharts.org
url: https://truecharts.org
keywords:
- baby
- buddy
- tracker
- parents
- parenting
dependencies:
- name: common
version: 14.5.0
repository: https://library-charts.truecharts.org
condition: ""
alias: ""
tags: []
import-values: []
annotations:
max_scale_version: 23.10.1
min_scale_version: 22.12.4
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/babybuddy)
**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 @@
## [babybuddy-13.0.31](https://github.com/truecharts/charts/compare/babybuddy-13.0.30...babybuddy-13.0.31) (2023-12-18)
### Chore
- update container image ghcr.io/linuxserver/babybuddy to 2.1.2[@5df9a04](https://github.com/5df9a04) by renovate ([#16217](https://github.com/truecharts/charts/issues/16217))

View File

@@ -0,0 +1,8 @@
Helps caregivers track sleep, feedings, diaper changes, tummy time and more to learn about and predict baby's needs without (as much) guess work.
This App is supplied by TrueCharts, for more information visit the manual: [https://truecharts.org/charts/stable/babybuddy](https://truecharts.org/charts/stable/babybuddy)
---
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!

View File

@@ -0,0 +1,48 @@
image:
repository: ghcr.io/linuxserver/babybuddy
pullPolicy: IfNotPresent
tag: 2.1.2@sha256:5df9a04b383635e725c88da7f218632728f5f44d6e3a0643b8de5bddd8806f27
securityContext:
container:
readOnlyRootFilesystem: false
runAsNonRoot: false
runAsUser: 0
runAsGroup: 0
service:
main:
ports:
main:
port: 10069
protocol: http
targetPort: 8000
workload:
main:
podSpec:
containers:
main:
env:
DB_ENGINE: "django.db.backends.postgresql"
DB_NAME: "{{ .Values.cnpg.main.database }}"
DB_USER: "{{ .Values.cnpg.main.user }}"
DB_PORT: "5432"
CSRF_TRUSTED_ORIGINS: ""
DB_PASSWORD:
secretKeyRef:
name: cnpg-main-user
key: password
DB_HOST:
secretKeyRef:
name: cnpg-main-urls
key: host
persistence:
config:
enabled: true
mountPath: /config
cnpg:
main:
enabled: true
user: babybuddy
database: babybuddy
portal:
open:
enabled: true

File diff suppressed because it is too large Load Diff

View File

@@ -1,10 +0,0 @@
## [dashy-3.0.34](https://github.com/truecharts/charts/compare/dashy-3.0.32...dashy-3.0.34) (2023-12-16)
### Chore
- fix move mistake and cleanup metadata
- update helm general non-major ([#14784](https://github.com/truecharts/charts/issues/14784))

View File

@@ -4,6 +4,15 @@
## [dashy-3.0.35](https://github.com/truecharts/charts/compare/dashy-3.0.34...dashy-3.0.35) (2023-12-18)
### Chore
- update container image lissy93/dashy to 2.1.1[@1efc63a](https://github.com/1efc63a) by renovate ([#16226](https://github.com/truecharts/charts/issues/16226))
## [dashy-3.0.34](https://github.com/truecharts/charts/compare/dashy-3.0.32...dashy-3.0.34) (2023-12-16)
### Chore
@@ -88,12 +97,3 @@
### Chore
- update helm general non-major ([#14465](https://github.com/truecharts/charts/issues/14465))
## [dashy-3.0.26](https://github.com/truecharts/charts/compare/dashy-3.0.25...dashy-3.0.26) (2023-11-08)
### Chore

View File

@@ -1,7 +1,7 @@
kubeVersion: ">=1.24.0-0"
apiVersion: v2
name: dashy
version: 3.0.34
version: 3.0.35
appVersion: 2.1.1
description:
Dashy helps you organize your self-hosted services by making them accessible
@@ -10,9 +10,9 @@ home: https://truecharts.org/charts/stable/dashy
icon: https://truecharts.org/img/hotlink-ok/chart-icons/dashy.png
deprecated: false
sources:
- https://github.com/Lissy93/dashy
- https://github.com/truecharts/charts/tree/master/charts/stable/dashy
- https://hub.docker.com/r/lissy93/dashy
- https://github.com/Lissy93/dashy
maintainers:
- name: TrueCharts
email: info@truecharts.org

View File

@@ -0,0 +1,9 @@
## [dashy-3.0.35](https://github.com/truecharts/charts/compare/dashy-3.0.34...dashy-3.0.35) (2023-12-18)
### Chore
- update container image lissy93/dashy to 2.1.1[@1efc63a](https://github.com/1efc63a) by renovate ([#16226](https://github.com/truecharts/charts/issues/16226))

View File

@@ -1,6 +1,6 @@
image:
repository: lissy93/dashy
tag: 2.1.1@sha256:cacd606d0e717d0478546295ffc2e658c95a86faa4a3905569b3c413c1561515
tag: 2.1.1@sha256:1efc63a66e69a738d161b7008177728e6bcd0052cf0e48cd98ebb77da6ba63a3
pullPolicy: IfNotPresent
securityContext:
container:

View File

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

View File

View File

@@ -0,0 +1,99 @@
**Important:**
*for the complete changelog, please refer to the website*
## [freshrss-15.0.20](https://github.com/truecharts/charts/compare/freshrss-15.0.19...freshrss-15.0.20) (2023-12-18)
### Chore
- update container image ghcr.io/linuxserver/freshrss to 1.22.1[@f250f09](https://github.com/f250f09) by renovate ([#16219](https://github.com/truecharts/charts/issues/16219))
## [freshrss-15.0.19](https://github.com/truecharts/charts/compare/freshrss-15.0.17...freshrss-15.0.19) (2023-12-16)
### Chore
- fix move mistake and cleanup metadata
- update helm general non-major ([#14784](https://github.com/truecharts/charts/issues/14784))
## [freshrss-15.0.19](https://github.com/truecharts/charts/compare/freshrss-15.0.17...freshrss-15.0.19) (2023-12-16)
### Chore
- fix move mistake and cleanup metadata
- update helm general non-major ([#14784](https://github.com/truecharts/charts/issues/14784))
## [freshrss-15.0.18](https://github.com/truecharts/charts/compare/freshrss-15.0.17...freshrss-15.0.18) (2023-12-16)
### Chore
- fix move mistake and cleanup metadata
## [freshrss-15.0.17](https://github.com/truecharts/charts/compare/freshrss-15.0.16...freshrss-15.0.17) (2023-12-10)
### Chore
- update container image ghcr.io/linuxserver/freshrss to 1.22.1[@f4299dc](https://github.com/f4299dc) ([#15952](https://github.com/truecharts/charts/issues/15952))
## [freshrss-15.0.16](https://github.com/truecharts/charts/compare/freshrss-15.0.15...freshrss-15.0.16) (2023-12-03)
### Chore
- bump everything to ensure catalog has latest versions
## [freshrss-15.0.15](https://github.com/truecharts/charts/compare/freshrss-15.0.14...freshrss-15.0.15) (2023-12-03)
### Chore
- fix annotations again
- update annotations
- update container image ghcr.io/linuxserver/freshrss to 1.22.1[@3be20a1](https://github.com/3be20a1) ([#15642](https://github.com/truecharts/charts/issues/15642))
## [freshrss-15.0.14](https://github.com/truecharts/charts/compare/freshrss-15.0.13...freshrss-15.0.14) (2023-11-30)
### Chore
- update container image ghcr.io/linuxserver/freshrss to 1.22.1[@950c44c](https://github.com/950c44c) ([#15503](https://github.com/truecharts/charts/issues/15503))
## [freshrss-15.0.13](https://github.com/truecharts/charts/compare/freshrss-15.0.12...freshrss-15.0.13) (2023-11-26)
### Chore
- update container image ghcr.io/linuxserver/freshrss to 1.22.1[@728d60a](https://github.com/728d60a) ([#15386](https://github.com/truecharts/charts/issues/15386))

View File

@@ -0,0 +1,37 @@
kubeVersion: ">=1.24.0-0"
apiVersion: v2
name: freshrss
version: 15.0.20
appVersion: 1.22.1
description: FreshRSS is a self-hosted RSS feed aggregator
home: https://truecharts.org/charts/stable/freshrss
icon: https://truecharts.org/img/hotlink-ok/chart-icons/freshrss.png
deprecated: false
sources:
- https://github.com/FreshRSS/FreshRSS
- https://github.com/truecharts/charts/tree/master/charts/stable/freshrss
- https://ghcr.io/linuxserver/freshrss
maintainers:
- name: TrueCharts
email: info@truecharts.org
url: https://truecharts.org
keywords:
- freshrss
- rss
dependencies:
- name: common
version: 14.5.0
repository: https://library-charts.truecharts.org
condition: ""
alias: ""
tags: []
import-values: []
annotations:
max_scale_version: 23.10.1
min_scale_version: 22.12.4
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/freshrss)
**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 @@
## [freshrss-15.0.20](https://github.com/truecharts/charts/compare/freshrss-15.0.19...freshrss-15.0.20) (2023-12-18)
### Chore
- update container image ghcr.io/linuxserver/freshrss to 1.22.1[@f250f09](https://github.com/f250f09) by renovate ([#16219](https://github.com/truecharts/charts/issues/16219))

View File

@@ -0,0 +1,8 @@
FreshRSS is a self-hosted RSS feed aggregator
This App is supplied by TrueCharts, for more information visit the manual: [https://truecharts.org/charts/stable/freshrss](https://truecharts.org/charts/stable/freshrss)
---
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.

View File

@@ -0,0 +1,23 @@
image:
repository: ghcr.io/linuxserver/freshrss
pullPolicy: IfNotPresent
tag: 1.22.1@sha256:f250f092385e9b307ef9cb6dcbf0b9c93af435fa4bf868fff4c5c7ea0f9dab6c
securityContext:
container:
readOnlyRootFilesystem: false
runAsNonRoot: false
runAsUser: 0
runAsGroup: 0
service:
main:
ports:
main:
port: 10010
targetPort: 80
persistence:
config:
enabled: true
mountPath: /config
portal:
open:
enabled: 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

View File

@@ -1,9 +0,0 @@
## [rsshub-8.0.296](https://github.com/truecharts/charts/compare/rsshub-8.0.295...rsshub-8.0.296) (2023-12-16)
### Chore
- update container image diygod/rsshub to latest[@3ee77ce](https://github.com/3ee77ce) ([#16052](https://github.com/truecharts/charts/issues/16052))

View File

@@ -4,6 +4,15 @@
## [rsshub-8.0.297](https://github.com/truecharts/charts/compare/rsshub-8.0.296...rsshub-8.0.297) (2023-12-18)
### Chore
- update container image diygod/rsshub to latest[@22ceb3e](https://github.com/22ceb3e) by renovate ([#16215](https://github.com/truecharts/charts/issues/16215))
## [rsshub-8.0.296](https://github.com/truecharts/charts/compare/rsshub-8.0.295...rsshub-8.0.296) (2023-12-16)
### Chore
@@ -87,13 +96,4 @@
## [rsshub-8.0.294](https://github.com/truecharts/charts/compare/rsshub-8.0.293...rsshub-8.0.294) (2023-12-14)
### Chore
- update container image diygod/rsshub to latest[@83cc8aa](https://github.com/83cc8aa) ([#16042](https://github.com/truecharts/charts/issues/16042))
## [rsshub-8.0.294](https://github.com/truecharts/charts/compare/rsshub-8.0.293...rsshub-8.0.294) (2023-12-14)

View File

@@ -1,17 +1,17 @@
kubeVersion: ">=1.24.0-0"
apiVersion: v2
name: rsshub
version: 8.0.296
version: 8.0.297
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/diygod/rsshub
- https://hub.docker.com/r/browserless/chrome
- https://docs.rsshub.app/en/install/
maintainers:
- name: TrueCharts
email: info@truecharts.org

View File

@@ -0,0 +1,9 @@
## [rsshub-8.0.297](https://github.com/truecharts/charts/compare/rsshub-8.0.296...rsshub-8.0.297) (2023-12-18)
### Chore
- update container image diygod/rsshub to latest[@22ceb3e](https://github.com/22ceb3e) by renovate ([#16215](https://github.com/truecharts/charts/issues/16215))

Binary file not shown.

View File

@@ -1,7 +1,7 @@
image:
repository: diygod/rsshub
pullPolicy: IfNotPresent
tag: latest@sha256:3ee77ce785c601276f812b741a36e981a8486e1d10db11459d4260841622653e
tag: latest@sha256:22ceb3ecc26a4bbbfd38cc645c07688660aab15ed0538abfac7f692f64dafe3b
browserlessImage:
repository: browserless/chrome
tag: 1.60.2-chrome-stable@sha256:7db5e3aad20c201abaa03bbbc868a55ef96574cda0e67ccb7e4e032053ecb87d

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