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.2` -> `3.1.3` | --- > [!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.3`](https://togithub.com/node-red/node-red-docker/releases/tag/v3.1.3) [Compare Source](https://togithub.com/node-red/node-red-docker/compare/v3.1.2...v3.1.3) #### What's Changed - 🚀 Update to Node-RED 3.1.3 release by [@​knolleary](https://togithub.com/knolleary) in [https://github.com/node-red/node-red-docker/pull/399](https://togithub.com/node-red/node-red-docker/pull/399) **Full Changelog**: https://github.com/node-red/node-red-docker/compare/v3.1.2...v3.1.3 </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://togithub.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy44OS40IiwidXBkYXRlZEluVmVyIjoiMzcuODkuNCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciJ9-->
24 lines
421 B
YAML
24 lines
421 B
YAML
image:
|
|
repository: docker.io/nodered/node-red
|
|
pullPolicy: IfNotPresent
|
|
tag: 3.1.3@sha256:f72381be70e1e1f06ae31fa28fc322fbf806184a2a4b97df765e6916f9204d47
|
|
service:
|
|
main:
|
|
ports:
|
|
main:
|
|
port: 1880
|
|
targetPort: 1880
|
|
persistence:
|
|
data:
|
|
enabled: true
|
|
mountPath: "/data"
|
|
portal:
|
|
open:
|
|
enabled: true
|
|
workload:
|
|
main:
|
|
podSpec:
|
|
containers:
|
|
main:
|
|
env: {}
|