From 6fc61a6ccec33ef94c307434e7b82ac9af3b2acd Mon Sep 17 00:00:00 2001 From: TrueCharts-Bot Date: Tue, 21 Dec 2021 14:35:47 +0000 Subject: [PATCH] Commit released Helm Chart and docs for TrueCharts Signed-off-by: TrueCharts-Bot --- charts/stable/resilio-sync/CHANGELOG.md | 9 +++++ charts/stable/resilio-sync/helm-values.md | 28 +++++++++++----- charts/stable/resilio-sync/security.md | 5 +-- docs/apps/stable/resilio-sync/CHANGELOG.md | 9 +++++ docs/apps/stable/resilio-sync/helm-values.md | 28 +++++++++++----- docs/apps/stable/resilio-sync/security.md | 5 +-- docs/index.yaml | 35 +++++++++++++++++++- 7 files changed, 94 insertions(+), 25 deletions(-) diff --git a/charts/stable/resilio-sync/CHANGELOG.md b/charts/stable/resilio-sync/CHANGELOG.md index 9e7f7947fa5..3802a25a9e9 100644 --- a/charts/stable/resilio-sync/CHANGELOG.md +++ b/charts/stable/resilio-sync/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) diff --git a/charts/stable/resilio-sync/helm-values.md b/charts/stable/resilio-sync/helm-values.md index d9f499e1019..c3c8c367e37 100644 --- a/charts/stable/resilio-sync/helm-values.md +++ b/charts/stable/resilio-sync/helm-values.md @@ -11,16 +11,28 @@ You will, however, be able to use all values referenced in the common chart here | 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. | +| 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 | object | See values.yaml | Configures service settings for the chart. | +| 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/charts/stable/resilio-sync/security.md b/charts/stable/resilio-sync/security.md index c41b5d6a4c4..ed2b0f98f4a 100644 --- a/charts/stable/resilio-sync/security.md +++ b/charts/stable/resilio-sync/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/docs/apps/stable/resilio-sync/CHANGELOG.md b/docs/apps/stable/resilio-sync/CHANGELOG.md index 9e7f7947fa5..3802a25a9e9 100644 --- a/docs/apps/stable/resilio-sync/CHANGELOG.md +++ b/docs/apps/stable/resilio-sync/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) diff --git a/docs/apps/stable/resilio-sync/helm-values.md b/docs/apps/stable/resilio-sync/helm-values.md index d9f499e1019..c3c8c367e37 100644 --- a/docs/apps/stable/resilio-sync/helm-values.md +++ b/docs/apps/stable/resilio-sync/helm-values.md @@ -11,16 +11,28 @@ You will, however, be able to use all values referenced in the common chart here | 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. | +| 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 | object | See values.yaml | Configures service settings for the chart. | +| 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/docs/apps/stable/resilio-sync/security.md b/docs/apps/stable/resilio-sync/security.md index c41b5d6a4c4..ed2b0f98f4a 100644 --- a/docs/apps/stable/resilio-sync/security.md +++ b/docs/apps/stable/resilio-sync/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/docs/index.yaml b/docs/index.yaml index eacddb328ec..4ef77677b61 100644 --- a/docs/index.yaml +++ b/docs/index.yaml @@ -27024,6 +27024,39 @@ entries: - https://github.com/truecharts/apps/releases/download/requestrr-0.0.1/requestrr-0.0.1.tgz version: 0.0.1 resilio-sync: + - annotations: + truecharts.org/SCALE-support: "true" + truecharts.org/catagories: | + - media + truecharts.org/grade: U + apiVersion: v2 + appVersion: 2.7.2.1375 + created: "2021-12-21T14:35:46.987395432Z" + dependencies: + - name: common + repository: https://truecharts.org + version: 8.9.24 + description: Resilio Sync is a fast, reliable, and simple file sync and share + solution, powered by P2P technology + digest: 00ac17724f1bc7b8b6ed88ea76714558f5648e07b4254c6d8d72c158ab2beb1f + home: https://github.com/truechartsapps/tree/master/charts/stable/resio-sync + icon: https://truecharts.org/_static/img/appicons/resilio-sync-icon.png + keywords: + - resilio + - sync + - btsync + - bittorrent + kubeVersion: '>=1.16.0-0' + maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org + name: resilio-sync + sources: + - https://github.com/orgs/linuxserver/packages/container/package/resilio-sync + urls: + - https://github.com/truecharts/apps/releases/download/resilio-sync-4.0.26/resilio-sync-4.0.26.tgz + version: 4.0.26 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -33448,4 +33481,4 @@ entries: urls: - https://github.com/truecharts/apps/releases/download/zwavejs2mqtt-9.0.24/zwavejs2mqtt-9.0.24.tgz version: 9.0.24 -generated: "2021-12-21T10:42:18.337610952Z" +generated: "2021-12-21T14:35:46.989485361Z"