Files
truecharts/charts/stable/node-red/values.yaml
T
TrueCharts BotandGitHub 26d6116909 BREAKING CHANGE(node-red): Update image docker.io/nodered/node-red 4.1.11 → 5.0.0 (#48963)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[docker.io/nodered/node-red](https://redirect.github.com/node-red/node-red-docker)
| major | `5b51c75` → `153f411` |

---

> [!WARNING]
> Some dependencies could not be looked up. Check the [Dependency
Dashboard](../issues/18710) 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>

###
[`v5.0.0`](https://redirect.github.com/node-red/node-red-docker/releases/tag/v5.0.0)

[Compare
Source](https://redirect.github.com/node-red/node-red-docker/compare/v4.1.11...v5.0.0)

#### What's Changed

Node-RED 5 : <https://github.com/node-red/node-red/releases/tag/5.0.0>

- Sync master back to dev by
[@&#8203;hardillb](https://redirect.github.com/hardillb) in
[#&#8203;491](https://redirect.github.com/node-red/node-red-docker/pull/491)
- 5.0 beta setup dev branch by
[@&#8203;hardillb](https://redirect.github.com/hardillb) in
[#&#8203;496](https://redirect.github.com/node-red/node-red-docker/pull/496)
- Remove Arm 32 containers by
[@&#8203;hardillb](https://redirect.github.com/hardillb) in
[#&#8203;497](https://redirect.github.com/node-red/node-red-docker/pull/497)
- Update for 5.0.0-beta.1 by
[@&#8203;hardillb](https://redirect.github.com/hardillb) in
[#&#8203;498](https://redirect.github.com/node-red/node-red-docker/pull/498)
- bump for 5.beta.2 by
[@&#8203;knolleary](https://redirect.github.com/knolleary) in
[#&#8203;501](https://redirect.github.com/node-red/node-red-docker/pull/501)
- Bump for 5.beta.3 by
[@&#8203;knolleary](https://redirect.github.com/knolleary) in
[#&#8203;505](https://redirect.github.com/node-red/node-red-docker/pull/505)
- Update README to remove unsupported architectures by
[@&#8203;hardillb](https://redirect.github.com/hardillb) in
[#&#8203;509](https://redirect.github.com/node-red/node-red-docker/pull/509)
- Bump dev for 5-beta.5 by
[@&#8203;knolleary](https://redirect.github.com/knolleary) in
[#&#8203;512](https://redirect.github.com/node-red/node-red-docker/pull/512)
- Bump for beta.6 by
[@&#8203;knolleary](https://redirect.github.com/knolleary) in
[#&#8203;514](https://redirect.github.com/node-red/node-red-docker/pull/514)
- Remove i386 entries from Node version tables by
[@&#8203;hardillb](https://redirect.github.com/hardillb) in
[#&#8203;508](https://redirect.github.com/node-red/node-red-docker/pull/508)
- Dev 5.0.0 release by
[@&#8203;hardillb](https://redirect.github.com/hardillb) in
[#&#8203;518](https://redirect.github.com/node-red/node-red-docker/pull/518)
- Dev to Master for NR 5.0 release by
[@&#8203;hardillb](https://redirect.github.com/hardillb) in
[#&#8203;520](https://redirect.github.com/node-red/node-red-docker/pull/520)
- 5.0.0 release clean up by
[@&#8203;hardillb](https://redirect.github.com/hardillb) in
[#&#8203;521](https://redirect.github.com/node-red/node-red-docker/pull/521)

**Full Changelog**:
<https://github.com/node-red/node-red-docker/compare/v4.1.11...v5.0.0>

</details>

---

### Configuration

📅 **Schedule**: (UTC)

- Branch creation
  - At any time (no schedule defined)
- Automerge
  - At any time (no schedule defined)

🚦 **Automerge**: Disabled by config. Please merge this manually once you
are satisfied.

♻ **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:eyJjcmVhdGVkSW5WZXIiOiI0My4xMzAuMSIsInVwZGF0ZWRJblZlciI6IjQzLjEzMC4xIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImFwcC9ub2RlLXJlZCIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvbWFqb3IiXX0=-->
2026-06-10 06:38:18 +02:00

23 lines
441 B
YAML

# yaml-language-server: $schema=./values.schema.json
image:
repository: docker.io/nodered/node-red
pullPolicy: IfNotPresent
tag: 5.0.0@sha256:153f411d2993abd9ccd8290017ff2bb531326320b5cd3b200c1a4bb1339eb819
service:
main:
ports:
main:
port: 1880
targetPort: 1880
persistence:
data:
enabled: true
mountPath: "/data"
workload:
main:
podSpec:
containers:
main:
env: {}