diff --git a/stable/resilio-sync/4.0.25/helm-values.md b/stable/resilio-sync/4.0.25/helm-values.md
deleted file mode 100644
index d9f499e1019..00000000000
--- a/stable/resilio-sync/4.0.25/helm-values.md
+++ /dev/null
@@ -1,26 +0,0 @@
-# Default Helm-Values
-
-TrueCharts is primarily build to supply TrueNAS SCALE Apps.
-However, we also supply all Apps as standard Helm-Charts. In this document we aim to document the default values in our values.yaml file.
-
-Most of our Apps also consume our "common" Helm Chart.
-If this is the case, this means that all values.yaml values are set to the common chart values.yaml by default. This values.yaml file will only contain values that deviate from the common chart.
-You will, however, be able to use all values referenced in the common chart here, besides the values listed in this document.
-
-## Values
-
-| Key | Type | Default | Description |
-|-----|------|---------|-------------|
-| env | object | See below | environment variables. See [image docs](https://docs.linuxserver.io/images/docker-resilio-sync#environment-variables-e) for more details. |
-| 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 | `"tccr.io/truecharts/resilio-sync"` | image repository |
-| image.tag | string | `"version-2.7.2.1375@sha256:54f42485d39a7773ff2e13c27ebfc32fc448eaf13f8972f38e14eedadb0b3a2e"` | 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.runAsNonRoot | bool | `false` | |
-| service | object | See values.yaml | Configures service settings for the chart. |
-
-All Rights Reserved - The TrueCharts Project
diff --git a/stable/resilio-sync/4.0.25/CHANGELOG.md b/stable/resilio-sync/4.0.26/CHANGELOG.md
similarity index 92%
rename from stable/resilio-sync/4.0.25/CHANGELOG.md
rename to stable/resilio-sync/4.0.26/CHANGELOG.md
index 0af8e835f4d..c87848f090f 100644
--- a/stable/resilio-sync/4.0.25/CHANGELOG.md
+++ b/stable/resilio-sync/4.0.26/CHANGELOG.md
@@ -1,6 +1,15 @@
# Changelog
+
+### [resilio-sync-4.0.26](https://github.com/truecharts/apps/compare/resilio-sync-4.0.25...resilio-sync-4.0.26) (2021-12-21)
+
+#### Fix
+
+* allow access to rootfs ([#1593](https://github.com/truecharts/apps/issues/1593))
+
+
+
### [resilio-sync-4.0.25](https://github.com/truecharts/apps/compare/resilio-sync-4.0.24...resilio-sync-4.0.25) (2021-12-19)
@@ -88,12 +97,3 @@
* update non-major deps helm releases ([#1432](https://github.com/truecharts/apps/issues/1432))
#### Fix
-
-* fix typo in theme selection ([#1428](https://github.com/truecharts/apps/issues/1428))
-
-
-
-
-### [resilio-sync-4.0.17](https://github.com/truecharts/apps/compare/resilio-sync-4.0.16...resilio-sync-4.0.17) (2021-12-05)
-
-#### Chore
diff --git a/stable/resilio-sync/4.0.25/CONFIG.md b/stable/resilio-sync/4.0.26/CONFIG.md
similarity index 100%
rename from stable/resilio-sync/4.0.25/CONFIG.md
rename to stable/resilio-sync/4.0.26/CONFIG.md
diff --git a/stable/resilio-sync/4.0.25/Chart.lock b/stable/resilio-sync/4.0.26/Chart.lock
similarity index 78%
rename from stable/resilio-sync/4.0.25/Chart.lock
rename to stable/resilio-sync/4.0.26/Chart.lock
index 2f652282226..2868c80cde4 100644
--- a/stable/resilio-sync/4.0.25/Chart.lock
+++ b/stable/resilio-sync/4.0.26/Chart.lock
@@ -3,4 +3,4 @@ dependencies:
repository: https://truecharts.org
version: 8.9.24
digest: sha256:1496c228986729d8cb70f0dd54bedbe7987b6ea0809484b4f4a394e26df9343c
-generated: "2021-12-19T23:33:47.278096718Z"
+generated: "2021-12-21T14:32:22.094656318Z"
diff --git a/stable/resilio-sync/4.0.25/Chart.yaml b/stable/resilio-sync/4.0.26/Chart.yaml
similarity index 97%
rename from stable/resilio-sync/4.0.25/Chart.yaml
rename to stable/resilio-sync/4.0.26/Chart.yaml
index 40106280b9a..c844633aa96 100644
--- a/stable/resilio-sync/4.0.25/Chart.yaml
+++ b/stable/resilio-sync/4.0.26/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/stable/resilio-sync/4.0.25/README.md b/stable/resilio-sync/4.0.26/README.md
similarity index 100%
rename from stable/resilio-sync/4.0.25/README.md
rename to stable/resilio-sync/4.0.26/README.md
diff --git a/stable/resilio-sync/4.0.25/app-readme.md b/stable/resilio-sync/4.0.26/app-readme.md
similarity index 100%
rename from stable/resilio-sync/4.0.25/app-readme.md
rename to stable/resilio-sync/4.0.26/app-readme.md
diff --git a/stable/resilio-sync/4.0.25/charts/common-8.9.24.tgz b/stable/resilio-sync/4.0.26/charts/common-8.9.24.tgz
similarity index 100%
rename from stable/resilio-sync/4.0.25/charts/common-8.9.24.tgz
rename to stable/resilio-sync/4.0.26/charts/common-8.9.24.tgz
diff --git a/stable/resilio-sync/4.0.26/helm-values.md b/stable/resilio-sync/4.0.26/helm-values.md
new file mode 100644
index 00000000000..c3c8c367e37
--- /dev/null
+++ b/stable/resilio-sync/4.0.26/helm-values.md
@@ -0,0 +1,38 @@
+# Default Helm-Values
+
+TrueCharts is primarily build to supply TrueNAS SCALE Apps.
+However, we also supply all Apps as standard Helm-Charts. In this document we aim to document the default values in our values.yaml file.
+
+Most of our Apps also consume our "common" Helm Chart.
+If this is the case, this means that all values.yaml values are set to the common chart values.yaml by default. This values.yaml file will only contain values that deviate from the common chart.
+You will, however, be able to use all values referenced in the common chart here, besides the values listed in this document.
+
+## Values
+
+| Key | Type | Default | Description |
+|-----|------|---------|-------------|
+| env.PUID | int | `568` | |
+| env.TZ | string | `"UTC"` | |
+| image.pullPolicy | string | `"IfNotPresent"` | |
+| image.repository | string | `"tccr.io/truecharts/resilio-sync"` | |
+| image.tag | string | `"version-2.7.2.1375@sha256:54f42485d39a7773ff2e13c27ebfc32fc448eaf13f8972f38e14eedadb0b3a2e"` | |
+| persistence.config.enabled | bool | `true` | |
+| persistence.config.mountPath | string | `"/config"` | |
+| persistence.varrun.enabled | bool | `true` | |
+| podSecurityContext.runAsGroup | int | `0` | |
+| podSecurityContext.runAsUser | int | `0` | |
+| securityContext.readOnlyRootFilesystem | bool | `false` | |
+| securityContext.runAsNonRoot | bool | `false` | |
+| service.bt-tcp.enabled | bool | `true` | |
+| service.bt-tcp.ports.bt-tcp.enabled | bool | `true` | |
+| service.bt-tcp.ports.bt-tcp.port | int | `55555` | |
+| service.bt-tcp.ports.bt-tcp.targetPort | int | `55555` | |
+| service.bt-udp.enabled | bool | `true` | |
+| service.bt-udp.ports.bt-udp.enabled | bool | `true` | |
+| service.bt-udp.ports.bt-udp.port | int | `55555` | |
+| service.bt-udp.ports.bt-udp.protocol | string | `"UDP"` | |
+| service.bt-udp.ports.bt-udp.targetPort | int | `55555` | |
+| service.main.ports.main.port | int | `8888` | |
+| service.main.ports.main.targetPort | int | `8888` | |
+
+All Rights Reserved - The TrueCharts Project
diff --git a/stable/resilio-sync/4.0.25/ix_values.yaml b/stable/resilio-sync/4.0.26/ix_values.yaml
similarity index 59%
rename from stable/resilio-sync/4.0.25/ix_values.yaml
rename to stable/resilio-sync/4.0.26/ix_values.yaml
index 7cf0539cb9b..f93006bc02e 100644
--- a/stable/resilio-sync/4.0.25/ix_values.yaml
+++ b/stable/resilio-sync/4.0.26/ix_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
diff --git a/stable/resilio-sync/4.0.25/questions.yaml b/stable/resilio-sync/4.0.26/questions.yaml
similarity index 100%
rename from stable/resilio-sync/4.0.25/questions.yaml
rename to stable/resilio-sync/4.0.26/questions.yaml
diff --git a/stable/resilio-sync/4.0.25/security.md b/stable/resilio-sync/4.0.26/security.md
similarity index 98%
rename from stable/resilio-sync/4.0.25/security.md
rename to stable/resilio-sync/4.0.26/security.md
index b46f391f6a5..f4503794285 100644
--- a/stable/resilio-sync/4.0.25/security.md
+++ b/stable/resilio-sync/4.0.26/security.md
@@ -20,11 +20,8 @@ hide:
| Kubernetes Security Check | KSV003 | Default capabilities not dropped | LOW | Expand...
The container should drop all default capabilities and add only those that are needed for its execution.
Container 'RELEASE-NAME-resilio-sync' of Deployment 'RELEASE-NAME-resilio-sync' should add 'ALL' to 'securityContext.capabilities.drop' | Expand...
https://kubesec.io/basics/containers-securitycontext-capabilities-drop-index-all/
https://avd.aquasec.com/appshield/ksv003
|
| Kubernetes Security Check | KSV012 | Runs as root user | MEDIUM | Expand...
'runAsNonRoot' forces the running image to run as a non-root user to ensure least privileges.
Container 'RELEASE-NAME-resilio-sync' of Deployment 'RELEASE-NAME-resilio-sync' should set 'securityContext.runAsNonRoot' to true | Expand...
https://kubernetes.io/docs/concepts/security/pod-security-standards/#restricted
https://avd.aquasec.com/appshield/ksv012
|
| Kubernetes Security Check | KSV012 | Runs as root user | MEDIUM | Expand...
'runAsNonRoot' forces the running image to run as a non-root user to ensure least privileges.
Container 'autopermissions' of Deployment 'RELEASE-NAME-resilio-sync' should set 'securityContext.runAsNonRoot' to true | Expand...
https://kubernetes.io/docs/concepts/security/pod-security-standards/#restricted
https://avd.aquasec.com/appshield/ksv012
|
-| Kubernetes Security Check | KSV013 | Image tag ':latest' used | LOW | Expand...
It is best to avoid using the ':latest' image tag when deploying containers in production. Doing so makes it hard to track which version of the image is running, and hard to roll back the version.
Container 'RELEASE-NAME-resilio-sync' of Deployment 'RELEASE-NAME-resilio-sync' should specify an image tag | Expand...
https://kubernetes.io/docs/concepts/configuration/overview/#container-images
https://avd.aquasec.com/appshield/ksv013
|
-| Kubernetes Security Check | KSV013 | Image tag ':latest' used | LOW | Expand...
It is best to avoid using the ':latest' image tag when deploying containers in production. Doing so makes it hard to track which version of the image is running, and hard to roll back the version.
Container 'autopermissions' of Deployment 'RELEASE-NAME-resilio-sync' should specify an image tag | Expand...
https://kubernetes.io/docs/concepts/configuration/overview/#container-images
https://avd.aquasec.com/appshield/ksv013
|
+| Kubernetes Security Check | KSV014 | Root file system is not read-only | LOW | Expand...
An immutable root file system prevents applications from writing to their local disk. This can limit intrusions, as attackers will not be able to tamper with the file system or write foreign executables to disk.
Container 'RELEASE-NAME-resilio-sync' of Deployment 'RELEASE-NAME-resilio-sync' should set 'securityContext.readOnlyRootFilesystem' to true | Expand...
https://kubesec.io/basics/containers-securitycontext-readonlyrootfilesystem-true/
https://avd.aquasec.com/appshield/ksv014
|
| Kubernetes Security Check | KSV014 | Root file system is not read-only | LOW | Expand...
An immutable root file system prevents applications from writing to their local disk. This can limit intrusions, as attackers will not be able to tamper with the file system or write foreign executables to disk.
Container 'autopermissions' of Deployment 'RELEASE-NAME-resilio-sync' should set 'securityContext.readOnlyRootFilesystem' to true | Expand...
https://kubesec.io/basics/containers-securitycontext-readonlyrootfilesystem-true/
https://avd.aquasec.com/appshield/ksv014
|
-| Kubernetes Security Check | KSV019 | Seccomp policies disabled | MEDIUM | Expand...
A program inside the container can bypass Seccomp protection policies.
Container 'RELEASE-NAME-resilio-sync' of Deployment 'RELEASE-NAME-resilio-sync' should specify a seccomp profile | Expand...
https://kubesec.io/basics/metadata-annotations-container-seccomp-security-alpha-kubernetes-io-pod/
https://avd.aquasec.com/appshield/ksv019
|
-| Kubernetes Security Check | KSV019 | Seccomp policies disabled | MEDIUM | Expand...
A program inside the container can bypass Seccomp protection policies.
Container 'autopermissions' of Deployment 'RELEASE-NAME-resilio-sync' should specify a seccomp profile | Expand...
https://kubesec.io/basics/metadata-annotations-container-seccomp-security-alpha-kubernetes-io-pod/
https://avd.aquasec.com/appshield/ksv019
|
| Kubernetes Security Check | KSV020 | Runs with low user ID | MEDIUM | Expand...
Force the container to run with user ID > 10000 to avoid conflicts with the host’s user table.
Container 'RELEASE-NAME-resilio-sync' of Deployment 'RELEASE-NAME-resilio-sync' should set 'securityContext.runAsUser' > 10000 | Expand...
https://kubesec.io/basics/containers-securitycontext-runasuser/
https://avd.aquasec.com/appshield/ksv020
|
| Kubernetes Security Check | KSV020 | Runs with low user ID | MEDIUM | Expand...
Force the container to run with user ID > 10000 to avoid conflicts with the host’s user table.
Container 'autopermissions' of Deployment 'RELEASE-NAME-resilio-sync' should set 'securityContext.runAsUser' > 10000 | Expand...
https://kubesec.io/basics/containers-securitycontext-runasuser/
https://avd.aquasec.com/appshield/ksv020
|
| Kubernetes Security Check | KSV021 | Runs with low group ID | MEDIUM | Expand...
Force the container to run with group ID > 10000 to avoid conflicts with the host’s user table.
Container 'RELEASE-NAME-resilio-sync' of Deployment 'RELEASE-NAME-resilio-sync' should set 'securityContext.runAsGroup' > 10000 | Expand...
https://kubesec.io/basics/containers-securitycontext-runasuser/
https://avd.aquasec.com/appshield/ksv021
|
diff --git a/stable/resilio-sync/4.0.25/templates/common.yaml b/stable/resilio-sync/4.0.26/templates/common.yaml
similarity index 100%
rename from stable/resilio-sync/4.0.25/templates/common.yaml
rename to stable/resilio-sync/4.0.26/templates/common.yaml
diff --git a/stable/resilio-sync/4.0.25/values.yaml b/stable/resilio-sync/4.0.26/values.yaml
similarity index 100%
rename from stable/resilio-sync/4.0.25/values.yaml
rename to stable/resilio-sync/4.0.26/values.yaml