Commit new Chart releases for TrueCharts

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
TrueCharts-Bot
2023-04-30 05:57:23 +00:00
parent 4c5760f2bf
commit f433b98dbc
23 changed files with 2256 additions and 22 deletions

View File

@@ -0,0 +1,99 @@
**Important:**
*for the complete changelog, please refer to the website*
## [syncthing-14.0.9](https://github.com/truecharts/charts/compare/syncthing-14.0.8...syncthing-14.0.9) (2023-04-30)
### Chore
- update container image tccr.io/truecharts/syncthing to v1.23.4 ([#8526](https://github.com/truecharts/charts/issues/8526))
## [syncthing-14.0.8](https://github.com/truecharts/charts/compare/syncthing-14.0.7...syncthing-14.0.8) (2023-04-25)
### Chore
- update helm general non-major ([#8153](https://github.com/truecharts/charts/issues/8153))
## [syncthing-14.0.7](https://github.com/truecharts/charts/compare/syncthing-14.0.6...syncthing-14.0.7) (2023-04-25)
### Chore
- update helm general non-major ([#8145](https://github.com/truecharts/charts/issues/8145))
## [syncthing-14.0.6](https://github.com/truecharts/charts/compare/syncthing-14.0.5...syncthing-14.0.6) (2023-04-20)
### Chore
- update helm general non-major ([#8087](https://github.com/truecharts/charts/issues/8087))
## [syncthing-14.0.5](https://github.com/truecharts/charts/compare/syncthing-14.0.4...syncthing-14.0.5) (2023-04-16)
### Chore
- update helm general non-major ([#8071](https://github.com/truecharts/charts/issues/8071))
## [syncthing-14.0.4](https://github.com/truecharts/charts/compare/syncthing-14.0.3...syncthing-14.0.4) (2023-04-16)
### Chore
- update helm general non-major ([#8061](https://github.com/truecharts/charts/issues/8061))
## [syncthing-14.0.3](https://github.com/truecharts/charts/compare/syncthing-14.0.2...syncthing-14.0.3) (2023-04-16)
## [syncthing-14.0.2](https://github.com/truecharts/charts/compare/syncthing-14.0.1...syncthing-14.0.2) (2023-04-15)
### Chore
- update helm general non-major ([#7998](https://github.com/truecharts/charts/issues/7998))
## [syncthing-14.0.1](https://github.com/truecharts/charts/compare/syncthing-14.0.0...syncthing-14.0.1) (2023-04-14)
## [syncthing-14.0.0](https://github.com/truecharts/charts/compare/syncthing-13.0.12...syncthing-14.0.0) (2023-04-14)
### Chore
- BREAKING CHANGE migrate to new common part 2 ([#7992](https://github.com/truecharts/charts/issues/7992))
## [syncthing-13.0.12](https://github.com/truecharts/charts/compare/syncthing-13.0.11...syncthing-13.0.12) (2023-02-10)
### Fix
- ensure new helm deps repo is used in latest releases as well.
## [syncthing-13.0.11](https://github.com/truecharts/charts/compare/syncthing-13.0.10...syncthing-13.0.11) (2023-02-08)

View File

@@ -0,0 +1,28 @@
apiVersion: v2
appVersion: "1.23.4"
dependencies:
- name: common
repository: https://library-charts.truecharts.org
version: 12.6.1
deprecated: false
description: P2P file synchronization application
home: https://truecharts.org/charts/stable/syncthing
icon: https://truecharts.org/img/hotlink-ok/chart-icons/syncthing.png
keywords:
- syncthing
kubeVersion: ">=1.16.0-0"
maintainers:
- email: info@truecharts.org
name: TrueCharts
url: https://truecharts.org
name: syncthing
sources:
- https://github.com/truecharts/charts/tree/master/charts/stable/syncthing
- https://syncthing.net/
- https://github.com/syncthing/syncthing
type: application
version: 14.0.9
annotations:
truecharts.org/catagories: |
- media
truecharts.org/SCALE-support: "true"

View File

@@ -0,0 +1,9 @@
## [syncthing-14.0.9](https://github.com/truecharts/charts/compare/syncthing-14.0.8...syncthing-14.0.9) (2023-04-30)
### Chore
- update container image tccr.io/truecharts/syncthing to v1.23.4 ([#8526](https://github.com/truecharts/charts/issues/8526))

View File

@@ -0,0 +1,8 @@
P2P file synchronization application
This App is supplied by TrueCharts, for more information visit the manual: [https://truecharts.org/charts/stable/syncthing](https://truecharts.org/charts/stable/syncthing)
---
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,56 @@
image:
repository: tccr.io/truecharts/syncthing
pullPolicy: IfNotPresent
tag: 1.23.4@sha256:4b7d1f9ea0996768a4b3b9df6384437a454ae56fba415486b0d5b7dbc4251a4b
workload:
main:
podSpec:
containers:
main:
probes:
liveness:
path: /rest/noauth/health
readiness:
path: /rest/noauth/health
startup:
path: /rest/noauth/health
service:
main:
ports:
main:
port: 8384
targetPort: 8384
listeners:
enabled: true
ports:
tcp:
enabled: true
port: 22000
targetPort: 22000
listeners-udp:
enabled: true
ports:
udp:
enabled: true
port: 22000
targetPort: 22000
protocol: udp
discovery:
enabled: true
ports:
discovery:
enabled: true
port: 21027
targetPort: 21027
protocol: udp
persistence:
config:
enabled: true
mountPath: "/var/syncthing"
portal:
open:
enabled: true

File diff suppressed because it is too large Load Diff

View File

@@ -4,6 +4,15 @@
## [tdarr-5.0.10](https://github.com/truecharts/charts/compare/tdarr-5.0.9...tdarr-5.0.10) (2023-04-30)
### Chore
- update container image tccr.io/truecharts/tdarr to v2.00.20.1 ([#8527](https://github.com/truecharts/charts/issues/8527))
## [tdarr-5.0.9](https://github.com/truecharts/charts/compare/tdarr-5.0.8...tdarr-5.0.9) (2023-04-25)
### Chore
@@ -88,12 +97,3 @@
- BREAKING CHANGE migrate to new common part 1 ([#7900](https://github.com/truecharts/charts/issues/7900))
## [tdarr-4.0.10](https://github.com/truecharts/charts/compare/tdarr-4.0.9...tdarr-4.0.10) (2023-02-15)
### Chore
- update container image tccr.io/truecharts/tdarr to v2.00.19.1

View File

@@ -1,5 +1,5 @@
apiVersion: v2
appVersion: "2.00.19.1"
appVersion: "2.00.20.1"
dependencies:
- name: common
repository: https://library-charts.truecharts.org
@@ -22,7 +22,7 @@ sources:
- https://github.com/truecharts/charts/tree/master/charts/stable/tdarr
- https://github.com/HaveAGitGat/Tdarr
type: application
version: 5.0.9
version: 5.0.10
annotations:
truecharts.org/catagories: |
- media

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%20Apps/Important-MUST-READ).
- 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 @@
## [tdarr-5.0.10](https://github.com/truecharts/charts/compare/tdarr-5.0.9...tdarr-5.0.10) (2023-04-30)
### Chore
- update container image tccr.io/truecharts/tdarr to v2.00.20.1 ([#8527](https://github.com/truecharts/charts/issues/8527))

Binary file not shown.

View File

@@ -1,7 +1,7 @@
image:
repository: tccr.io/truecharts/tdarr
pullPolicy: IfNotPresent
tag: 2.00.19.1@sha256:f772a66f8bfce1f43df9d208176ae46396d9169566412b3c930efcb4a6a88c75
tag: 2.00.20.1@sha256:879607526da020f577aacf1b6046afc201b44ce799a3bc3104dfacc3a31970f0
service:
main:
ports:

View File

@@ -1275,7 +1275,7 @@ questions:
description: When supported by the container, this sets the User ID running the Application Process. Not supported by all Apps
schema:
type: int
show_if: [["runAsUser", "=", "0"]]
show_if: [["runAsUser", "=", 0]]
default: 568
- variable: UMASK
label: UMASK

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 @@
## [tdarr-5.0.9](https://github.com/truecharts/charts/compare/tdarr-5.0.8...tdarr-5.0.9) (2023-04-25)
### Chore
- update helm general non-major ([#8153](https://github.com/truecharts/charts/issues/8153))