Commit new Chart releases for TrueCharts

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
TrueCharts-Bot 2024-04-07 01:25:03 +00:00
parent 817fb2e45a
commit d14a6454ab
53 changed files with 3278 additions and 170 deletions

View File

@ -0,0 +1,30 @@
# Patterns to ignore when building packages.
# This supports shell glob matching, relative path matching, and
# negation (prefixed with !). Only one pattern per line.
.DS_Store
# Common VCS dirs
.git/
.gitignore
.bzr/
.bzrignore
.hg/
.hgignore
.svn/
# Common backup files
*.swp
*.bak
*.tmp
*~
# Various IDEs
.project
.idea/
*.tmproj
.vscode/
# OWNERS file for Kubernetes
OWNERS
# helm-docs templates
*.gotmpl
# docs folder
/docs
# icon
icon.png

View File

@ -0,0 +1,11 @@
---
title: Changelog
---
*for the complete changelog, please refer to the website*
**Important:**
## [flashpaper-1.0.0](https://github.com/truecharts/charts/compare/flashpaper-5.0.14...flashpaper-1.0.0) (2024-04-07)

View File

@ -0,0 +1,41 @@
annotations:
max_scale_version: 24.04.0
min_scale_version: 23.10.0
truecharts.org/SCALE-support: "true"
truecharts.org/category: Cloud
truecharts.org/max_helm_version: "3.14"
truecharts.org/min_helm_version: "3.12"
truecharts.org/train: incubator
apiVersion: v2
appVersion: latest
dependencies:
- name: common
version: 20.2.9
repository: oci://tccr.io/truecharts
condition: ""
alias: ""
tags: []
import-values: []
deprecated: false
description: One-time encrypted password/secret sharing
home: https://truecharts.org/charts/incubator/flashpaper
icon: https://truecharts.org/img/hotlink-ok/chart-icons/flashpaper.png
keywords:
- flashpaper
- Cloud
- Productivity
- Security
- Tools-Utilities
- Network-Web
kubeVersion: ">=1.24.0-0"
maintainers:
- name: TrueCharts
email: info@truecharts.org
url: https://truecharts.org
name: flashpaper
sources:
- https://github.com/AndrewPaglusch/FlashPaper
- https://github.com/truecharts/charts/tree/master/charts/incubator/flashpaper
- https://github.com/andrewpaglusch/FlashPaper/pkgs/container/flashpaper
type: application
version: 1.0.0

View File

@ -0,0 +1,28 @@
---
title: 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/autobrr)
**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,3 @@
## [flashpaper-1.0.0](https://github.com/truecharts/charts/compare/flashpaper-5.0.14...flashpaper-1.0.0) (2024-04-07)

View File

