chore(deps): update container image docker.io/nodered/node-red to v3.1.5@a5cc2d5 by renovate (#18128)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [docker.io/nodered/node-red](https://togithub.com/node-red/node-red-docker) | patch | `3.1.3` -> `3.1.5` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Release Notes <details> <summary>node-red/node-red-docker (docker.io/nodered/node-red)</summary> ### [`v3.1.5`](https://togithub.com/node-red/node-red-docker/releases/tag/v3.1.5) [Compare Source](https://togithub.com/node-red/node-red-docker/compare/v3.1.4...v3.1.5) #### What's Changed - 🚀 Update to Node-RED 3.1.5 release by [@​knolleary](https://togithub.com/knolleary) in [https://github.com/node-red/node-red-docker/pull/410](https://togithub.com/node-red/node-red-docker/pull/410) **Full Changelog**: https://github.com/node-red/node-red-docker/compare/v3.1.4...v3.1.5 ### [`v3.1.4`](https://togithub.com/node-red/node-red-docker/releases/tag/v3.1.4) [Compare Source](https://togithub.com/node-red/node-red-docker/compare/v3.1.3...v3.1.4) #### What's Changed - 📝Fix Docker image tag and Node version mismatch in README.md by [@​takuya-o](https://togithub.com/takuya-o) in [https://github.com/node-red/node-red-docker/pull/401](https://togithub.com/node-red/node-red-docker/pull/401) - Update healthcheck.js by [@​hardillb](https://togithub.com/hardillb) in [https://github.com/node-red/node-red-docker/pull/405](https://togithub.com/node-red/node-red-docker/pull/405) - 🚀 Update to Node-RED 3.1.4 release by [@​knolleary](https://togithub.com/knolleary) in [https://github.com/node-red/node-red-docker/pull/409](https://togithub.com/node-red/node-red-docker/pull/409) #### New Contributors - [@​takuya-o](https://togithub.com/takuya-o) made their first contribution in [https://github.com/node-red/node-red-docker/pull/401](https://togithub.com/node-red/node-red-docker/pull/401) **Full Changelog**: https://github.com/node-red/node-red-docker/compare/v3.1.3...v3.1.4 </details> --- ### Configuration 📅 **Schedule**: Branch creation - "before 10pm on monday" in timezone Europe/Amsterdam, 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://togithub.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4xODMuMCIsInVwZGF0ZWRJblZlciI6IjM3LjE4My4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
This commit is contained in:
parent
49e4bc9179
commit
dc27560beb
|
@ -7,7 +7,7 @@ annotations:
|
|||
truecharts.org/min_helm_version: "3.12"
|
||||
truecharts.org/train: stable
|
||||
apiVersion: v2
|
||||
appVersion: 3.1.3
|
||||
appVersion: 3.1.5
|
||||
dependencies:
|
||||
- name: common
|
||||
version: 17.2.30
|
||||
|
@ -23,7 +23,7 @@ icon: https://truecharts.org/img/hotlink-ok/chart-icons/node-red.png
|
|||
keywords:
|
||||
- node-red
|
||||
- nodered
|
||||
kubeVersion: ">=1.24.0-0"
|
||||
kubeVersion: '>=1.24.0-0'
|
||||
maintainers:
|
||||
- name: TrueCharts
|
||||
email: info@truecharts.org
|
||||
|
@ -34,4 +34,4 @@ sources:
|
|||
- https://github.com/truecharts/charts/tree/master/charts/stable/node-red
|
||||
- https://hub.docker.com/r/nodered/node-red
|
||||
type: application
|
||||
version: 17.1.12
|
||||
version: 17.1.13
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
image:
|
||||
repository: docker.io/nodered/node-red
|
||||
pullPolicy: IfNotPresent
|
||||
tag: 3.1.3@sha256:75e48924159f6c6bf4221017069a8b496cab8d0b21d3d0b1fcaf058af8294865
|
||||
tag: 3.1.5@sha256:a5cc2d5417d48c13a50de322aa4c0b909ff28f826e6f6449c5d8aaefbf01b558
|
||||
service:
|
||||
main:
|
||||
ports:
|
||||
|
|
Loading…
Reference in New Issue