diff --git a/charts/stable/resilio-sync/Chart.yaml b/charts/stable/resilio-sync/Chart.yaml index 40106280b9a..c844633aa96 100644 --- a/charts/stable/resilio-sync/Chart.yaml +++ b/charts/stable/resilio-sync/Chart.yaml @@ -21,7 +21,7 @@ maintainers: name: resilio-sync sources: - https://github.com/orgs/linuxserver/packages/container/package/resilio-sync -version: 4.0.25 +version: 4.0.26 annotations: truecharts.org/catagories: | - media diff --git a/charts/stable/resilio-sync/values.yaml b/charts/stable/resilio-sync/values.yaml index 7cf0539cb9b..f93006bc02e 100644 --- a/charts/stable/resilio-sync/values.yaml +++ b/charts/stable/resilio-sync/values.yaml @@ -1,28 +1,20 @@ image: - # -- image repository repository: tccr.io/truecharts/resilio-sync - # -- image tag tag: version-2.7.2.1375@sha256:54f42485d39a7773ff2e13c27ebfc32fc448eaf13f8972f38e14eedadb0b3a2e - # -- image pull policy pullPolicy: IfNotPresent securityContext: runAsNonRoot: false + readOnlyRootFilesystem: false podSecurityContext: runAsUser: 0 runAsGroup: 0 -# -- environment variables. See [image docs](https://docs.linuxserver.io/images/docker-resilio-sync#environment-variables-e) for more details. -# @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 service: main: ports: @@ -45,8 +37,6 @@ service: targetPort: 55555 protocol: UDP -# -- Configure persistence settings for the chart under this key. -# @default -- See values.yaml persistence: config: enabled: true