Commit new Chart releases for TrueCharts

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
TrueCharts-Bot 2023-11-18 14:17:07 +00:00
parent f158372fed
commit 73a6be62ad
12 changed files with 927 additions and 412 deletions

View File

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

View File

@ -4,6 +4,33 @@
## [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) ## [duplicacy-2.0.11](https://github.com/truecharts/charts/compare/duplicacy-2.0.10...duplicacy-2.0.11) (2023-02-15)
### Chore ### Chore
@ -70,30 +97,3 @@
## [duplicacy-2.0.4](https://github.com/truecharts/charts/compare/duplicacy-2.0.3...duplicacy-2.0.4) (2022-12-13) ## [duplicacy-2.0.4](https://github.com/truecharts/charts/compare/duplicacy-2.0.3...duplicacy-2.0.4) (2022-12-13)
### Chore ### Chore
- update helm general non-major
## [duplicacy-2.0.3](https://github.com/truecharts/charts/compare/duplicacy-2.0.2...duplicacy-2.0.3) (2022-11-30)
## [duplicacy-2.0.3](https://github.com/truecharts/charts/compare/duplicacy-2.0.2...duplicacy-2.0.3) (2022-11-30)
## [duplicacy-2.0.3](https://github.com/truecharts/charts/compare/duplicacy-2.0.2...duplicacy-2.0.3) (2022-11-30)
## [duplicacy-2.0.3](https://github.com/truecharts/charts/compare/duplicacy-2.0.2...duplicacy-2.0.3) (2022-11-30)
## [duplicacy-2.0.3](https://github.com/truecharts/charts/compare/duplicacy-2.0.2...duplicacy-2.0.3) (2022-11-30)

View File

@ -21,9 +21,8 @@ sources:
- https://github.com/truecharts/charts/tree/master/charts/incubator/duplicacy - https://github.com/truecharts/charts/tree/master/charts/incubator/duplicacy
- https://hotio.dev/containers/duplicacy - https://hotio.dev/containers/duplicacy
type: application type: application
version: 2.0.11 version: 2.0.12
annotations: annotations:
truecharts.org/catagories: | truecharts.org/category: Backup
- Backup
truecharts.org/SCALE-support: "true" truecharts.org/SCALE-support: "true"
truecharts.org/grade: U truecharts.org/grade: U

View File

@ -12,7 +12,7 @@ For more information about this App, please check the docs on the TrueCharts [we
## Support ## Support
- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE%20Apps/Important-MUST-READ). - Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro).
- See the [Website](https://truecharts.org) - See the [Website](https://truecharts.org)
- Check our [Discord](https://discord.gg/tVsPTHWTtr) - Check our [Discord](https://discord.gg/tVsPTHWTtr)
- Open a [issue](https://github.com/truecharts/charts/issues/new/choose) - Open a [issue](https://github.com/truecharts/charts/issues/new/choose)

View File

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

View File

@ -1,7 +1,7 @@
image: image:
pullPolicy: IfNotPresent pullPolicy: IfNotPresent
repository: tccr.io/truecharts/duplicacy repository: tccr.io/truecharts/duplicacy
tag: latest@sha256:1c5a6f92d6856d1f8c56c47566f78a383b702e73a5cc573cd0b6fd5c6ea197c0 tag: latest@sha256:bbf901cf8b422e74893a69ee85b72aa8c4dfa094e1a96bdcf5215e7f4199b450
podSecurityContext: podSecurityContext:
runAsGroup: 0 runAsGroup: 0

View File

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