diff --git a/stable/duplicati/3.0.19/CHANGELOG.md b/stable/duplicati/3.0.20/CHANGELOG.md similarity index 91% rename from stable/duplicati/3.0.19/CHANGELOG.md rename to stable/duplicati/3.0.20/CHANGELOG.md index 201641c13a2..c74a272e299 100644 --- a/stable/duplicati/3.0.19/CHANGELOG.md +++ b/stable/duplicati/3.0.20/CHANGELOG.md @@ -1,6 +1,15 @@ # Changelog
+ +### [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)) + + + ### [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 @@ -### [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)) - - - - diff --git a/stable/duplicati/3.0.19/CONFIG.md b/stable/duplicati/3.0.20/CONFIG.md similarity index 100% rename from stable/duplicati/3.0.19/CONFIG.md rename to stable/duplicati/3.0.20/CONFIG.md diff --git a/stable/duplicati/3.0.19/Chart.lock b/stable/duplicati/3.0.20/Chart.lock similarity index 78% rename from stable/duplicati/3.0.19/Chart.lock rename to stable/duplicati/3.0.20/Chart.lock index 8391e1dae37..4e3d639a935 100644 --- a/stable/duplicati/3.0.19/Chart.lock +++ b/stable/duplicati/3.0.20/Chart.lock @@ -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" diff --git a/stable/duplicati/3.0.19/Chart.yaml b/stable/duplicati/3.0.20/Chart.yaml similarity index 94% rename from stable/duplicati/3.0.19/Chart.yaml rename to stable/duplicati/3.0.20/Chart.yaml index 55fc1dddaba..c898235480e 100644 --- a/stable/duplicati/3.0.19/Chart.yaml +++ b/stable/duplicati/3.0.20/Chart.yaml @@ -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 diff --git a/stable/duplicati/3.0.19/README.md b/stable/duplicati/3.0.20/README.md similarity index 100% rename from stable/duplicati/3.0.19/README.md rename to stable/duplicati/3.0.20/README.md diff --git a/stable/duplicati/3.0.19/app-readme.md b/stable/duplicati/3.0.20/app-readme.md similarity index 100% rename from stable/duplicati/3.0.19/app-readme.md rename to stable/duplicati/3.0.20/app-readme.md diff --git a/stable/duplicati/3.0.19/charts/common-8.3.14.tgz b/stable/duplicati/3.0.20/charts/common-8.3.14.tgz similarity index 100% rename from stable/duplicati/3.0.19/charts/common-8.3.14.tgz rename to stable/duplicati/3.0.20/charts/common-8.3.14.tgz diff --git a/stable/duplicati/3.0.19/helm-values.md b/stable/duplicati/3.0.20/helm-values.md similarity index 68% rename from stable/duplicati/3.0.19/helm-values.md rename to stable/duplicati/3.0.20/helm-values.md index 67ba3a02b4c..0927655551f 100644 --- a/stable/duplicati/3.0.19/helm-values.md +++ b/stable/duplicati/3.0.20/helm-values.md @@ -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 diff --git a/stable/duplicati/3.0.19/ix_values.yaml b/stable/duplicati/3.0.20/ix_values.yaml similarity index 51% rename from stable/duplicati/3.0.19/ix_values.yaml rename to stable/duplicati/3.0.20/ix_values.yaml index abe10bcf291..7661dbf491b 100644 --- a/stable/duplicati/3.0.19/ix_values.yaml +++ b/stable/duplicati/3.0.20/ix_values.yaml @@ -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" diff --git a/stable/duplicati/3.0.19/questions.yaml b/stable/duplicati/3.0.20/questions.yaml similarity index 99% rename from stable/duplicati/3.0.19/questions.yaml rename to stable/duplicati/3.0.20/questions.yaml index c721b3c1a2f..eac9bb86a66 100644 --- a/stable/duplicati/3.0.19/questions.yaml +++ b/stable/duplicati/3.0.20/questions.yaml @@ -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." diff --git a/stable/duplicati/3.0.19/templates/common.yaml b/stable/duplicati/3.0.20/templates/common.yaml similarity index 100% rename from stable/duplicati/3.0.19/templates/common.yaml rename to stable/duplicati/3.0.20/templates/common.yaml diff --git a/stable/duplicati/3.0.19/values.yaml b/stable/duplicati/3.0.20/values.yaml similarity index 100% rename from stable/duplicati/3.0.19/values.yaml rename to stable/duplicati/3.0.20/values.yaml