Commit new Chart releases for TrueCharts
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
parent
187b1454db
commit
10b41667f4
|
@ -0,0 +1,99 @@
|
|||
**Important:**
|
||||
*for the complete changelog, please refer to the website*
|
||||
|
||||
|
||||
|
||||
|
||||
## [resilio-sync-10.0.0](https://github.com/truecharts/charts/compare/resilio-sync-9.0.23...resilio-sync-10.0.0) (2023-06-17)
|
||||
|
||||
### Feat
|
||||
|
||||
- *Breaking* add predefined data storage ([#9737](https://github.com/truecharts/charts/issues/9737))
|
||||
|
||||
|
||||
|
||||
|
||||
## [resilio-sync-9.0.23](https://github.com/truecharts/charts/compare/resilio-sync-9.0.22...resilio-sync-9.0.23) (2023-06-13)
|
||||
|
||||
### Chore
|
||||
|
||||
- update helm chart common to 12.14.2 ([#9599](https://github.com/truecharts/charts/issues/9599))
|
||||
|
||||
|
||||
|
||||
|
||||
## [resilio-sync-9.0.22](https://github.com/truecharts/charts/compare/resilio-sync-9.0.21...resilio-sync-9.0.22) (2023-06-11)
|
||||
|
||||
### Chore
|
||||
|
||||
- update helm general non-major ([#9558](https://github.com/truecharts/charts/issues/9558))
|
||||
|
||||
|
||||
|
||||
|
||||
## [resilio-sync-9.0.21](https://github.com/truecharts/charts/compare/resilio-sync-9.0.20...resilio-sync-9.0.21) (2023-06-07)
|
||||
|
||||
### Chore
|
||||
|
||||
- update helm general non-major ([#9457](https://github.com/truecharts/charts/issues/9457))
|
||||
|
||||
|
||||
|
||||
|
||||
## [resilio-sync-9.0.20](https://github.com/truecharts/charts/compare/resilio-sync-9.0.19...resilio-sync-9.0.20) (2023-06-07)
|
||||
|
||||
### Chore
|
||||
|
||||
- update helm general non-major ([#9423](https://github.com/truecharts/charts/issues/9423))
|
||||
|
||||
|
||||
|
||||
|
||||
## [resilio-sync-9.0.19](https://github.com/truecharts/charts/compare/resilio-sync-9.0.18...resilio-sync-9.0.19) (2023-06-04)
|
||||
|
||||
### Chore
|
||||
|
||||
- update helm general non-major ([#9393](https://github.com/truecharts/charts/issues/9393))
|
||||
|
||||
### Feat
|
||||
|
||||
- hide advanced ingress options behind checbox ([#9203](https://github.com/truecharts/charts/issues/9203))
|
||||
|
||||
|
||||
|
||||
|
||||
## [resilio-sync-9.0.18](https://github.com/truecharts/charts/compare/resilio-sync-9.0.17...resilio-sync-9.0.18) (2023-05-27)
|
||||
|
||||
### Chore
|
||||
|
||||
- update helm general non-major ([#9197](https://github.com/truecharts/charts/issues/9197))
|
||||
|
||||
|
||||
|
||||
|
||||
## [resilio-sync-9.0.17](https://github.com/truecharts/charts/compare/resilio-sync-9.0.16...resilio-sync-9.0.17) (2023-05-26)
|
||||
|
||||
### Chore
|
||||
|
||||
- update helm general non-major ([#9156](https://github.com/truecharts/charts/issues/9156))
|
||||
|
||||
|
||||
|
||||
|
||||
## [resilio-sync-9.0.16](https://github.com/truecharts/charts/compare/resilio-sync-9.0.15...resilio-sync-9.0.16) (2023-05-24)
|
||||
|
||||
### Chore
|
||||
|
||||
- update helm general non-major ([#9125](https://github.com/truecharts/charts/issues/9125))
|
||||
|
||||
|
||||
|
||||
|
||||
## [resilio-sync-9.0.15](https://github.com/truecharts/charts/compare/resilio-sync-9.0.14...resilio-sync-9.0.15) (2023-05-22)
|
||||
|
||||
### Chore
|
||||
|
||||
- update helm general non-major ([#9089](https://github.com/truecharts/charts/issues/9089))
|
||||
|
||||
|
||||
|
|
@ -0,0 +1,28 @@
|
|||
apiVersion: v2
|
||||
appVersion: "2.7.2.1375"
|
||||
dependencies:
|
||||
- name: common
|
||||
repository: https://library-charts.truecharts.org
|
||||
version: 12.14.2
|
||||
description: Resilio Sync is a fast, reliable, and simple file sync and share solution, powered by P2P technology
|
||||
home: https://truecharts.org/charts/stable/resilio-sync
|
||||
icon: https://truecharts.org/img/hotlink-ok/chart-icons/resilio-sync.png
|
||||
keywords:
|
||||
- resilio
|
||||
- sync
|
||||
- btsync
|
||||
- bittorrent
|
||||
kubeVersion: ">=1.16.0-0"
|
||||
maintainers:
|
||||
- email: info@truecharts.org
|
||||
name: TrueCharts
|
||||
url: https://truecharts.org
|
||||
name: resilio-sync
|
||||
sources:
|
||||
- https://github.com/truecharts/charts/tree/master/charts/stable/resilio-sync
|
||||
- https://github.com/orgs/linuxserver/packages/container/package/resilio-sync
|
||||
version: 10.0.0
|
||||
annotations:
|
||||
truecharts.org/catagories: |
|
||||
- media
|
||||
truecharts.org/SCALE-support: "true"
|
|
@ -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*
|
|
@ -0,0 +1,9 @@
|
|||
|
||||
|
||||
## [resilio-sync-10.0.0](https://github.com/truecharts/charts/compare/resilio-sync-9.0.23...resilio-sync-10.0.0) (2023-06-17)
|
||||
|
||||
### Feat
|
||||
|
||||
- *Breaking* add predefined data storage ([#9737](https://github.com/truecharts/charts/issues/9737))
|
||||
|
||||
|
|
@ -0,0 +1,8 @@
|
|||
Resilio Sync is a fast, reliable, and simple file sync and share solution, powered by P2P technology
|
||||
|
||||
This App is supplied by TrueCharts, for more information visit the manual: [https://truecharts.org/charts/stable/resilio-sync](https://truecharts.org/charts/stable/resilio-sync)
|
||||
|
||||
---
|
||||
|
||||
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.
|
@ -0,0 +1,58 @@
|
|||
image:
|
||||
repository: tccr.io/truecharts/resilio-sync
|
||||
tag: version-2.7.2.1375@sha256:54f42485d39a7773ff2e13c27ebfc32fc448eaf13f8972f38e14eedadb0b3a2e
|
||||
pullPolicy: IfNotPresent
|
||||
service:
|
||||
main:
|
||||
ports:
|
||||
main:
|
||||
port: 8888
|
||||
targetPort: 8888
|
||||
bt-tcp:
|
||||
enabled: true
|
||||
ports:
|
||||
bt-tcp:
|
||||
enabled: true
|
||||
port: 55555
|
||||
targetPort: 55555
|
||||
bt-udp:
|
||||
enabled: true
|
||||
ports:
|
||||
bt-udp:
|
||||
enabled: true
|
||||
port: 55555
|
||||
targetPort: 55555
|
||||
protocol: udp
|
||||
persistence:
|
||||
config:
|
||||
enabled: true
|
||||
mountPath: "/config"
|
||||
data:
|
||||
enabled: true
|
||||
mountPath: "/sync"
|
||||
varrun:
|
||||
enabled: true
|
||||
portal:
|
||||
open:
|
||||
enabled: true
|
||||
securityContext:
|
||||
container:
|
||||
runAsNonRoot: false
|
||||
readOnlyRootFilesystem: false
|
||||
runAsUser: 0
|
||||
runAsGroup: 0
|
||||
workload:
|
||||
main:
|
||||
podSpec:
|
||||
containers:
|
||||
main:
|
||||
probes:
|
||||
liveness:
|
||||
type: tcp
|
||||
port: "{{ .Values.service.main.ports.main.targetPort }}"
|
||||
readiness:
|
||||
type: tcp
|
||||
port: "{{ .Values.service.main.ports.main.targetPort }}"
|
||||
startup:
|
||||
type: tcp
|
||||
port: "{{ .Values.service.main.ports.main.targetPort }}"
|
File diff suppressed because it is too large
Load Diff
|
@ -0,0 +1 @@
|
|||
{{- include "tc.v1.common.lib.chart.notes" $ -}}
|
|
@ -0,0 +1 @@
|
|||
{{ include "tc.v1.common.loader.all" . }}
|
|
@ -2,3 +2,4 @@ icon_url: https://truecharts.org/img/hotlink-ok/chart-icons/resilio-sync.png
|
|||
categories:
|
||||
- media
|
||||
|
||||
screenshots: []
|
||||
|
|
Loading…
Reference in New Issue