diff --git a/charts/stable/libreoffice/CHANGELOG.md b/charts/stable/libreoffice/CHANGELOG.md
index 81c068dce42..2bc5e2c503e 100644
--- a/charts/stable/libreoffice/CHANGELOG.md
+++ b/charts/stable/libreoffice/CHANGELOG.md
@@ -1,6 +1,15 @@
# Changelog
+
+### [libreoffice-1.0.2](https://github.com/truecharts/apps/compare/libreoffice-1.0.1...libreoffice-1.0.2) (2022-03-12)
+
+#### Fix
+
+* rofs false ([#2141](https://github.com/truecharts/apps/issues/2141))
+
+
+
### [libreoffice-1.0.1](https://github.com/truecharts/apps/compare/libreoffice-1.0.0...libreoffice-1.0.1) (2022-03-07)
diff --git a/charts/stable/libreoffice/helm-values.md b/charts/stable/libreoffice/helm-values.md
index 27a79d89464..aa8085e5f48 100644
--- a/charts/stable/libreoffice/helm-values.md
+++ b/charts/stable/libreoffice/helm-values.md
@@ -19,6 +19,7 @@ You will, however, be able to use all values referenced in the common chart here
| persistence.varrun.enabled | bool | `true` | |
| podSecurityContext.runAsGroup | int | `0` | |
| podSecurityContext.runAsUser | int | `0` | |
+| securityContext.readOnlyRootFilesystem | bool | `false` | |
| securityContext.runAsNonRoot | bool | `false` | |
| service.main.ports.main.port | int | `10133` | |
| service.main.ports.main.targetPort | int | `3000` | |
diff --git a/charts/stable/libreoffice/security.md b/charts/stable/libreoffice/security.md
index 6ea98f7413e..6c720a11c90 100644
--- a/charts/stable/libreoffice/security.md
+++ b/charts/stable/libreoffice/security.md
@@ -24,6 +24,7 @@ hide:
| 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-libreoffice' of Deployment 'RELEASE-NAME-libreoffice' 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-libreoffice' 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 'hostpatch' of Deployment 'RELEASE-NAME-libreoffice' 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-libreoffice' of Deployment 'RELEASE-NAME-libreoffice' 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-libreoffice' 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 'hostpatch' of Deployment 'RELEASE-NAME-libreoffice' should set 'securityContext.readOnlyRootFilesystem' to true | Expand...
https://kubesec.io/basics/containers-securitycontext-readonlyrootfilesystem-true/
https://avd.aquasec.com/appshield/ksv014
|
| Kubernetes Security Check | KSV015 | CPU requests not specified | LOW | Expand...
When containers have resource requests specified, the scheduler can make better decisions about which nodes to place pods on, and how to deal with resource contention.
Container 'hostpatch' of Deployment 'RELEASE-NAME-libreoffice' should set 'resources.requests.cpu' | Expand...
https://cloud.google.com/blog/products/containers-kubernetes/kubernetes-best-practices-resource-requests-and-limits
https://avd.aquasec.com/appshield/ksv015
|
diff --git a/docs/apps/stable/libreoffice/CHANGELOG.md b/docs/apps/stable/libreoffice/CHANGELOG.md
index 81c068dce42..2bc5e2c503e 100644
--- a/docs/apps/stable/libreoffice/CHANGELOG.md
+++ b/docs/apps/stable/libreoffice/CHANGELOG.md
@@ -1,6 +1,15 @@
# Changelog
+
+### [libreoffice-1.0.2](https://github.com/truecharts/apps/compare/libreoffice-1.0.1...libreoffice-1.0.2) (2022-03-12)
+
+#### Fix
+
+* rofs false ([#2141](https://github.com/truecharts/apps/issues/2141))
+
+
+
### [libreoffice-1.0.1](https://github.com/truecharts/apps/compare/libreoffice-1.0.0...libreoffice-1.0.1) (2022-03-07)
diff --git a/docs/apps/stable/libreoffice/helm-values.md b/docs/apps/stable/libreoffice/helm-values.md
index 27a79d89464..aa8085e5f48 100644
--- a/docs/apps/stable/libreoffice/helm-values.md
+++ b/docs/apps/stable/libreoffice/helm-values.md
@@ -19,6 +19,7 @@ You will, however, be able to use all values referenced in the common chart here
| persistence.varrun.enabled | bool | `true` | |
| podSecurityContext.runAsGroup | int | `0` | |
| podSecurityContext.runAsUser | int | `0` | |
+| securityContext.readOnlyRootFilesystem | bool | `false` | |
| securityContext.runAsNonRoot | bool | `false` | |
| service.main.ports.main.port | int | `10133` | |
| service.main.ports.main.targetPort | int | `3000` | |
diff --git a/docs/apps/stable/libreoffice/security.md b/docs/apps/stable/libreoffice/security.md
index 6ea98f7413e..6c720a11c90 100644
--- a/docs/apps/stable/libreoffice/security.md
+++ b/docs/apps/stable/libreoffice/security.md
@@ -24,6 +24,7 @@ hide:
| 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-libreoffice' of Deployment 'RELEASE-NAME-libreoffice' 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-libreoffice' 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 'hostpatch' of Deployment 'RELEASE-NAME-libreoffice' 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-libreoffice' of Deployment 'RELEASE-NAME-libreoffice' 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-libreoffice' 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 'hostpatch' of Deployment 'RELEASE-NAME-libreoffice' should set 'securityContext.readOnlyRootFilesystem' to true | Expand...
https://kubesec.io/basics/containers-securitycontext-readonlyrootfilesystem-true/
https://avd.aquasec.com/appshield/ksv014
|
| Kubernetes Security Check | KSV015 | CPU requests not specified | LOW | Expand...
When containers have resource requests specified, the scheduler can make better decisions about which nodes to place pods on, and how to deal with resource contention.
Container 'hostpatch' of Deployment 'RELEASE-NAME-libreoffice' should set 'resources.requests.cpu' | Expand...
https://cloud.google.com/blog/products/containers-kubernetes/kubernetes-best-practices-resource-requests-and-limits
https://avd.aquasec.com/appshield/ksv015
|
diff --git a/docs/index.yaml b/docs/index.yaml
index e1b9395bc00..9827d806aae 100644
--- a/docs/index.yaml
+++ b/docs/index.yaml
@@ -28190,6 +28190,37 @@ entries:
- https://github.com/truecharts/apps/releases/download/leantime-0.0.10/leantime-0.0.10.tgz
version: 0.0.10
libreoffice:
+ - annotations:
+ truecharts.org/SCALE-support: "true"
+ truecharts.org/catagories: |
+ - incubator
+ truecharts.org/grade: U
+ apiVersion: v2
+ appVersion: 7.2.2
+ created: "2022-03-12T17:20:59.901713839Z"
+ dependencies:
+ - name: common
+ repository: https://truecharts.org
+ version: 9.1.2
+ description: LibreOffice is a free and powerful office suite, and a successor
+ to OpenOffice.org.
+ digest: dc25a6b360c85fdf1c3d35b47404e583d39104f3449a259da821af72f3f5fcc2
+ home: https://github.com/truecharts/apps/tree/master/charts/stable/libreoffice
+ icon: https://truecharts.org/_static/img/appicons/libreoffice.png
+ keywords:
+ - libreoffice
+ kubeVersion: '>=1.16.0-0'
+ maintainers:
+ - email: info@truecharts.org
+ name: TrueCharts
+ url: https://truecharts.org
+ name: libreoffice
+ sources:
+ - https://hub.docker.com/r/linuxserver/libreoffice
+ type: application
+ urls:
+ - https://github.com/truecharts/apps/releases/download/libreoffice-1.0.2/libreoffice-1.0.2.tgz
+ version: 1.0.2
- annotations:
truecharts.org/SCALE-support: "true"
truecharts.org/catagories: |
@@ -73703,4 +73734,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-03-12T14:51:35.441571742Z"
+generated: "2022-03-12T17:20:59.912691858Z"