Commit new App releases for TrueCharts
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
parent
eb2d0958e8
commit
99759d2523
|
@ -1,6 +1,15 @@
|
|||
# Changelog<br>
|
||||
|
||||
|
||||
<a name="duplicati-3.0.20"></a>
|
||||
### [duplicati-3.0.20](https://github.com/truecharts/apps/compare/duplicati-3.0.19...duplicati-3.0.20) (2021-10-22)
|
||||
|
||||
#### Feat
|
||||
|
||||
* use official docker container ([#1222](https://github.com/truecharts/apps/issues/1222))
|
||||
|
||||
|
||||
|
||||
<a name="duplicati-3.0.19"></a>
|
||||
### [duplicati-3.0.19](https://github.com/truecharts/apps/compare/duplicati-3.0.18...duplicati-3.0.19) (2021-10-20)
|
||||
|
||||
|
@ -88,12 +97,3 @@
|
|||
|
||||
|
||||
<a name="duplicati-3.0.10"></a>
|
||||
### [duplicati-3.0.10](https://github.com/truecharts/apps/compare/duplicati-3.0.9...duplicati-3.0.10) (2021-10-13)
|
||||
|
||||
#### Chore
|
||||
|
||||
* update non-major deps helm releases ([#1133](https://github.com/truecharts/apps/issues/1133))
|
||||
|
||||
|
||||
|
||||
<a name="duplicati-3.0.9"></a>
|
|
@ -3,4 +3,4 @@ dependencies:
|
|||
repository: https://truecharts.org
|
||||
version: 8.3.14
|
||||
digest: sha256:2278950106e480dac22f26c75bdff4cffbc2d5262a24692f160c3bfa37bda367
|
||||
generated: "2021-10-20T22:18:17.748854732Z"
|
||||
generated: "2021-10-22T18:39:00.709427534Z"
|
|
@ -1,5 +1,5 @@
|
|||
apiVersion: v2
|
||||
appVersion: "latest"
|
||||
appVersion: "beta"
|
||||
dependencies:
|
||||
- name: common
|
||||
repository: https://truecharts.org
|
||||
|
@ -18,10 +18,9 @@ name: duplicati
|
|||
sources:
|
||||
- https://hub.docker.com/r/linuxserver/duplicati/
|
||||
- https://github.com/duplicati/duplicati
|
||||
version: 3.0.19
|
||||
version: 3.0.20
|
||||
annotations:
|
||||
truecharts.org/catagories: |
|
||||
- media
|
||||
|
||||
truecharts.org/SCALE-support: "true"
|
||||
truecharts.org/grade: U
|
|
@ -11,16 +11,11 @@ You will, however, be able to use all values referenced in the common chart here
|
|||
|
||||
| Key | Type | Default | Description |
|
||||
|-----|------|---------|-------------|
|
||||
| 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:2d3a1b3dde2e737c2ae9b789d276cc0359259bf1c2f735ac25de9236bd569934"` | image tag |
|
||||
| image.repository | string | `"duplicati/duplicati"` | image repository |
|
||||
| image.tag | string | `"beta@sha256:3080419dc8612ac852db3a8e66407fd386efd2a27d467970ef7161bf27dd9717"` | image tag |
|
||||
| persistence | object | See values.yaml | Configure persistence settings for the chart under this key. |
|
||||
| podSecurityContext.runAsGroup | int | `0` | |
|
||||
| podSecurityContext.runAsUser | int | `0` | |
|
||||
| securityContext.readOnlyRootFilesystem | bool | `false` | |
|
||||
| securityContext.runAsNonRoot | bool | `false` | |
|
||||
| service | object | See values.yaml | Configures service settings for the chart. |
|
||||
|
||||
All Rights Reserved - The TrueCharts Project
|
|
@ -1,33 +1,16 @@
|
|||
#
|
||||
# IMPORTANT NOTE
|
||||
#
|
||||
# This chart inherits from our common library chart. You can check the default values/options here:
|
||||
# https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common/values.yaml
|
||||
#
|
||||
|
||||
image:
|
||||
# -- image repository
|
||||
repository: ghcr.io/linuxserver/duplicati
|
||||
repository: duplicati/duplicati
|
||||
# -- image tag
|
||||
tag: latest@sha256:2d3a1b3dde2e737c2ae9b789d276cc0359259bf1c2f735ac25de9236bd569934
|
||||
tag: beta@sha256:3080419dc8612ac852db3a8e66407fd386efd2a27d467970ef7161bf27dd9717
|
||||
# -- image pull policy
|
||||
pullPolicy: IfNotPresent
|
||||
|
||||
securityContext:
|
||||
readOnlyRootFilesystem: false
|
||||
runAsNonRoot: false
|
||||
|
||||
podSecurityContext:
|
||||
runAsUser: 0
|
||||
runAsGroup: 0
|
||||
|
||||
# See more environment variables in the [duplicati documentation](https://github.com/linuxserver/docker-duplicati#parameters)
|
||||
# @default -- See below
|
||||
env:
|
||||
# -- Set the container timezone
|
||||
TZ: UTC
|
||||
# -- Specify the user ID the application will run as
|
||||
PUID: 568
|
||||
|
||||
# -- Configures service settings for the chart.
|
||||
# @default -- See values.yaml
|
||||
|
@ -45,7 +28,4 @@ persistence:
|
|||
type: pvc
|
||||
accessMode: ReadWriteOnce
|
||||
size: "100Gi"
|
||||
source:
|
||||
enabled: false
|
||||
backups:
|
||||
enabled: false
|
||||
mountPath: "/data"
|
|
@ -184,12 +184,6 @@ questions:
|
|||
schema:
|
||||
type: string
|
||||
default: "002"
|
||||
- variable: PUID
|
||||
label: "PUID"
|
||||
description: "Sets the userID inside the container"
|
||||
schema:
|
||||
type: string
|
||||
default: "568"
|
||||
|
||||
|
||||
- variable: envList
|
||||
|
@ -641,7 +635,7 @@ questions:
|
|||
description: "Path inside the container the storage is mounted"
|
||||
schema:
|
||||
type: string
|
||||
default: "/config"
|
||||
default: "/data"
|
||||
hidden: true
|
||||
valid_chars: '^\/([a-zA-Z0-9._-]+\/?)+$'
|
||||
- variable: medium
|
||||
|
@ -1191,7 +1185,7 @@ questions:
|
|||
label: "ReadOnly Root Filesystem"
|
||||
schema:
|
||||
type: boolean
|
||||
default: false
|
||||
default: true
|
||||
- variable: allowPrivilegeEscalation
|
||||
label: "Allow Privilege Escalation"
|
||||
schema:
|
||||
|
@ -1201,7 +1195,7 @@ questions:
|
|||
label: "runAsNonRoot"
|
||||
schema:
|
||||
type: boolean
|
||||
default: false
|
||||
default: true
|
||||
|
||||
- variable: podSecurityContext
|
||||
group: "Security and Permissions"
|
||||
|
@ -1214,13 +1208,13 @@ questions:
|
|||
description: "The UserID of the user running the application"
|
||||
schema:
|
||||
type: int
|
||||
default: 0
|
||||
default: 568
|
||||
- variable: runAsGroup
|
||||
label: "runAsGroup"
|
||||
description: The groupID this App of the user running the application"
|
||||
schema:
|
||||
type: int
|
||||
default: 0
|
||||
default: 568
|
||||
- variable: fsGroup
|
||||
label: "fsGroup"
|
||||
description: "The group that should own ALL storage."
|
Loading…
Reference in New Issue