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.5 β†’ 9.14.6 ) #7884

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.5 -> 9.14.6

Release Notes

zwave-js/zwave-js-ui (ghcr.io/zwave-js/zwave-js-ui) ### [`v9.14.6`](https://togithub.com/zwave-js/zwave-js-ui/blob/HEAD/CHANGELOG.md#9146-2024-07-11) [Compare Source](https://togithub.com/zwave-js/zwave-js-ui/compare/v9.14.5...v9.14.6) ##### Features - bump zwave-js@12.12.4 ([#​3806](https://togithub.com/zwave-js/zwave-js-ui/issues/3806)) ([5078b55](https://togithub.com/zwave-js/zwave-js-ui/commit/5078b55b38823e533763265188bbfa1bf2fcc2ad))

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.5@sha256:83e2b18a7899ac915afcf9eafe4ec7a28f1f04c8662ce9d3aa20422fb01cbba9
+              tag: 9.14.6@sha256:1a1dbeeb611b73a73eade454ba8aa505ce6dfdfa90c0b1c3c642516bf8c99ca9
             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.5@sha256:83e2b18a7899ac915afcf9eafe4ec7a28f1f04c8662ce9d3aa20422fb01cbba9
+        image: ghcr.io/zwave-js/zwave-js-ui:9.14.6@sha256:1a1dbeeb611b73a73eade454ba8aa505ce6dfdfa90c0b1c3c642516bf8c99ca9
         livenessProbe:
           failureThreshold: 3
           httpGet:
             path: /health
             port: 80
           initialDelaySeconds: 0