From b76aec97803fb047d2cefcba92ab5bbf06015638 Mon Sep 17 00:00:00 2001 From: TrueCharts Bot Date: Wed, 9 Apr 2025 20:52:28 +0200 Subject: [PATCH] =?UTF-8?q?chore(helm):=20update=20image=20docker.io/zwave?= =?UTF-8?q?js/zwave-js-ui=2010.1.4=20=E2=86=92=2010.1.5=20(#34165)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Update | Change | |---|---|---| | [docker.io/zwavejs/zwave-js-ui](https://redirect.github.com/zwave-js/zwave-js-ui) | patch | `90380ee` -> `c0e011e` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. Add the preset `:preserveSemverRanges` to your config if you don't want to pin your dependencies. --- ### Release Notes
zwave-js/zwave-js-ui (docker.io/zwavejs/zwave-js-ui) ### [`v10.1.5`](https://redirect.github.com/zwave-js/zwave-js-ui/blob/HEAD/CHANGELOG.md#1015-2025-04-07) [Compare Source](https://redirect.github.com/zwave-js/zwave-js-ui/compare/v10.1.4...v10.1.5) ##### Bug Fixes - config path resolution inside pkg on Windows ([#​4190](https://redirect.github.com/zwave-js/zwave-js-ui/issues/4190)) ([8a8847a](https://redirect.github.com/zwave-js/zwave-js-ui/commit/8a8847a43c56b4a94bb39ac0b6583e2e27b06c0f)) ##### Features - bump zwave-js@15.0.5 ([#​4191](https://redirect.github.com/zwave-js/zwave-js-ui/issues/4191)) ([7e351fe](https://redirect.github.com/zwave-js/zwave-js-ui/commit/7e351fe0bffb58d994571486c97402a40325e9a6))
--- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://redirect.github.com/renovatebot/renovate). --------- Signed-off-by: Alfred Göppel <43101280+alfi0812@users.noreply.github.com> Co-authored-by: Alfred Göppel <43101280+alfi0812@users.noreply.github.com> --- charts/stable/zwavejs2mqtt/Chart.yaml | 5 +++-- charts/stable/zwavejs2mqtt/values.yaml | 4 +--- 2 files changed, 4 insertions(+), 5 deletions(-) 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