HomeOps
HomeOps copied to clipboard
fix(container): update image ghcr.io/zwave-js/zwave-js-ui ( 11.8.1 ➔ 11.8.2 )
This PR contains the following updates:
| Package | Update | Change |
|---|---|---|
| ghcr.io/zwave-js/zwave-js-ui | patch | 11.8.1 -> 11.8.2 |
[!WARNING] Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
Release Notes
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 these updates again.
- [ ] If you want to rebase/retry this PR, check this box
This PR has been generated by Renovate Bot.
--- kubernetes/apps/default/zwave/app Kustomization: default/zwave HelmRelease: default/zwave
+++ kubernetes/apps/default/zwave/app Kustomization: default/zwave HelmRelease: default/zwave
@@ -42,13 +42,13 @@
TZ: America/New_York
envFrom:
- secretRef:
name: zwave-secret
image:
repository: ghcr.io/zwave-js/zwave-js-ui
- tag: 11.8.1
+ tag: 11.8.2
probes:
liveness:
custom: true
enabled: true
spec:
failureThreshold: 3
--- HelmRelease: default/zwave Deployment: default/zwave
+++ HelmRelease: default/zwave Deployment: default/zwave
@@ -41,13 +41,13 @@
value: '80'
- name: TZ
value: America/New_York
envFrom:
- secretRef:
name: zwave-secret
- image: ghcr.io/zwave-js/zwave-js-ui:11.8.1
+ image: ghcr.io/zwave-js/zwave-js-ui:11.8.2
livenessProbe:
failureThreshold: 3
httpGet:
path: /health
port: 80
initialDelaySeconds: 0