onedr0p / home-ops

Wife approved HomeOps driven by Kubernetes and GitOps using Flux
https://onedr0p.github.io/home-ops/
Do What The F*ck You Want To Public License
1.98k stars 179 forks source link

fix(container): update ghcr.io/zwave-js/zwave-js-ui ( 9.14.1 β†’ 9.14.2 ) #7811

Closed bot-ross[bot] closed 3 months ago

bot-ross[bot] commented 3 months ago

This PR contains the following updates:

Package Update Change
ghcr.io/zwave-js/zwave-js-ui patch 9.14.1 -> 9.14.2

Release Notes

zwave-js/zwave-js-ui (ghcr.io/zwave-js/zwave-js-ui) ### [`v9.14.2`](https://togithub.com/zwave-js/zwave-js-ui/blob/HEAD/CHANGELOG.md#9142-2024-06-22) [Compare Source](https://togithub.com/zwave-js/zwave-js-ui/compare/v9.14.1...v9.14.2) ##### Features - bump zwave-js@12.11.2 ([#​3782](https://togithub.com/zwave-js/zwave-js-ui/issues/3782)) ([e68e0cc](https://togithub.com/zwave-js/zwave-js-ui/commit/e68e0cce80be9fdd2036f06cadbad12552eea788))

Configuration

πŸ“… Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

β™» 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.



This PR has been generated by Renovate Bot.

bot-ross[bot] commented 3 months ago
--- kubernetes/main/apps/default/zwave/app Kustomization: flux-system/zwave HelmRelease: default/zwave

+++ kubernetes/main/apps/default/zwave/app Kustomization: flux-system/zwave HelmRelease: default/zwave

@@ -40,13 +40,13 @@

           app:
             env:
               PORT: 80
               TZ: America/New_York
             image:
               repository: ghcr.io/zwave-js/zwave-js-ui
-              tag: 9.14.1@sha256:e3d9b47086110270937778efaccb4ea74df3ce0b7698d8154ac77c855967e5f6
+              tag: 9.14.2@sha256:b330c0b080f671aa87670f56d8b17fd43795cc08dbdf38996d899536259d3edd
             probes:
               liveness:
                 custom: true
                 enabled: true
                 spec:
                   failureThreshold: 3
bot-ross[bot] commented 3 months ago
--- HelmRelease: default/zwave Deployment: default/zwave

+++ HelmRelease: default/zwave Deployment: default/zwave

@@ -45,13 +45,13 @@

       containers:
       - env:
         - name: PORT
           value: '80'
         - name: TZ
           value: America/New_York
-        image: ghcr.io/zwave-js/zwave-js-ui:9.14.1@sha256:e3d9b47086110270937778efaccb4ea74df3ce0b7698d8154ac77c855967e5f6
+        image: ghcr.io/zwave-js/zwave-js-ui:9.14.2@sha256:b330c0b080f671aa87670f56d8b17fd43795cc08dbdf38996d899536259d3edd
         livenessProbe:
           failureThreshold: 3
           httpGet:
             path: /health
             port: 80
           initialDelaySeconds: 0