diff --git a/charts/stable/zwavejs2mqtt/Chart.yaml b/charts/stable/zwavejs2mqtt/Chart.yaml index c569f2cc076..2e71cd1babc 100644 --- a/charts/stable/zwavejs2mqtt/Chart.yaml +++ b/charts/stable/zwavejs2mqtt/Chart.yaml @@ -9,7 +9,7 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/train: stable apiVersion: v2 -appVersion: 10.1.4 +appVersion: 10.1.5 dependencies: - name: common version: 25.4.10 @@ -39,4 +39,5 @@ sources: - https://github.com/zwave-js/zwave-js-ui - https://hub.docker.com/r/zwavejs/zwave-js-ui type: application -version: 22.0.2 +version: 22.0.3 + diff --git a/charts/stable/zwavejs2mqtt/values.yaml b/charts/stable/zwavejs2mqtt/values.yaml index f9ae10c4b89..15bd9c406f9 100644 --- a/charts/stable/zwavejs2mqtt/values.yaml +++ b/charts/stable/zwavejs2mqtt/values.yaml @@ -1,7 +1,7 @@ image: repository: docker.io/zwavejs/zwave-js-ui pullPolicy: IfNotPresent - tag: 10.1.4@sha256:90380eea8639cf294de1553fcb37fb3f6438e2eb467f0bd4f0d63f478d599d6c + tag: 10.1.5@sha256:c0e011e92cd286e5c600ec9b14ef7e3a3c6ef1653b468dc45af923f060de870a service: main: ports: @@ -19,8 +19,6 @@ persistence: config: enabled: true mountPath: "/usr/src/app/store" - - securityContext: container: readOnlyRootFilesystem: false