Commit new Chart releases for TrueCharts

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
TrueCharts-Bot 2023-11-18 16:30:21 +00:00
parent 0d36d80a9d
commit bd58f47b7d
11 changed files with 2799 additions and 0 deletions

View File

@ -0,0 +1,99 @@
**Important:**
*for the complete changelog, please refer to the website*
## [duplicacy-2.0.12](https://github.com/truecharts/charts/compare/duplicacy-3.0.0...duplicacy-2.0.12) (2023-11-18)
### Chore
- Fix typo in categories and make them singular ([#13693](https://github.com/truecharts/charts/issues/13693))
### Fix
- update container image tccr.io/truecharts/duplicacy to latest ([#14898](https://github.com/truecharts/charts/issues/14898))
## [duplicacy-3.0.0](https://github.com/truecharts/charts/compare/duplicacy-2.0.11...duplicacy-3.0.0) (2023-07-31)
### Feat
- hide advanced ingress options behind checbox ([#9203](https://github.com/truecharts/charts/issues/9203))
### Fix
- fix mistakes on questions.yaml
## [duplicacy-2.0.11](https://github.com/truecharts/charts/compare/duplicacy-2.0.10...duplicacy-2.0.11) (2023-02-15)
### Chore
- update container image tccr.io/truecharts/duplicacy to latest
## [duplicacy-2.0.10](https://github.com/truecharts/charts/compare/duplicacy-2.0.9...duplicacy-2.0.10) (2023-02-10)
### Fix
- ensure new helm deps repo is used in latest releases as well.
## [duplicacy-2.0.9](https://github.com/truecharts/charts/compare/duplicacy-2.0.8...duplicacy-2.0.9) (2023-01-29)
### Chore
- update container image tccr.io/truecharts/duplicacy to latest
## [duplicacy-2.0.8](https://github.com/truecharts/charts/compare/duplicacy-2.0.7...duplicacy-2.0.8) (2022-12-27)
### Chore
- update helm general non-major ([#5856](https://github.com/truecharts/charts/issues/5856))
## [duplicacy-2.0.7](https://github.com/truecharts/charts/compare/duplicacy-2.0.6...duplicacy-2.0.7) (2022-12-26)
### Chore
- update helm general non-major ([#5839](https://github.com/truecharts/charts/issues/5839))
## [duplicacy-2.0.6](https://github.com/truecharts/charts/compare/duplicacy-2.0.5...duplicacy-2.0.6) (2022-12-25)
### Chore
- update helm general non-major
## [duplicacy-2.0.5](https://github.com/truecharts/charts/compare/duplicacy-2.0.4...duplicacy-2.0.5) (2022-12-19)
### Chore
- update helm general non-major
## [duplicacy-2.0.4](https://github.com/truecharts/charts/compare/duplicacy-2.0.3...duplicacy-2.0.4) (2022-12-13)

View File

@ -0,0 +1,28 @@
apiVersion: v2
appVersion: "1.7.2"
dependencies:
- name: common
repository: https://library-charts.truecharts.org
version: 14.3.5
deprecated: false
description: A new generation cross-platform cloud backup tool.
home: https://truecharts.org/charts/incubator/duplicacy
icon: https://truecharts.org/img/hotlink-ok/chart-icons/duplicacy.png
keywords:
- duplicacy
- Backup
kubeVersion: ">=1.16.0-0"
maintainers:
- email: info@truecharts.org
name: TrueCharts
url: https://truecharts.org
name: duplicacy
sources:
- https://github.com/truecharts/charts/tree/master/charts/incubator/duplicacy
- https://hotio.dev/containers/duplicacy
type: application
version: 3.0.0
annotations:
truecharts.org/category: Backup
truecharts.org/SCALE-support: "true"
truecharts.org/grade: U

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/)
**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,8 @@
A new generation cross-platform cloud backup tool.
This App is supplied by TrueCharts, for more information visit the manual: [https://truecharts.org/charts/incubator/duplicacy](https://truecharts.org/charts/incubator/duplicacy)
---
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,29 @@
image:
pullPolicy: IfNotPresent
repository: ghcr.io/hotio/duplicacy
tag: release-1.7.2@sha256:b2c30bc96e9b7e946d97c64ee543440994845ba3f74ff87e5de9ce797ab06347
securityContext:
container:
runAsGroup: 0
runAsUser: 0
readOnlyRootFilesystem: false
service:
main:
ports:
main:
port: 3875
protocol: http
targetPort: 3875
persistence:
config:
enabled: true
mountPath: /config
cache:
enabled: true
mountPath: /cache
logs:
enabled: true
mountPath: /logs
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,2 @@
{{/* Render the templates */}}
{{ include "tc.v1.common.loader.all" . }}

View File