mirror of
https://github.com/truecharts/charts.git
synced 2026-07-20 17:21:21 -03:00
chore(helm): update image docker.io/acockburn/appdaemon 4.5.7 → 4.5.8 (#36006)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [docker.io/acockburn/appdaemon](https://redirect.github.com/AppDaemon/appdaemon) | patch | `8564d24` -> `9dc67ea` | --- > [!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 <details> <summary>AppDaemon/appdaemon (docker.io/acockburn/appdaemon)</summary> ### [`v4.5.8`](https://redirect.github.com/AppDaemon/appdaemon/releases/tag/4.5.8) [Compare Source](https://redirect.github.com/AppDaemon/appdaemon/compare/4.5.7...4.5.8) #### 4.5.8 **Features** None **Fixes** - Fix for time & day constraints - Additional error checking around websocket aceesses for HASS - restored metadata to service callbacks - refactor of services dictionary access **Breaking Changes** None **Changes in Behavior** None </details> --- ### 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. --- - [ ] <!-- rebase-check -->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). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMzguMCIsInVwZGF0ZWRJblZlciI6IjM5LjIzOC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvcGF0Y2giXX0=-->
This commit is contained in:
@@ -9,7 +9,7 @@ annotations:
|
||||
truecharts.org/min_helm_version: "3.14"
|
||||
truecharts.org/train: stable
|
||||
apiVersion: v2
|
||||
appVersion: 4.5.7
|
||||
appVersion: 4.5.8
|
||||
dependencies:
|
||||
- name: common
|
||||
version: 25.4.10
|
||||
@@ -36,5 +36,5 @@ sources:
|
||||
- https://github.com/truecharts/charts/tree/master/charts/stable/appdaemon
|
||||
- https://hub.docker.com/r/acockburn/appdaemon
|
||||
type: application
|
||||
version: 18.6.1
|
||||
version: 18.6.2
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
image:
|
||||
repository: docker.io/acockburn/appdaemon
|
||||
pullPolicy: IfNotPresent
|
||||
tag: 4.5.7@sha256:8564d24a22abea8b16bf29fae11ba5e68079e3995cc8ea151d43fed3b7d3009e
|
||||
tag: 4.5.8@sha256:9dc67ea2f47b14349d8792f263e7cf8b81753560302ddf3c6d907426ae7fa1a7
|
||||
securityContext:
|
||||
container:
|
||||
runAsNonRoot: false
|
||||
|
||||
Reference in New Issue
Block a user