Commit released Helm Chart and docs for TrueCharts

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
TrueCharts-Bot
2021-10-05 11:36:30 +00:00
parent 38159dc480
commit 0541233a7f
187 changed files with 1838 additions and 120 deletions
+9
View File
@@ -1,6 +1,15 @@
# Changelog<br>
<a name="duplicati-3.0.5"></a>
### [duplicati-3.0.5](https://github.com/truecharts/apps/compare/duplicati-3.0.4...duplicati-3.0.5) (2021-10-05)
#### Chore
* update non-major ([#1098](https://github.com/truecharts/apps/issues/1098))
<a name="duplicati-3.0.4"></a>
### [duplicati-3.0.4](https://github.com/truecharts/apps/compare/duplicati-3.0.3...duplicati-3.0.4) (2021-09-29)
+1 -1
View File
@@ -1,5 +1,5 @@
apiVersion: v2
appVersion: latest
appVersion: "latest"
dependencies:
- name: common
repository: https://truecharts.org
+8
View File
@@ -0,0 +1,8 @@
<a name="duplicati-3.0.5"></a>
### [duplicati-3.0.5](https://github.com/truecharts/apps/compare/duplicati-3.0.4...duplicati-3.0.5) (2021-10-05)
#### Chore
* update non-major ([#1098](https://github.com/truecharts/apps/issues/1098))
+2 -3
View File
@@ -11,12 +11,11 @@ You will, however, be able to use all values referenced in the common chart here
| Key | Type | Default | Description |
|-----|------|---------|-------------|
| env.PGID | string | `"1000"` | Specify the group ID the application will run as |
| env.PUID | string | `"1000"` | Specify the user ID the application will run as |
| env.PUID | int | `568` | Specify the user ID the application will run as |
| env.TZ | string | `"UTC"` | Set the container timezone |
| image.pullPolicy | string | `"IfNotPresent"` | image pull policy |
| image.repository | string | `"ghcr.io/linuxserver/duplicati"` | image repository |
| image.tag | string | `"latest@sha256:153b177ece89a870e64aafba2897be258e6b2942289b2d05d33a642bfaeb5e31"` | image tag |
| image.tag | string | `"latest@sha256:72e2dcb62c3f12b856b8ccbad0206e3ca0220f2afa018886dc8f2e5bf0f1d2ba"` | image tag |
| persistence | object | See values.yaml | Configure persistence settings for the chart under this key. |
| podSecurityContext.runAsGroup | int | `0` | |
| podSecurityContext.runAsUser | int | `0` | |