Commit new Chart releases for TrueCharts

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
TrueCharts-Bot 2023-12-03 18:31:28 +00:00
parent 4f5ec8a74b
commit 664f277aa2
35 changed files with 2618 additions and 35 deletions

View File

@ -0,0 +1,99 @@
**Important:**
*for the complete changelog, please refer to the website*
## [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))
## [freshrss-15.0.12](https://github.com/truecharts/charts/compare/freshrss-15.0.11...freshrss-15.0.12) (2023-11-19)
### Fix
- update container image ghcr.io/linuxserver/freshrss to 1.22.1 ([#15096](https://github.com/truecharts/charts/issues/15096))
## [freshrss-15.0.11](https://github.com/truecharts/charts/compare/freshrss-15.0.10...freshrss-15.0.11) (2023-11-17)
## [freshrss-15.0.10](https://github.com/truecharts/charts/compare/freshrss-15.0.9...freshrss-15.0.10) (2023-11-08)
### Chore
- update helm general non-major ([#14465](https://github.com/truecharts/charts/issues/14465))
## [freshrss-15.0.9](https://github.com/truecharts/charts/compare/freshrss-15.0.8...freshrss-15.0.9) (2023-11-08)
### Chore
- update helm general non-major ([#14454](https://github.com/truecharts/charts/issues/14454))
## [freshrss-15.0.8](https://github.com/truecharts/charts/compare/freshrss-15.0.7...freshrss-15.0.8) (2023-11-05)
### Chore
- update helm general non-major ([#14365](https://github.com/truecharts/charts/issues/14365))
## [freshrss-15.0.7](https://github.com/truecharts/charts/compare/freshrss-15.0.6...freshrss-15.0.7) (2023-11-03)
### Chore
- update helm general non-major ([#14287](https://github.com/truecharts/charts/issues/14287))
## [freshrss-15.0.6](https://github.com/truecharts/charts/compare/freshrss-15.0.5...freshrss-15.0.6) (2023-10-31)
### Chore
- update container image tccr.io/truecharts/freshrss to v1.22.1 ([#14144](https://github.com/truecharts/charts/issues/14144))

View File

@ -0,0 +1,36 @@
kubeVersion: ">=1.24.0"
apiVersion: v2
name: freshrss
version: 15.0.15
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.3.5
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

View File

@ -0,0 +1,11 @@
## [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))

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!

View File

@ -0,0 +1,23 @@
image:
repository: ghcr.io/linuxserver/freshrss
pullPolicy: IfNotPresent
tag: 1.22.1@sha256:3be20a1aac7a9e07ba40fcee39d0112a5a177baaa313f4b5fd2797a397d2fe8e
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

@ -1,9 +0,0 @@
## [libremdb-3.0.316](https://github.com/truecharts/charts/compare/libremdb-3.0.315...libremdb-3.0.316) (2023-12-03)
### Chore
- update container image quay.io/pussthecatorg/libremdb to latest[@7c6178b](https://github.com/7c6178b) ([#15632](https://github.com/truecharts/charts/issues/15632))

View File

@ -4,6 +4,15 @@
## [libremdb-3.0.317](https://github.com/truecharts/charts/compare/libremdb-3.0.316...libremdb-3.0.317) (2023-12-03)
### Chore
- update container image quay.io/pussthecatorg/libremdb to latest[@ec1dcde](https://github.com/ec1dcde) ([#15643](https://github.com/truecharts/charts/issues/15643))
## [libremdb-3.0.316](https://github.com/truecharts/charts/compare/libremdb-3.0.315...libremdb-3.0.316) (2023-12-03)
### Chore
@ -88,12 +97,3 @@
## [libremdb-3.0.308](https://github.com/truecharts/charts/compare/libremdb-3.0.307...libremdb-3.0.308) (2023-11-27)
### Chore
- update container image quay.io/pussthecatorg/libremdb to latest[@349378d](https://github.com/349378d) ([#15429](https://github.com/truecharts/charts/issues/15429))
## [libremdb-3.0.307](https://github.com/truecharts/charts/compare/libremdb-3.0.306...libremdb-3.0.307) (2023-11-27)

View File

@ -1,17 +1,17 @@
kubeVersion: ">=1.24.0"
apiVersion: v2
name: libremdb
version: 3.0.316
version: 3.0.317
appVersion: latest
description: A free & open source IMDb front-end.
home: https://truecharts.org/charts/stable/libremdb
icon: https://truecharts.org/img/hotlink-ok/chart-icons/libremdb.png
deprecated: false
sources:
- https://github.com/PussTheCat-org/docker-libremdb-quay
- https://github.com/zyachel/libremdb
- https://github.com/truecharts/charts/tree/master/charts/stable/libremdb
- https://quay.io/pussthecatorg/libremdb
- https://github.com/PussTheCat-org/docker-libremdb-quay
- https://github.com/zyachel/libremdb
maintainers:
- name: TrueCharts
email: info@truecharts.org

View File

@ -0,0 +1,9 @@
## [libremdb-3.0.317](https://github.com/truecharts/charts/compare/libremdb-3.0.316...libremdb-3.0.317) (2023-12-03)
### Chore
- update container image quay.io/pussthecatorg/libremdb to latest[@ec1dcde](https://github.com/ec1dcde) ([#15643](https://github.com/truecharts/charts/issues/15643))

View File

@ -1,7 +1,7 @@
image:
repository: quay.io/pussthecatorg/libremdb
pullPolicy: IfNotPresent
tag: latest@sha256:7c6178b8d5a098209983beea0c8a4480cb59e2be2202b4d419e12a0f94da1dfc
tag: latest@sha256:ec1dcde8fb23baa03d03bc70aa6dceff2aff1ea209d008f1db2db21df670e6ef
service:
main:
ports:

View File

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

View File

@ -4,6 +4,17 @@
## [searxng-4.0.79](https://github.com/truecharts/charts/compare/searxng-4.0.78...searxng-4.0.79) (2023-12-03)
### Chore
- fix annotations again
- update annotations
- update container image searxng/searxng to latest[@49ad9a4](https://github.com/49ad9a4) ([#15644](https://github.com/truecharts/charts/issues/15644))
@ -86,14 +97,3 @@
- update helm general non-major ([#14365](https://github.com/truecharts/charts/issues/14365))
## [searxng-4.0.69](https://github.com/truecharts/charts/compare/searxng-4.0.68...searxng-4.0.69) (2023-11-03)
### Chore
- update container image tccr.io/truecharts/searxng to latest ([#14293](https://github.com/truecharts/charts/issues/14293))

View File

@ -1,7 +1,7 @@
kubeVersion: ">=1.24.0"
apiVersion: v2
name: searxng
version: 4.0.78
version: 4.0.79
appVersion: latest
description:
Meta search engine which aggregates results from more than 70 search

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/)
**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,11 @@
## [searxng-4.0.79](https://github.com/truecharts/charts/compare/searxng-4.0.78...searxng-4.0.79) (2023-12-03)
### Chore
- fix annotations again
- update annotations
- update container image searxng/searxng to latest[@49ad9a4](https://github.com/49ad9a4) ([#15644](https://github.com/truecharts/charts/issues/15644))

Binary file not shown.

View File

@ -1,7 +1,7 @@
image:
pullPolicy: IfNotPresent
repository: searxng/searxng
tag: latest@sha256:021ae99fee386ba1696621c841d8d92d8849118d10db015fe621301e017798cd
tag: latest@sha256:49ad9a465e99983eb23edeedcd69d54a036c33df2bfd9ac5f4b77e7268d49ebf
workload:
main:
podSpec:

View File

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