From 8c1164bc5d62631d19ffefaaacfac9a24cad97da Mon Sep 17 00:00:00 2001 From: TrueCharts-Bot Date: Sun, 9 Jan 2022 12:08:38 +0000 Subject: [PATCH] Commit released Helm Chart and docs for TrueCharts Signed-off-by: TrueCharts-Bot --- charts/stable/openvscode-server/CHANGELOG.md | 9 +++++ .../stable/openvscode-server/helm-values.md | 1 + charts/stable/openvscode-server/security.md | 1 + .../stable/openvscode-server/CHANGELOG.md | 9 +++++ .../stable/openvscode-server/helm-values.md | 1 + .../apps/stable/openvscode-server/security.md | 1 + docs/index.yaml | 33 ++++++++++++++++++- 7 files changed, 54 insertions(+), 1 deletion(-) diff --git a/charts/stable/openvscode-server/CHANGELOG.md b/charts/stable/openvscode-server/CHANGELOG.md index 16a0b7e7542..e9cc72892a9 100644 --- a/charts/stable/openvscode-server/CHANGELOG.md +++ b/charts/stable/openvscode-server/CHANGELOG.md @@ -1,6 +1,15 @@ # Changelog
+ +### [openvscode-server-0.0.12](https://github.com/truecharts/apps/compare/openvscode-server-0.0.11...openvscode-server-0.0.12) (2022-01-09) + +#### Fix + +* allow rootfs access, make token required ([#1611](https://github.com/truecharts/apps/issues/1611)) + + + ### [openvscode-server-0.0.11](https://github.com/truecharts/apps/compare/openvscode-server-0.0.10...openvscode-server-0.0.11) (2022-01-04) diff --git a/charts/stable/openvscode-server/helm-values.md b/charts/stable/openvscode-server/helm-values.md index dffa312316b..67f0eaf1394 100644 --- a/charts/stable/openvscode-server/helm-values.md +++ b/charts/stable/openvscode-server/helm-values.md @@ -21,6 +21,7 @@ You will, however, be able to use all values referenced in the common chart here | podSecurityContext.runAsGroup | int | `0` | | | podSecurityContext.runAsUser | int | `0` | | | secret | string | `nil` | | +| securityContext.readOnlyRootFilesystem | bool | `false` | | | securityContext.runAsNonRoot | bool | `false` | | | service.main.ports.main.port | int | `10135` | | | service.main.ports.main.targetPort | int | `3000` | | diff --git a/charts/stable/openvscode-server/security.md b/charts/stable/openvscode-server/security.md index 96b04c3d6ba..4610fc7f8cc 100644 --- a/charts/stable/openvscode-server/security.md +++ b/charts/stable/openvscode-server/security.md @@ -20,6 +20,7 @@ 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-openvscode-server' of Deployment 'RELEASE-NAME-openvscode-server' 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-openvscode-server' of Deployment 'RELEASE-NAME-openvscode-server' 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-openvscode-server' 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 | 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-openvscode-server' of Deployment 'RELEASE-NAME-openvscode-server' 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-openvscode-server' should set 'securityContext.readOnlyRootFilesystem' to true
|
Expand...https://kubesec.io/basics/containers-securitycontext-readonlyrootfilesystem-true/
https://avd.aquasec.com/appshield/ksv014
| | 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-openvscode-server' of Deployment 'RELEASE-NAME-openvscode-server' 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-openvscode-server' should set 'securityContext.runAsUser' > 10000
|
Expand...https://kubesec.io/basics/containers-securitycontext-runasuser/
https://avd.aquasec.com/appshield/ksv020
| diff --git a/docs/apps/stable/openvscode-server/CHANGELOG.md b/docs/apps/stable/openvscode-server/CHANGELOG.md index 16a0b7e7542..e9cc72892a9 100644 --- a/docs/apps/stable/openvscode-server/CHANGELOG.md +++ b/docs/apps/stable/openvscode-server/CHANGELOG.md @@ -1,6 +1,15 @@ # Changelog
+ +### [openvscode-server-0.0.12](https://github.com/truecharts/apps/compare/openvscode-server-0.0.11...openvscode-server-0.0.12) (2022-01-09) + +#### Fix + +* allow rootfs access, make token required ([#1611](https://github.com/truecharts/apps/issues/1611)) + + + ### [openvscode-server-0.0.11](https://github.com/truecharts/apps/compare/openvscode-server-0.0.10...openvscode-server-0.0.11) (2022-01-04) diff --git a/docs/apps/stable/openvscode-server/helm-values.md b/docs/apps/stable/openvscode-server/helm-values.md index dffa312316b..67f0eaf1394 100644 --- a/docs/apps/stable/openvscode-server/helm-values.md +++ b/docs/apps/stable/openvscode-server/helm-values.md @@ -21,6 +21,7 @@ You will, however, be able to use all values referenced in the common chart here | podSecurityContext.runAsGroup | int | `0` | | | podSecurityContext.runAsUser | int | `0` | | | secret | string | `nil` | | +| securityContext.readOnlyRootFilesystem | bool | `false` | | | securityContext.runAsNonRoot | bool | `false` | | | service.main.ports.main.port | int | `10135` | | | service.main.ports.main.targetPort | int | `3000` | | diff --git a/docs/apps/stable/openvscode-server/security.md b/docs/apps/stable/openvscode-server/security.md index 96b04c3d6ba..4610fc7f8cc 100644 --- a/docs/apps/stable/openvscode-server/security.md +++ b/docs/apps/stable/openvscode-server/security.md @@ -20,6 +20,7 @@ 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-openvscode-server' of Deployment 'RELEASE-NAME-openvscode-server' 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-openvscode-server' of Deployment 'RELEASE-NAME-openvscode-server' 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-openvscode-server' 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 | 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-openvscode-server' of Deployment 'RELEASE-NAME-openvscode-server' 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-openvscode-server' should set 'securityContext.readOnlyRootFilesystem' to true
|
Expand...https://kubesec.io/basics/containers-securitycontext-readonlyrootfilesystem-true/
https://avd.aquasec.com/appshield/ksv014
| | 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-openvscode-server' of Deployment 'RELEASE-NAME-openvscode-server' 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-openvscode-server' should set 'securityContext.runAsUser' > 10000
|
Expand...https://kubesec.io/basics/containers-securitycontext-runasuser/
https://avd.aquasec.com/appshield/ksv020
| diff --git a/docs/index.yaml b/docs/index.yaml index 0cac158168a..a4abb0f0bb7 100644 --- a/docs/index.yaml +++ b/docs/index.yaml @@ -26240,6 +26240,37 @@ entries: - https://github.com/truecharts/apps/releases/download/openldap-4.0.25/openldap-4.0.25.tgz version: 4.0.25 openvscode-server: + - annotations: + truecharts.org/SCALE-support: "true" + truecharts.org/catagories: | + - incubator + truecharts.org/grade: U + apiVersion: v2 + appVersion: 1.63.2 + created: "2022-01-09T12:08:37.938428688Z" + dependencies: + - name: common + repository: https://truecharts.org + version: 8.10.2 + description: Openvscode-server provides a version of VS Code that runs a server + on a remote machine. + digest: a63cbe7e7bee739b80165945b6c792d07294064882096e095b2a0c2832082c2b + home: https://github.com/truecharts/apps/tree/master/charts/stable/openvscode-server + icon: https://truecharts.org/_static/img/appicons/openvscode-server-icon.png + keywords: + - openvscode-server + kubeVersion: '>=1.16.0-0' + maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org + name: openvscode-server + sources: + - https://hub.docker.com/r/linuxserver/openvscode-server + type: application + urls: + - https://github.com/truecharts/apps/releases/download/openvscode-server-0.0.12/openvscode-server-0.0.12.tgz + version: 0.0.12 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -44351,4 +44382,4 @@ entries: urls: - https://github.com/truecharts/apps/releases/download/zwavejs2mqtt-9.0.24/zwavejs2mqtt-9.0.24.tgz version: 9.0.24 -generated: "2022-01-08T23:29:48.386783764Z" +generated: "2022-01-09T12:08:37.941170187Z"