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=-->
24 lines
421 B
YAML
24 lines
421 B
YAML
image:
|
|
repository: docker.io/nodered/node-red
|
|
pullPolicy: IfNotPresent
|
|
tag: 3.1.5@sha256:a5cc2d5417d48c13a50de322aa4c0b909ff28f826e6f6449c5d8aaefbf01b558
|
|
service:
|
|
main:
|
|
ports:
|
|
main:
|
|
port: 1880
|
|
targetPort: 1880
|
|
persistence:
|
|
data:
|
|
enabled: true
|
|
mountPath: "/data"
|
|
portal:
|
|
open:
|
|
enabled: true
|
|
workload:
|
|
main:
|
|
podSpec:
|
|
containers:
|
|
main:
|
|
env: {}
|