@ -0,0 +1,8 @@
One-time encrypted password/secret sharing
This App is supplied by TrueCharts, for more information visit the manual: [https://truecharts.org/charts/incubator/flashpaper](https://truecharts.org/charts/incubator/flashpaper)
---
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,51 @@
image:
pullPolicy: IfNotPresent
repository: ghcr.io/andrewpaglusch/flashpaper
tag: latest@sha256:91e23442eec448d0ceea4e71a277fb204d22d5ed0980570782403aa7c0e8400e
persistence:
data:
enabled: true
mountPath: /var/www/html/data
varrun:
enabled: false
portal:
open:
enabled: true
securityContext:
container:
readOnlyRootFilesystem: false
runAsGroup: 0
runAsNonRoot: false
runAsUser: 0
service:
main:
ports:
main:
port: 8544
protocol: tcp
targetPort: 80
workload:
main:
podSpec:
containers:
main:
env:
ANNOUNCEMENT: ""
MAX_SECRET_LENGTH: "3000"
MESSAGES_CONFIRM_VIEW_SECRET_BUTTON: View Secret
MESSAGES_CONFIRM_VIEW_SECRET_HEADER: View this secret?
MESSAGES_ERROR_SECRET_TOO_LONG: Input length too long
MESSAGES_SUBMIT_SECRET_BUTTON: Encrypt Message
MESSAGES_SUBMIT_SECRET_HEADER: Create A Self-Destructing Message
MESSAGES_SUBMIT_SECRET_SUBHEADER: ""
MESSAGES_VIEW_CODE_HEADER: Self-Destructing URL
MESSAGES_VIEW_CODE_SUBHEADER: |
Share this URL via email, chat, or another
messaging service. It will self-destruct after being viewed once.
MESSAGES_VIEW_SECRET_HEADER: This message has been destroyed
PRUNE_ENABLED: "true"
PRUNE_MAX_DAYS: "730"
PRUNE_MIN_DAYS: "365"
RETURN_FULL_URL: "true"
SITE_TITLE: FlashPaper - Self-Destructing Message

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

@ -0,0 +1,4 @@
icon_url: https://truecharts.org/img/hotlink-ok/chart-icons/flashpaper.png
categories:
- Cloud
screenshots: []

View File

@ -71,7 +71,7 @@ title: Changelog
- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
## [grafana-14.8.6](https://github.com/truecharts/charts/compare/grafana-14.7.0...grafana-14.8.6) (2024-04-04)
## [grafana-14.8.6](https://github.com/truecharts/charts/compare/grafana-14.7.0...grafana-14.8.6) (2024-04-07)
### Chore

View File

@ -71,12 +71,14 @@ title: Changelog
- update container image ghcr.io/mintplex-labs/anything-llm to latest[@673cc34](https://github.com/673cc34) by renovate ([#19252](https://github.com/truecharts/charts/issues/19252))
## [anything-llm-1.4.24](https://github.com/truecharts/charts/compare/anything-llm-1.3.0...anything-llm-1.4.24) (2024-04-07)
## [anything-llm-1.4.25](https://github.com/truecharts/charts/compare/anything-llm-1.3.0...anything-llm-1.4.25) (2024-04-07)
### Chore
- update container image ghcr.io/mintplex-labs/anything-llm to latest[@e8ffbb6](https://github.com/e8ffbb6) by renovate ([#20340](https://github.com/truecharts/charts/issues/20340))
- update container image ghcr.io/mintplex-labs/anything-llm to latest[@02e1074](https://github.com/02e1074) by renovate ([#20296](https://github.com/truecharts/charts/issues/20296))
- update container image ghcr.io/mintplex-labs/anything-llm to latest[@94edb23](https://github.com/94edb23) by renovate ([#20277](https://github.com/truecharts/charts/issues/20277))
@ -95,6 +97,4 @@ title: Changelog
- update container image ghcr.io/mintplex-labs/anything-llm to latest[@8f5b0de](https://github.com/8f5b0de) by renovate ([#20118](https://github.com/truecharts/charts/issues/20118))
- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876))
- update container image ghcr.io/mintplex-labs/anything-llm to latest[@6aff987](https://github.com/6aff987) by renovate ([#19969](https://github.com/truecharts/charts/issues/19969))
- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876))

View File

@ -77,7 +77,7 @@ title: Changelog
- update container image redis to v13.0.5[@01c1933](https://github.com/01c1933) by renovate ([#19324](https://github.com/truecharts/charts/issues/19324))
## [authentik-24.8.4](https://github.com/truecharts/charts/compare/authentik-24.6.0...authentik-24.8.4) (2024-04-06)
## [authentik-24.8.4](https://github.com/truecharts/charts/compare/authentik-24.6.0...authentik-24.8.4) (2024-04-07)
### Chore

View File

@ -83,7 +83,7 @@ title: Changelog
- update container image ghcr.io/linuxserver/beets to version-1.6.0[@2bd5292](https://github.com/2bd5292) by renovate ([#19228](https://github.com/truecharts/charts/issues/19228))
## [beets-11.7.7](https://github.com/truecharts/charts/compare/beets-11.6.0...beets-11.7.7) (2024-04-06)
## [beets-11.7.7](https://github.com/truecharts/charts/compare/beets-11.6.0...beets-11.7.7) (2024-04-07)
### Chore

View File

@ -89,7 +89,7 @@ title: Changelog
- update container image ghcr.io/linuxserver/davos to 2.2.2[@c20172c](https://github.com/c20172c) by renovate ([#19232](https://github.com/truecharts/charts/issues/19232))
## [davos-12.7.8](https://github.com/truecharts/charts/compare/davos-12.6.0...davos-12.7.8) (2024-04-06)
## [davos-12.7.8](https://github.com/truecharts/charts/compare/davos-12.6.0...davos-12.7.8) (2024-04-07)
### Chore

View File

@ -89,7 +89,7 @@ title: Changelog
- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
## [dokuwiki-11.3.9](https://github.com/truecharts/charts/compare/dokuwiki-11.2.0...dokuwiki-11.3.9) (2024-04-06)
## [dokuwiki-11.3.9](https://github.com/truecharts/charts/compare/dokuwiki-11.2.0...dokuwiki-11.3.9) (2024-04-07)
### Chore

View File

@ -89,7 +89,7 @@ title: Changelog
- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
## [duckdns-9.7.9](https://github.com/truecharts/charts/compare/duckdns-9.6.0...duckdns-9.7.9) (2024-04-06)
## [duckdns-9.7.9](https://github.com/truecharts/charts/compare/duckdns-9.6.0...duckdns-9.7.9) (2024-04-07)
### Chore

View File

@ -14,6 +14,35 @@ title: Changelog
- update container image ghcr.io/linuxserver/firefox to 124.0.1[@31d4cf2](https://github.com/31d4cf2) by renovate ([#20337](https://github.com/truecharts/charts/issues/20337))
- update container image ghcr.io/linuxserver/firefox to 124.0.1[@4343d3e](https://github.com/4343d3e) by renovate ([#20016](https://github.com/truecharts/charts/issues/20016))
- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876))
- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817))
- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
- update container image ghcr.io/linuxserver/firefox to 124.0.1[@e906a0e](https://github.com/e906a0e) by renovate ([#19703](https://github.com/truecharts/charts/issues/19703))
- update container image ghcr.io/linuxserver/firefox to v124.0.1[@46761f7](https://github.com/46761f7) by renovate ([#19676](https://github.com/truecharts/charts/issues/19676))
- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
- update container image ghcr.io/linuxserver/firefox to 123.0.1[@55adf05](https://github.com/55adf05) by renovate ([#19382](https://github.com/truecharts/charts/issues/19382))
- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
## [firefox-13.0.6](https://github.com/truecharts/charts/compare/firefox-12.2.0...firefox-13.0.6) (2024-04-07)
### Chore
- update container image ghcr.io/linuxserver/firefox to 124.0.1[@31d4cf2](https://github.com/31d4cf2) by renovate ([#20337](https://github.com/truecharts/charts/issues/20337))
- update container image ghcr.io/linuxserver/firefox to 124.0.1[@4343d3e](https://github.com/4343d3e) by renovate ([#20016](https://github.com/truecharts/charts/issues/20016))
@ -68,33 +97,3 @@ title: Changelog
### Chore
- update container image ghcr.io/linuxserver/firefox to 124.0.1[@4343d3e](https://github.com/4343d3e) by renovate ([#20016](https://github.com/truecharts/charts/issues/20016))
- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876))
- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817))
- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
- update container image ghcr.io/linuxserver/firefox to 124.0.1[@e906a0e](https://github.com/e906a0e) by renovate ([#19703](https://github.com/truecharts/charts/issues/19703))
- update container image ghcr.io/linuxserver/firefox to v124.0.1[@46761f7](https://github.com/46761f7) by renovate ([#19676](https://github.com/truecharts/charts/issues/19676))
- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
- update container image ghcr.io/linuxserver/firefox to 123.0.1[@55adf05](https://github.com/55adf05) by renovate ([#19382](https://github.com/truecharts/charts/issues/19382))
- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
## [firefox-13.0.5](https://github.com/truecharts/charts/compare/firefox-12.2.0...firefox-13.0.5) (2024-04-01)
### Chore
- update container image ghcr.io/linuxserver/firefox to 124.0.1[@4343d3e](https://github.com/4343d3e) by renovate ([#20016](https://github.com/truecharts/charts/issues/20016))

View File

@ -89,7 +89,7 @@ title: Changelog
- update container image wiserain/flexget to v3.11.23[@c3382cf](https://github.com/c3382cf) by renovate ([#19331](https://github.com/truecharts/charts/issues/19331))
## [flexget-9.7.8](https://github.com/truecharts/charts/compare/flexget-9.6.0...flexget-9.7.8) (2024-04-06)
## [flexget-9.7.8](https://github.com/truecharts/charts/compare/flexget-9.6.0...flexget-9.7.8) (2024-04-07)
### Chore

View File

@ -77,7 +77,7 @@ title: Changelog
- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
## [guacamole-13.7.6](https://github.com/truecharts/charts/compare/guacamole-13.6.0...guacamole-13.7.6) (2024-04-06)
## [guacamole-13.7.6](https://github.com/truecharts/charts/compare/guacamole-13.6.0...guacamole-13.7.6) (2024-04-07)
### Chore

View File

@ -71,7 +71,7 @@ title: Changelog
- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
## [guacd-9.7.6](https://github.com/truecharts/charts/compare/guacd-9.6.0...guacd-9.7.6) (2024-04-06)
## [guacd-9.7.6](https://github.com/truecharts/charts/compare/guacd-9.6.0...guacd-9.7.6) (2024-04-07)
### Chore

View File

@ -89,7 +89,7 @@ title: Changelog
- update container image linuxserver/heimdall to v[@c4ff101](https://github.com/c4ff101) by renovate ([#19267](https://github.com/truecharts/charts/issues/19267))
## [heimdall-20.7.8](https://github.com/truecharts/charts/compare/heimdall-20.6.0...heimdall-20.7.8) (2024-04-06)
## [heimdall-20.7.8](https://github.com/truecharts/charts/compare/heimdall-20.6.0...heimdall-20.7.8) (2024-04-07)
### Chore

View File

@ -83,7 +83,7 @@ title: Changelog
- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
## [icloudpd-6.7.8](https://github.com/truecharts/charts/compare/icloudpd-6.6.0...icloudpd-6.7.8) (2024-04-06)
## [icloudpd-6.7.8](https://github.com/truecharts/charts/compare/icloudpd-6.6.0...icloudpd-6.7.8) (2024-04-07)
### Chore

View File

@ -89,7 +89,7 @@ title: Changelog
- update container image docker.io/alpine/socat to 1.8.0.0[@2e782d6](https://github.com/2e782d6) by renovate ([#19222](https://github.com/truecharts/charts/issues/19222))
## [jellyfin-18.7.8](https://github.com/truecharts/charts/compare/jellyfin-18.6.0...jellyfin-18.7.8) (2024-04-06)
## [jellyfin-18.7.8](https://github.com/truecharts/charts/compare/jellyfin-18.6.0...jellyfin-18.7.8) (2024-04-07)
### Chore

View File

@ -65,7 +65,7 @@ title: Changelog
- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
## [jupyter-8.7.5](https://github.com/truecharts/charts/compare/jupyter-8.6.0...jupyter-8.7.5) (2024-04-06)
## [jupyter-8.7.5](https://github.com/truecharts/charts/compare/jupyter-8.6.0...jupyter-8.7.5) (2024-04-07)
### Chore

View File

@ -14,6 +14,35 @@ title: Changelog
- update container image ghcr.io/linuxserver/lazylibrarian to latest[@5bd296f](https://github.com/5bd296f) by renovate ([#20338](https://github.com/truecharts/charts/issues/20338))
- update container image ghcr.io/linuxserver/lazylibrarian to latest[@ce63ae6](https://github.com/ce63ae6) by renovate ([#20017](https://github.com/truecharts/charts/issues/20017))
- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876))
- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817))
- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
- update container image ghcr.io/linuxserver/lazylibrarian to latest[@ce850ac](https://github.com/ce850ac) by renovate ([#19704](https://github.com/truecharts/charts/issues/19704))
- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
- update container image ghcr.io/linuxserver/lazylibrarian to latest[@025a4c3](https://github.com/025a4c3) by renovate ([#19421](https://github.com/truecharts/charts/issues/19421))
- update container image ghcr.io/linuxserver/lazylibrarian to latest[@4d7743b](https://github.com/4d7743b) by renovate ([#19383](https://github.com/truecharts/charts/issues/19383))
- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
## [lazylibrarian-18.7.10](https://github.com/truecharts/charts/compare/lazylibrarian-18.6.0...lazylibrarian-18.7.10) (2024-04-07)
### Chore
- update container image ghcr.io/linuxserver/lazylibrarian to latest[@5bd296f](https://github.com/5bd296f) by renovate ([#20338](https://github.com/truecharts/charts/issues/20338))
- update container image ghcr.io/linuxserver/lazylibrarian to latest[@ce63ae6](https://github.com/ce63ae6) by renovate ([#20017](https://github.com/truecharts/charts/issues/20017))
@ -68,33 +97,3 @@ title: Changelog
### Chore
- update container image ghcr.io/linuxserver/lazylibrarian to latest[@ce63ae6](https://github.com/ce63ae6) by renovate ([#20017](https://github.com/truecharts/charts/issues/20017))
- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876))
- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817))
- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
- update container image ghcr.io/linuxserver/lazylibrarian to latest[@ce850ac](https://github.com/ce850ac) by renovate ([#19704](https://github.com/truecharts/charts/issues/19704))
- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
- update container image ghcr.io/linuxserver/lazylibrarian to latest[@025a4c3](https://github.com/025a4c3) by renovate ([#19421](https://github.com/truecharts/charts/issues/19421))
- update container image ghcr.io/linuxserver/lazylibrarian to latest[@4d7743b](https://github.com/4d7743b) by renovate ([#19383](https://github.com/truecharts/charts/issues/19383))
- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
## [lazylibrarian-18.7.9](https://github.com/truecharts/charts/compare/lazylibrarian-18.6.0...lazylibrarian-18.7.9) (2024-04-01)
### Chore
- update container image ghcr.io/linuxserver/lazylibrarian to latest[@ce63ae6](https://github.com/ce63ae6) by renovate ([#20017](https://github.com/truecharts/charts/issues/20017))

View File

@ -89,7 +89,7 @@ title: Changelog
- update container image ghcr.io/linuxserver/mysql-workbench to 8.0.36[@70f624e](https://github.com/70f624e) by renovate ([#19241](https://github.com/truecharts/charts/issues/19241))
## [mysql-workbench-9.7.6](https://github.com/truecharts/charts/compare/mysql-workbench-9.6.0...mysql-workbench-9.7.6) (2024-04-06)
## [mysql-workbench-9.7.6](https://github.com/truecharts/charts/compare/mysql-workbench-9.6.0...mysql-workbench-9.7.6) (2024-04-07)
### Chore

View File

@ -71,7 +71,7 @@ title: Changelog
- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
## [neko-6.0.2](https://github.com/truecharts/charts/compare/neko-5.6.0...neko-6.0.2) (2024-04-06)
## [neko-6.0.2](https://github.com/truecharts/charts/compare/neko-5.6.0...neko-6.0.2) (2024-04-07)
### Chore

View File

@ -83,7 +83,7 @@ title: Changelog
- update container image docker.io/odoo to 17.0[@7523a05](https://github.com/7523a05) by renovate ([#19224](https://github.com/truecharts/charts/issues/19224))
## [odoo-17.7.7](https://github.com/truecharts/charts/compare/odoo-17.6.0...odoo-17.7.7) (2024-04-06)
## [odoo-17.7.7](https://github.com/truecharts/charts/compare/odoo-17.6.0...odoo-17.7.7) (2024-04-07)
### Chore

View File

@ -53,12 +53,14 @@ title: Changelog
- update container image ghcr.io/open-webui/open-webui to latest[@74b95a7](https://github.com/74b95a7) by renovate ([#19262](https://github.com/truecharts/charts/issues/19262))
## [ollama-5.3.10](https://github.com/truecharts/charts/compare/ollama-5.1.1...ollama-5.3.10) (2024-04-06)
## [ollama-5.3.11](https://github.com/truecharts/charts/compare/ollama-5.1.1...ollama-5.3.11) (2024-04-07)
### Chore
- update container image ghcr.io/open-webui/open-webui to latest[@5d7ca0c](https://github.com/5d7ca0c) by renovate ([#20341](https://github.com/truecharts/charts/issues/20341))
- update container image ollama/ollama to v0.1.31 by renovate ([#20262](https://github.com/truecharts/charts/issues/20262))
- update container image ghcr.io/open-webui/open-webui to latest[@f4b1769](https://github.com/f4b1769) by renovate ([#20255](https://github.com/truecharts/charts/issues/20255))
@ -95,5 +97,3 @@ title: Changelog
- update container image ghcr.io/open-webui/open-webui to latest[@74b95a7](https://github.com/74b95a7) by renovate ([#19262](https://github.com/truecharts/charts/issues/19262))
## [ollama-5.3.10](https://github.com/truecharts/charts/compare/ollama-5.1.1...ollama-5.3.10) (2024-04-06)

View File

@ -95,6 +95,6 @@ title: Changelog
- update container image ghcr.io/linuxserver/openvscode-server to 1.87.0[@42dff8d](https://github.com/42dff8d) by renovate ([#19242](https://github.com/truecharts/charts/issues/19242))
## [openvscode-server-9.8.7](https://github.com/truecharts/charts/compare/openvscode-server-9.7.0...openvscode-server-9.8.7) (2024-04-06)
## [openvscode-server-9.8.7](https://github.com/truecharts/charts/compare/openvscode-server-9.7.0...openvscode-server-9.8.7) (2024-04-07)
### Chore

View File

@ -89,7 +89,7 @@ title: Changelog
- update container image redis to v13.0.5[@01c1933](https://github.com/01c1933) by renovate ([#19324](https://github.com/truecharts/charts/issues/19324))
## [paperless-ngx-7.10.0](https://github.com/truecharts/charts/compare/paperless-ngx-7.7.0...paperless-ngx-7.10.0) (2024-04-06)
## [paperless-ngx-7.10.0](https://github.com/truecharts/charts/compare/paperless-ngx-7.7.0...paperless-ngx-7.10.0) (2024-04-07)
### Chore

View File

@ -77,7 +77,7 @@ title: Changelog
- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
## [portainer-8.9.6](https://github.com/truecharts/charts/compare/portainer-8.6.0...portainer-8.9.6) (2024-04-06)
## [portainer-8.9.6](https://github.com/truecharts/charts/compare/portainer-8.6.0...portainer-8.9.6) (2024-04-07)
### Chore

View File

@ -89,7 +89,7 @@ title: Changelog
- update container image lscr.io/linuxserver/pyload-ng to latest[@59d3b48](https://github.com/59d3b48) by renovate ([#19271](https://github.com/truecharts/charts/issues/19271))
## [pyload-ng-5.7.8](https://github.com/truecharts/charts/compare/pyload-ng-5.6.0...pyload-ng-5.7.8) (2024-04-06)
## [pyload-ng-5.7.8](https://github.com/truecharts/charts/compare/pyload-ng-5.6.0...pyload-ng-5.7.8) (2024-04-07)
### Chore

View File

@ -71,7 +71,7 @@ title: Changelog
- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
## [qbitmanage-8.8.0](https://github.com/truecharts/charts/compare/qbitmanage-8.6.0...qbitmanage-8.8.0) (2024-04-06)
## [qbitmanage-8.8.0](https://github.com/truecharts/charts/compare/qbitmanage-8.6.0...qbitmanage-8.8.0) (2024-04-07)
### Chore

View File

@ -77,7 +77,7 @@ title: Changelog
- update container image ghcr.io/onedr0p/qbittorrent to 4.6.3[@f2895e6](https://github.com/f2895e6) by renovate ([#19256](https://github.com/truecharts/charts/issues/19256))
## [qbittorrent-19.7.6](https://github.com/truecharts/charts/compare/qbittorrent-19.6.0...qbittorrent-19.7.6) (2024-04-06)
## [qbittorrent-19.7.6](https://github.com/truecharts/charts/compare/qbittorrent-19.6.0...qbittorrent-19.7.6) (2024-04-07)
### Chore

View File

@ -83,7 +83,7 @@ title: Changelog
- update container image ghcr.io/onedr0p/radarr to 5.3.6.8612[@431f4d8](https://github.com/431f4d8) by renovate ([#19257](https://github.com/truecharts/charts/issues/19257))
## [radarr-21.5.7](https://github.com/truecharts/charts/compare/radarr-21.4.0...radarr-21.5.7) (2024-04-06)
## [radarr-21.5.7](https://github.com/truecharts/charts/compare/radarr-21.4.0...radarr-21.5.7) (2024-04-07)
### Chore

View File

@ -14,6 +14,27 @@ title: Changelog
- update container image ghcr.io/rogerfar/rdtclient to v2.0.64[@ff440bd](https://github.com/ff440bd) by renovate ([#20343](https://github.com/truecharts/charts/issues/20343))
- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876))
- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817))
- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
## [rdtclient-4.7.6](https://github.com/truecharts/charts/compare/rdtclient-4.6.0...rdtclient-4.7.6) (2024-04-07)
### Chore
- update container image ghcr.io/rogerfar/rdtclient to v2.0.64[@ff440bd](https://github.com/ff440bd) by renovate ([#20343](https://github.com/truecharts/charts/issues/20343))
- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876))
@ -76,24 +97,3 @@ title: Changelog
- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876))
- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817))
- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
## [rdtclient-4.7.5](https://github.com/truecharts/charts/compare/rdtclient-4.6.0...rdtclient-4.7.5) (2024-04-02)
### Chore
- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876))
- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817))
- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))

View File

@ -95,6 +95,6 @@ title: Changelog
- update container image ghcr.io/onedr0p/readarr-develop to 0.3.19.2437[@7db08fb](https://github.com/7db08fb) by renovate ([#19258](https://github.com/truecharts/charts/issues/19258))
## [readarr-21.5.9](https://github.com/truecharts/charts/compare/readarr-21.4.0...readarr-21.5.9) (2024-04-06)
## [readarr-21.5.9](https://github.com/truecharts/charts/compare/readarr-21.4.0...readarr-21.5.9) (2024-04-07)
### Chore

View File

@ -95,6 +95,6 @@ title: Changelog
- update container image ghcr.io/linuxserver/remmina to 1.4.2[@434b2fc](https://github.com/434b2fc) by renovate ([#19243](https://github.com/truecharts/charts/issues/19243))
## [remmina-10.7.9](https://github.com/truecharts/charts/compare/remmina-10.6.0...remmina-10.7.9) (2024-04-06)
## [remmina-10.7.9](https://github.com/truecharts/charts/compare/remmina-10.6.0...remmina-10.7.9) (2024-04-07)
### Chore

View File

@ -73,12 +73,14 @@ title: Changelog
- update container image quay.io/pussthecatorg/rimgo to latest[@760f7c7](https://github.com/760f7c7) by renovate ([#19280](https://github.com/truecharts/charts/issues/19280))
## [rimgo-6.7.23](https://github.com/truecharts/charts/compare/rimgo-6.6.0...rimgo-6.7.23) (2024-04-07)
## [rimgo-6.7.24](https://github.com/truecharts/charts/compare/rimgo-6.6.0...rimgo-6.7.24) (2024-04-07)
### Chore
- update container image quay.io/pussthecatorg/rimgo to latest[@87e561b](https://github.com/87e561b) by renovate ([#20311](https://github.com/truecharts/charts/issues/20311))
- update container image quay.io/pussthecatorg/rimgo to latest[@b9cc1b7](https://github.com/b9cc1b7) by renovate ([#20260](https://github.com/truecharts/charts/issues/20260))
- update container image quay.io/pussthecatorg/rimgo to latest[@8a64166](https://github.com/8a64166) by renovate ([#20215](https://github.com/truecharts/charts/issues/20215))
@ -95,6 +97,4 @@ title: Changelog
- update container image quay.io/pussthecatorg/rimgo to latest[@c633971](https://github.com/c633971) by renovate ([#19984](https://github.com/truecharts/charts/issues/19984))
- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876))
- update container image quay.io/pussthecatorg/rimgo to latest[@d6a488f](https://github.com/d6a488f) by renovate ([#19945](https://github.com/truecharts/charts/issues/19945))
- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876))

View File

@ -83,7 +83,7 @@ title: Changelog
- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
## [solr-10.7.8](https://github.com/truecharts/charts/compare/solr-10.6.0...solr-10.7.8) (2024-04-06)
## [solr-10.7.8](https://github.com/truecharts/charts/compare/solr-10.6.0...solr-10.7.8) (2024-04-07)
### Chore

View File

@ -89,7 +89,7 @@ title: Changelog
- update container image ghcr.io/onedr0p/sonarr to 4.0.2.1183[@bbfcda0](https://github.com/bbfcda0) by renovate ([#19260](https://github.com/truecharts/charts/issues/19260))
## [sonarr-21.5.8](https://github.com/truecharts/charts/compare/sonarr-21.4.0...sonarr-21.5.8) (2024-04-06)
## [sonarr-21.5.8](https://github.com/truecharts/charts/compare/sonarr-21.4.0...sonarr-21.5.8) (2024-04-07)
### Chore

View File

@ -74,12 +74,14 @@ title: Changelog
- update container image ghcr.io/linuxserver/speedtest-tracker to v0.18.3[@85071b7](https://github.com/85071b7) by renovate ([#19307](https://github.com/truecharts/charts/issues/19307))
## [speedtest-tracker-1.8.7](https://github.com/truecharts/charts/compare/speedtest-tracker-1.6.0...speedtest-tracker-1.8.7) (2024-04-02)
## [speedtest-tracker-1.8.8](https://github.com/truecharts/charts/compare/speedtest-tracker-1.6.0...speedtest-tracker-1.8.8) (2024-04-07)
### Chore
- update container image ghcr.io/linuxserver/speedtest-tracker to 0.18.5[@01b54f8](https://github.com/01b54f8) by renovate ([#20339](https://github.com/truecharts/charts/issues/20339))
- update container image ghcr.io/linuxserver/speedtest-tracker to v0.18.5[@8392208](https://github.com/8392208) by renovate ([#20107](https://github.com/truecharts/charts/issues/20107))
- update container image ghcr.io/linuxserver/speedtest-tracker to v0.18.4[@3a690db](https://github.com/3a690db) by renovate ([#20034](https://github.com/truecharts/charts/issues/20034))
@ -95,5 +97,3 @@ title: Changelog
- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
- update container image redis to v13.2.2[@0ea5f1a](https://github.com/0ea5f1a) by renovate ([#19365](https://github.com/truecharts/charts/issues/19365))
- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))

View File

@ -89,7 +89,7 @@ title: Changelog
- update container image josh5/steam-headless to latest[@6633416](https://github.com/6633416) by renovate ([#19266](https://github.com/truecharts/charts/issues/19266))
## [steam-headless-3.7.8](https://github.com/truecharts/charts/compare/steam-headless-3.6.0...steam-headless-3.7.8) (2024-04-06)
## [steam-headless-3.7.8](https://github.com/truecharts/charts/compare/steam-headless-3.6.0...steam-headless-3.7.8) (2024-04-07)
### Chore

View File

@ -14,6 +14,27 @@ title: Changelog
- update container image thelounge/thelounge to v4.4.3[@8e74f5a](https://github.com/8e74f5a) by renovate ([#20345](https://github.com/truecharts/charts/issues/20345))
- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876))
- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817))
- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
## [thelounge-13.7.6](https://github.com/truecharts/charts/compare/thelounge-13.6.0...thelounge-13.7.6) (2024-04-07)
### Chore
- update container image thelounge/thelounge to v4.4.3[@8e74f5a](https://github.com/8e74f5a) by renovate ([#20345](https://github.com/truecharts/charts/issues/20345))
- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876))
@ -76,24 +97,3 @@ title: Changelog
- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876))
- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817))
- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
## [thelounge-13.7.5](https://github.com/truecharts/charts/compare/thelounge-13.6.0...thelounge-13.7.5) (2024-03-30)
### Chore
- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876))
- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817))
- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))

View File

@ -95,6 +95,6 @@ title: Changelog
- update container image ghcr.io/linuxserver/tvheadend to latest[@b04a8ce](https://github.com/b04a8ce) by renovate ([#19354](https://github.com/truecharts/charts/issues/19354))
## [tvheadend-19.7.9](https://github.com/truecharts/charts/compare/tvheadend-19.6.0...tvheadend-19.7.9) (2024-04-06)
## [tvheadend-19.7.9](https://github.com/truecharts/charts/compare/tvheadend-19.6.0...tvheadend-19.7.9) (2024-04-07)
### Chore

View File

@ -14,6 +14,29 @@ title: Changelog
- update container image ghcr.io/unpoller/unpoller to v2.11.1[@1e54332](https://github.com/1e54332) by renovate ([#20344](https://github.com/truecharts/charts/issues/20344))
- update container image ghcr.io/unpoller/unpoller to v2.11.0[@6e04812](https://github.com/6e04812) by renovate ([#20208](https://github.com/truecharts/charts/issues/20208))
- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876))
- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817))
- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
## [unpoller-10.10.1](https://github.com/truecharts/charts/compare/unpoller-10.8.0...unpoller-10.10.1) (2024-04-07)
### Chore
- update container image ghcr.io/unpoller/unpoller to v2.11.1[@1e54332](https://github.com/1e54332) by renovate ([#20344](https://github.com/truecharts/charts/issues/20344))
- update container image ghcr.io/unpoller/unpoller to v2.11.0[@6e04812](https://github.com/6e04812) by renovate ([#20208](https://github.com/truecharts/charts/issues/20208))
@ -74,26 +97,3 @@ title: Changelog
## [unpoller-10.10.0](https://github.com/truecharts/charts/compare/unpoller-10.8.0...unpoller-10.10.0) (2024-04-05)
### Chore
- update container image ghcr.io/unpoller/unpoller to v2.11.0[@6e04812](https://github.com/6e04812) by renovate ([#20208](https://github.com/truecharts/charts/issues/20208))
- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876))
- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817))
- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
## [unpoller-10.10.0](https://github.com/truecharts/charts/compare/unpoller-10.8.0...unpoller-10.10.0) (2024-04-05)
### Chore

View File

@ -83,7 +83,7 @@ title: Changelog
- update container image nginx to 1.25.4[@6db391d](https://github.com/6db391d) by renovate ([#19277](https://github.com/truecharts/charts/issues/19277))
## [vikunja-13.8.4](https://github.com/truecharts/charts/compare/vikunja-13.6.0...vikunja-13.8.4) (2024-04-06)
## [vikunja-13.8.4](https://github.com/truecharts/charts/compare/vikunja-13.6.0...vikunja-13.8.4) (2024-04-07)
### Chore

View File

@ -89,7 +89,7 @@ title: Changelog
- update container image ronivay/xen-orchestra to 5.138.1[@bfb0711](https://github.com/bfb0711) by renovate ([#19284](https://github.com/truecharts/charts/issues/19284))
## [xen-orchestra-8.9.2](https://github.com/truecharts/charts/compare/xen-orchestra-8.7.0...xen-orchestra-8.9.2) (2024-04-06)
## [xen-orchestra-8.9.2](https://github.com/truecharts/charts/compare/xen-orchestra-8.7.0...xen-orchestra-8.9.2) (2024-04-07)
### Chore