chore(helm): update image docker.io/nodered/node-red 4.1.0 → 4.1.1 (#40700)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [docker.io/nodered/node-red](https://redirect.github.com/node-red/node-red-docker) | patch | `da6ac47` -> `a840dff` | --- > [!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>node-red/node-red-docker (docker.io/nodered/node-red)</summary> ### [`v4.1.1`](https://redirect.github.com/node-red/node-red-docker/releases/tag/v4.1.1) [Compare Source](https://redirect.github.com/node-red/node-red-docker/compare/v4.1.0...v4.1.1) #### What's Changed - Fix Python on Debian build by [@​hardillb](https://redirect.github.com/hardillb) in [#​490](https://redirect.github.com/node-red/node-red-docker/pull/490) - 🚀 Update to Node-RED 4.1.1 release by [@​knolleary](https://redirect.github.com/knolleary) in [#​494](https://redirect.github.com/node-red/node-red-docker/pull/494) **Full Changelog**: <https://github.com/node-red/node-red-docker/compare/v4.1.0...v4.1.1> </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:eyJjcmVhdGVkSW5WZXIiOiI0MS44Mi4xMCIsInVwZGF0ZWRJblZlciI6IjQxLjgyLjEwIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvcGF0Y2giXX0=-->
This commit is contained in:
@@ -11,7 +11,7 @@ annotations:
|
||||
truecharts.org/min_kubernetes_version: 1.24.0
|
||||
truecharts.org/train: stable
|
||||
apiVersion: v2
|
||||
appVersion: 4.1.0
|
||||
appVersion: 4.1.1
|
||||
dependencies:
|
||||
- name: common
|
||||
version: 28.24.0
|
||||
@@ -39,5 +39,5 @@ sources:
|
||||
- https://github.com/trueforge-org/truecharts/tree/master/charts/stable/node-red
|
||||
- https://hub.docker.com/r/nodered/node-red
|
||||
type: application
|
||||
version: 22.10.0
|
||||
version: 22.10.1
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
image:
|
||||
repository: docker.io/nodered/node-red
|
||||
pullPolicy: IfNotPresent
|
||||
tag: 4.1.0@sha256:da6ac47cce14ed8df7ceddc8a15c8f4c0a41e0836c4d6e68e7a6a82329305a6b
|
||||
tag: 4.1.1@sha256:a840dff7e3f704466600d9e4660d46a9f795c589bf9be20a5727c636a8125563
|
||||
service:
|
||||
main:
|
||||
ports:
|
||||
|
||||
Reference in New Issue
Block a user