Commit Graph

52447 Commits

Author SHA1 Message Date
TrueCharts Bot 46aeb92568 chore(memcached): update image docker.io/bitnamisecure/memcached digest to 64bfe24 (#44508)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| docker.io/bitnamisecure/memcached | digest | `6b400a5` -> `64bfe24` |

---

> [!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.

---

### 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:eyJjcmVhdGVkSW5WZXIiOiI0Mi4xNy4wIiwidXBkYXRlZEluVmVyIjoiNDIuMTcuMCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhcHAvbWVtY2FjaGVkIiwiYXV0b21lcmdlIiwicmVub3ZhdGUvY29udGFpbmVyIiwidHlwZS9kaWdlc3QiXX0=-->
2026-02-03 23:48:37 +01:00
TrueCharts Bot b7ba3a5821 chore(ddclient): update image ghcr.io/linuxserver/ddclient digest to 7e98b88 (#44505)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[ghcr.io/linuxserver/ddclient](https://redirect.github.com/linuxserver/docker-ddclient/packages)
([source](https://redirect.github.com/linuxserver/docker-ddclient)) |
digest | `a572639` -> `7e98b88` |

---

> [!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.

---

### 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:eyJjcmVhdGVkSW5WZXIiOiI0Mi4xNy4wIiwidXBkYXRlZEluVmVyIjoiNDIuMTcuMCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhcHAvZGRjbGllbnQiLCJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL2RpZ2VzdCJdfQ==-->
2026-02-03 23:47:58 +01:00
TrueCharts Bot 2c9378f3a6 chore(lancache-monolithic): update image docker.io/lancachenet/monolithic digest to 78438d7 (#44507)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| docker.io/lancachenet/monolithic | digest | `00b0076` -> `78438d7` |

---

> [!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.

---

### 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:eyJjcmVhdGVkSW5WZXIiOiI0Mi4xNy4wIiwidXBkYXRlZEluVmVyIjoiNDIuMTcuMCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhcHAvbGFuY2FjaGUtbW9ub2xpdGhpYyIsImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvZGlnZXN0Il19-->
2026-02-03 23:46:59 +01:00
Boemeltrein 58d9308670 fix(hytale): correct description (#44503)
**Description**
<!--
Please include a summary of the change and which issue is fixed. Please
also include relevant motivation and context. List any dependencies that
are required for this change.
-->
⚒️ Fixes  # <!--(issue)-->

**⚙️ Type of change**

- [ ] ⚙️ Feature/App addition
- [x] 🪛 Bugfix
- [ ] ⚠️ Breaking change (fix or feature that would cause existing
functionality to not work as expected)
- [ ] 🔃 Refactor of current code
- [ ] 📜 Documentation Changes

**🧪 How Has This Been Tested?**
<!--
Please describe the tests that you ran to verify your changes. Provide
instructions so we can reproduce. Please also list any relevant details
for your test configuration
-->

**📃 Notes:**
<!-- Please enter any other relevant information here -->

**✔️ Checklist:**

- [ ] ⚖️ My code follows the style guidelines of this project
- [ ] 👀 I have performed a self-review of my own code
- [ ] #️⃣ I have commented my code, particularly in hard-to-understand
areas
- [ ] 📄 I have made changes to the documentation
- [ ] 🧪 I have added tests to this description that prove my fix is
effective or that my feature works
- [ ] ⬆️ I increased versions for any altered app according to semantic
versioning
- [x] I made sure the title starts with `feat(chart-name):`,
`fix(chart-name):`, `chore(chart-name):`, `docs(chart-name):` or
`fix(docs):`

** App addition**

If this PR is an app addition please make sure you have done the
following.

- [ ] 🖼️ I have added an icon in the Chart's root directory called
`icon.png`

---

_Please don't blindly check all the boxes. Read them and only check
those that apply.
Those checkboxes are there for the reviewer to see what is this all
about and
the status of this PR with a quick glance._

Signed-off-by: Boemeltrein <130394941+Boemeltrein@users.noreply.github.com>
2026-02-03 22:43:14 +01:00
TrueCharts Bot fb6b92da34 feat(nexus-oss): update image docker.io/sonatype/nexus3 3.88.0 → 3.89.0 (#44501) 2026-02-03 17:46:01 +01:00
TrueCharts Bot 4006946c4f fix(renovate): update image oci.trueforge.org/containerforge/renovate 43.2.1 → 43.2.4 (#44498) 2026-02-03 17:45:53 +01:00
TrueCharts Bot 31f825aaaf feat(cloudcommander): update image ghcr.io/coderaiser/cloudcmd 19.1.20 → 19.3.1 (#44500)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[ghcr.io/coderaiser/cloudcmd](https://redirect.github.com/coderaiser/cloudcmd)
| minor | `cb5a9c4` -> `d0b1687` |

---

> [!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>coderaiser/cloudcmd (ghcr.io/coderaiser/cloudcmd)</summary>

###
[`v19.3.1`](https://redirect.github.com/coderaiser/cloudcmd/releases/tag/v19.3.1):
cloudcmd v19.3.1

[Compare
Source](https://redirect.github.com/coderaiser/cloudcmd/compare/v19.3.0...v19.3.1)

#### 🐞 fix

-
[`5661bc4`](https://redirect.github.com/coderaiser/cloudcmd/commit/5661bc4f)
Closing X in editor disappeared
([#&#8203;445](https://redirect.github.com/coderaiser/cloudcmd/issues/445))

###
[`v19.3.0`](https://redirect.github.com/coderaiser/cloudcmd/releases/tag/v19.3.0):
cloudcmd v19.3.0

[Compare
Source](https://redirect.github.com/coderaiser/cloudcmd/compare/v19.1.20...v19.3.0)

#### 🔥 feature

-
[`4533a25`](https://redirect.github.com/coderaiser/cloudcmd/commit/4533a25c)
cloudcmd: migrate to ESM
-
[`e8a81c4`](https://redirect.github.com/coderaiser/cloudcmd/commit/e8a81c49)
client: dom: events: migrate to ESM
-
[`071141b`](https://redirect.github.com/coderaiser/cloudcmd/commit/071141bc)
client: terminal-run: migrate to ESM

</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:eyJjcmVhdGVkSW5WZXIiOiI0Mi4xNy4wIiwidXBkYXRlZEluVmVyIjoiNDIuMTcuMCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhcHAvY2xvdWRjb21tYW5kZXIiLCJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL21pbm9yIl19-->
2026-02-03 16:45:45 +00:00
TrueCharts Bot ce7e0e507c fix(n8n): update image ghcr.io/n8n-io/n8n 2.7.0 → 2.7.1 (#44496) 2026-02-03 17:45:39 +01:00
TrueCharts Bot 6d05881909 feat(zwavejs2mqtt): update image docker.io/zwavejs/zwave-js-ui 11.10.1 → 11.11.0 (#44502)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[docker.io/zwavejs/zwave-js-ui](https://redirect.github.com/zwave-js/zwave-js-ui)
| minor | `d38bee8` -> `d14b02b` |

---

> [!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>zwave-js/zwave-js-ui (docker.io/zwavejs/zwave-js-ui)</summary>

###
[`v11.11.0`](https://redirect.github.com/zwave-js/zwave-js-ui/blob/HEAD/CHANGELOG.md#11110-2026-02-03)

[Compare
Source](https://redirect.github.com/zwave-js/zwave-js-ui/compare/v11.10.1...v11.11.0)

#####  Features

- bump zwave-js\@&#8203;15.20.1
([#&#8203;4527](https://redirect.github.com/zwave-js/zwave-js-ui/issues/4527))
([cf9dec4](https://redirect.github.com/zwave-js/zwave-js-ui/commit/cf9dec463f3be6f782cd9e3263c3c13285990eef))
- support embedding Z-Wave JS UI in other software
([#&#8203;4520](https://redirect.github.com/zwave-js/zwave-js-ui/issues/4520))
([9b081cc](https://redirect.github.com/zwave-js/zwave-js-ui/commit/9b081cc396c3270c4ad8118edf79b49055e01427))

##### 🐛 Bug Fixes

- correct JSON template syntax in color temperature command
([ceabeae](https://redirect.github.com/zwave-js/zwave-js-ui/commit/ceabeaead4e1fa8a90879d1ffc296900ea48bd1a)),
closes
[#&#8203;4528](https://redirect.github.com/zwave-js/zwave-js-ui/issues/4528)

##### 🔧 Chores

- add NPM version verification and update step in release workflow
([d864664](https://redirect.github.com/zwave-js/zwave-js-ui/commit/d864664074dafb521ce3a46adf8e9ae62b02cc07))
- add registry URL to Node.js setup in release workflow
([f3e74d2](https://redirect.github.com/zwave-js/zwave-js-ui/commit/f3e74d231f6b741f7d402bea19530c4efe629b1c))
- add registry URL to Node.js setup in release workflow
([89e5ecd](https://redirect.github.com/zwave-js/zwave-js-ui/commit/89e5ecdcef931cd1b1e271d7b930bcde18272742))
- add skipChecks option to npm configuration in release-it setup
([43a86e1](https://redirect.github.com/zwave-js/zwave-js-ui/commit/43a86e1e370ce8ba8e181e110c071e6458d54ba0))
- enable npm provenance
([13ed900](https://redirect.github.com/zwave-js/zwave-js-ui/commit/13ed900f6465d3a586c23aff450ec9b6ee999bc1))
- remove registry URL from Node.js setup in release workflow
([fbe735e](https://redirect.github.com/zwave-js/zwave-js-ui/commit/fbe735ee58dcef9a8bb68da7683b61ba4ba21c20))
- remove registry URL from Node.js setup in release workflow
([c4a1673](https://redirect.github.com/zwave-js/zwave-js-ui/commit/c4a16736b37221b6154bad6111429bc00f226210))
- simplify npm upgrade step in release workflow
([afb6d07](https://redirect.github.com/zwave-js/zwave-js-ui/commit/afb6d0745acdc975849cf8f8be23adaed010e81c))
- update Node.js version to 22.x in release workflow
([dc9a3b7](https://redirect.github.com/zwave-js/zwave-js-ui/commit/dc9a3b7306c1262254fdd4b5fe87d84a6c10e2c8))
- update release-it version to 19.2.4 in package.json and
package-lock.json
([3628cc4](https://redirect.github.com/zwave-js/zwave-js-ui/commit/3628cc4f84da19f823d1121e44ebca6a5e98cbdc))
- update repository URL format and restructure bin entry in package.json
([d4f7c6a](https://redirect.github.com/zwave-js/zwave-js-ui/commit/d4f7c6a8096bdc168de6324328f6c6c6d3196cd3))

</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:eyJjcmVhdGVkSW5WZXIiOiI0Mi4xNy4wIiwidXBkYXRlZEluVmVyIjoiNDIuMTcuMCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhcHAvendhdmVqczJtcXR0IiwiYXV0b21lcmdlIiwicmVub3ZhdGUvY29udGFpbmVyIiwidHlwZS9taW5vciJdfQ==-->
2026-02-03 17:45:25 +01:00
TrueCharts Bot 471ff0b2a7 fix(flowise): update image docker.io/flowiseai/flowise 3.0.12 → 3.0.13 (#44494)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| docker.io/flowiseai/flowise | patch | `25401a5` -> `5fa98cd` |

---

> [!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.

---

### 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:eyJjcmVhdGVkSW5WZXIiOiI0Mi4xNy4wIiwidXBkYXRlZEluVmVyIjoiNDIuMTcuMCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhcHAvZmxvd2lzZSIsImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvcGF0Y2giXX0=-->
2026-02-03 17:45:13 +01:00
TrueCharts Bot 6af3c96bb8 fix(seafile): update image docker.io/seafileltd/seafile-mc 13.0.15 → 13.0.17 (#44499) 2026-02-03 17:44:52 +01:00
TrueCharts Bot 55bc3435d4 chore(rsshub): update image docker.io/diygod/rsshub digest to 6b90494 (#44493) 2026-02-03 17:44:38 +01:00
TrueCharts Bot 12e50fb87a fix(matomo): update image public.ecr.aws/bitnami/matomo 5.7.0 → 5.7.1 (#44495) 2026-02-03 17:44:33 +01:00
TrueCharts Bot 347ef347f0 fix(pasta): update image docker.io/cglatot/pasta 2.2.4 → 2.2.5 (#44497)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| docker.io/cglatot/pasta | patch | `cb77bd2` -> `dba77cf` |

---

> [!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.

---

### 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:eyJjcmVhdGVkSW5WZXIiOiI0Mi4xNy4wIiwidXBkYXRlZEluVmVyIjoiNDIuMTcuMCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhcHAvcGFzdGEiLCJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL3BhdGNoIl19-->
2026-02-03 17:44:30 +01:00
TrueCharts Bot fdf44dc285 chore(pwndrop): update image ghcr.io/linuxserver/pwndrop digest to 1e1e4d6 (#44492) 2026-02-03 17:44:03 +01:00
TrueCharts Bot 192801a016 chore(lancache-dns): update image docker.io/lancachenet/lancache-dns digest to b703410 (#44491)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| docker.io/lancachenet/lancache-dns | digest | `0ac433d` -> `b703410` |

---

> [!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.

---

### 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:eyJjcmVhdGVkSW5WZXIiOiI0Mi4xNy4wIiwidXBkYXRlZEluVmVyIjoiNDIuMTcuMCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhcHAvbGFuY2FjaGUtZG5zIiwiYXV0b21lcmdlIiwicmVub3ZhdGUvY29udGFpbmVyIiwidHlwZS9kaWdlc3QiXX0=-->
2026-02-03 17:42:59 +01:00
TrueCharts-Admin 390ca4afe9 chore(github-action): update actions/checkout digest digest to de0fac2 2026-02-03 16:36:45 +00:00
TrueCharts Bot c3f6b3e790 chore(rsshub): update image docker.io/diygod/rsshub digest to 5e61ef2 (#44488) 2026-02-03 11:41:44 +01:00
TrueCharts Bot 20204a7377 chore(automatic-ripping-machine): update image docker.io/automaticrippingmachine/automatic-ripping-machine digest to e7f78b3 (#44486) 2026-02-03 11:41:40 +01:00
TrueCharts Bot 03e3e2834c fix(syncthing): update image docker.io/syncthing/syncthing 2.0.13 → 2.0.14 (#44490) 2026-02-03 11:41:37 +01:00
TrueCharts Bot 46c53d3fbe chore(piwigo): update image ghcr.io/linuxserver/piwigo digest to d8d7b10 (#44487) 2026-02-03 11:39:30 +01:00
TrueCharts Bot f50dad63ca fix(jackett): update image oci.trueforge.org/containerforge/jackett 0.24.1012 → 0.24.1019 (#44489)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[oci.trueforge.org/containerforge/jackett](https://ghcr.io/trueforge-org/jackett)
([source](https://redirect.github.com/Jackett/Jackett)) | patch |
`b8a50eb` -> `d267cac` |

---

> [!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>Jackett/Jackett
(oci.trueforge.org/containerforge/jackett)</summary>

###
[`v0.24.1019`](https://redirect.github.com/Jackett/Jackett/releases/tag/v0.24.1019)

[Compare
Source](https://redirect.github.com/Jackett/Jackett/compare/v0.24.1012...v0.24.1019)

#### Changes:

-
[`758ee62`](https://redirect.github.com/Jackett/Jackett/commit/758ee6224d62eb5deaa5cf0d72c6e2803b29ea78)
ptcc: add Chinese private tracker. resolves
[#&#8203;16530](https://redirect.github.com/Jackett/Jackett/issues/16530)
([#&#8203;16546](https://redirect.github.com/Jackett/Jackett/issues/16546))
-
[`c644717`](https://redirect.github.com/Jackett/Jackett/commit/c644717cc5147ef93759ff1c7a2e6fe87655e6e4)
pretome: drop imdbid query for tv-search. resolves
[#&#8203;16545](https://redirect.github.com/Jackett/Jackett/issues/16545)
-
[`0c6dcb9`](https://redirect.github.com/Jackett/Jackett/commit/0c6dcb918e50660e168705a4a1711f09577d2ea7)
btdirectory: add info flaresolverr
-
[`68a9b0d`](https://redirect.github.com/Jackett/Jackett/commit/68a9b0df4bf978eca5cf89d503e11b652dea7065)
boxingtorrents: new row selector
-
[`b431bf2`](https://redirect.github.com/Jackett/Jackett/commit/b431bf2fa2f1f9df84446409afc020a4fe0241c6)
uztracker: new cats
-
[`cefa021`](https://redirect.github.com/Jackett/Jackett/commit/cefa021024d822f99f5ffbb925b8bb14c158fac1)
torr9: update site link \[
[#&#8203;16544](https://redirect.github.com/Jackett/Jackett/issues/16544)
]

This list of changes was [auto
generated](https://dev.azure.com/Jackett/Jackett/_build/results?buildId=15537\&view=logs).

</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:eyJjcmVhdGVkSW5WZXIiOiI0Mi4xNy4wIiwidXBkYXRlZEluVmVyIjoiNDIuMTcuMCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhcHAvamFja2V0dCIsImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvcGF0Y2giXX0=-->
2026-02-03 11:39:26 +01:00
TrueCharts Bot 66dda59b7f fix(helm-deps): update chart redis 17.15.18 → 17.15.19 (#44472)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [redis](https://truecharts.org/charts/stable/redis)
([source](https://redirect.github.com/bitnami/bitnami-docker-redis)) |
patch | `17.15.18` -> `17.15.19` |

---

> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency
Dashboard for more information.

---

### 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:eyJjcmVhdGVkSW5WZXIiOiI0Mi4xNy4wIiwidXBkYXRlZEluVmVyIjoiNDIuMTcuMCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhcHAvd2VibGF0ZSIsImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvcGF0Y2giXX0=-->

Signed-off-by: Alfred Göppel <43101280+alfi0812@users.noreply.github.com>
Co-authored-by: Alfred Göppel <43101280+alfi0812@users.noreply.github.com>
2026-02-03 07:13:15 +01:00
TrueCharts Bot f31ec9e262 chore(openaudible): update image docker.io/openaudible/openaudible digest to de29753 (#44482)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| docker.io/openaudible/openaudible | digest | `a4af7f2` -> `de29753` |

---

> [!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.

---

### 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:eyJjcmVhdGVkSW5WZXIiOiI0Mi4xNy4wIiwidXBkYXRlZEluVmVyIjoiNDIuMTcuMCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhcHAvb3BlbmF1ZGlibGUiLCJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL2RpZ2VzdCJdfQ==-->
2026-02-03 07:05:04 +01:00
TrueCharts Bot fd57688cbb fix(helm-deps): update chart mariadb 17.11.16 → 17.11.17 (#44469)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [mariadb](https://truecharts.org/charts/stable/mariadb)
([source](https://redirect.github.com/bitnami/bitnami-docker-mariadb)) |
patch | `17.11.16` -> `17.11.17` |

---

> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency
Dashboard for more information.

---

### 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:eyJjcmVhdGVkSW5WZXIiOiI0Mi4xNy4wIiwidXBkYXRlZEluVmVyIjoiNDIuMTcuMCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhcHAveW91cmxzIiwiYXV0b21lcmdlIiwicmVub3ZhdGUvY29udGFpbmVyIiwidHlwZS9wYXRjaCJdfQ==-->
2026-02-03 04:57:32 +00:00
TrueCharts Bot 3f97b02df7 chore(nextcloud): update image docker.io/clamav/clamav digest to 2810ac7 (#44466)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[docker.io/clamav/clamav](https://redirect.github.com/Cisco-Talos/clamav.git)
([source](https://redirect.github.com/Cisco-Talos/clamav)) | digest |
`0c5c0e7` -> `2810ac7` |

---

> [!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.

---

### 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:eyJjcmVhdGVkSW5WZXIiOiI0Mi4xNy4wIiwidXBkYXRlZEluVmVyIjoiNDIuMTcuMCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhcHAvbmV4dGNsb3VkIiwiYXV0b21lcmdlIiwicmVub3ZhdGUvY29udGFpbmVyIiwidHlwZS9kaWdlc3QiXX0=-->
2026-02-03 04:43:49 +00:00
TrueCharts Bot 361476a5e0 fix(helm-deps): update chart memcached 16.14.17 → 16.14.18 (#44470)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [memcached](https://truecharts.org/charts/stable/memcached)
([source](https://redirect.github.com/bitnami/bitnami-docker-memcached))
| patch | `16.14.17` -> `16.14.18` |

---

> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency
Dashboard for more information.

---

### 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:eyJjcmVhdGVkSW5WZXIiOiI0Mi4xNy4wIiwidXBkYXRlZEluVmVyIjoiNDIuMTcuMCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhcHAvZ2l0ZWEiLCJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL3BhdGNoIl19-->
2026-02-03 04:41:11 +00:00
TrueCharts Bot 8571cd7faa fix(authentik): update authentik 2025.12.2 → 2025.12.3 (patch) (#44467)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [ghcr.io/goauthentik/ldap](https://goauthentik.io)
([source](https://redirect.github.com/goauthentik/authentik)) | patch |
`029f523` -> `cd74cd7` |
| [ghcr.io/goauthentik/proxy](https://goauthentik.io)
([source](https://redirect.github.com/goauthentik/authentik)) | patch |
`7381168` -> `26d87d4` |
| [ghcr.io/goauthentik/radius](https://goauthentik.io)
([source](https://redirect.github.com/goauthentik/authentik)) | patch |
`7011964` -> `e4ed4c6` |
| [ghcr.io/goauthentik/server](https://goauthentik.io)
([source](https://redirect.github.com/goauthentik/authentik)) | patch |
`7cc1bc1` -> `0e7e82b` |

---

> [!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.

---

### 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 these
updates 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:eyJjcmVhdGVkSW5WZXIiOiI0Mi4xNy4wIiwidXBkYXRlZEluVmVyIjoiNDIuMTcuMCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhcHAvYXV0aGVudGlrIiwiYXV0b21lcmdlIiwicmVub3ZhdGUvY29udGFpbmVyIiwidHlwZS9wYXRjaCJdfQ==-->
2026-02-03 04:41:00 +00:00
TrueCharts Bot 6633c32916 fix(helm-deps): update chart mongodb 16.14.20 → 16.14.21 (#44471)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [mongodb](https://truecharts.org/charts/stable/mongodb)
([source](https://redirect.github.com/bitnami/bitnami-docker-mongodb)) |
patch | `16.14.20` -> `16.14.21` |

---

> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency
Dashboard for more information.

---

### 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:eyJjcmVhdGVkSW5WZXIiOiI0Mi4xNy4wIiwidXBkYXRlZEluVmVyIjoiNDIuMTcuMCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhcHAveW91dHViZWRsLW1hdGVyaWFsIiwiYXV0b21lcmdlIiwicmVub3ZhdGUvY29udGFpbmVyIiwidHlwZS9wYXRjaCJdfQ==-->
2026-02-03 04:40:48 +00:00
TrueCharts Bot 5d450a3a2d fix(helm-deps): update chart clickhouse 17.0.0 → 17.0.1 (#44468)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [clickhouse](https://truecharts.org/charts/stable/clickhouse)
([source](https://clickhouse.com/)) | patch | `17.0.0` -> `17.0.1` |

---

> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency
Dashboard for more information.

---

### 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:eyJjcmVhdGVkSW5WZXIiOiI0Mi4xNy4wIiwidXBkYXRlZEluVmVyIjoiNDIuMTcuMCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhcHAvcGxhdXNpYmxlIiwiYXV0b21lcmdlIiwicmVub3ZhdGUvY29udGFpbmVyIiwidHlwZS9wYXRjaCJdfQ==-->
2026-02-03 04:40:35 +00:00
TrueCharts Bot dff914637f fix(renovate): update image oci.trueforge.org/containerforge/renovate 43.2.0 → 43.2.1 (#44473) 2026-02-03 05:37:32 +01:00
TrueCharts Bot 433d9a637c fix(kubernetes-reflector): update image ghcr.io/emberstack/kubernetes-reflector 10.0.3 → 10.0.4 (#44484) 2026-02-03 05:37:24 +01:00
TrueCharts Bot c793d0f7e4 chore(opengl-desktop-g3): update image docker.io/accetto/ubuntu-vnc-xfce-opengl-g3 digest to 702e728 (#44483)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| docker.io/accetto/ubuntu-vnc-xfce-opengl-g3 | digest | `1d5b57c` ->
`702e728` |

---

> [!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.

---

### 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:eyJjcmVhdGVkSW5WZXIiOiI0Mi4xNy4wIiwidXBkYXRlZEluVmVyIjoiNDIuMTcuMCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhcHAvb3BlbmdsLWRlc2t0b3AtZzMiLCJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL2RpZ2VzdCJdfQ==-->
2026-02-03 05:37:20 +01:00
TrueCharts Bot 55721022ed chore(firefox): update image ghcr.io/linuxserver/firefox digest to 30712c6 (#44478) 2026-02-03 05:36:56 +01:00
TrueCharts Bot 82bd6953be feat(mealie): update image ghcr.io/mealie-recipes/mealie v3.9.2 → v3.10.1 (#44474) 2026-02-03 05:36:53 +01:00
TrueCharts Bot bd3d4297ba chore(inkscape-desktop-g3): update image docker.io/accetto/ubuntu-vnc-xfce-inkscape-g3 digest to e1384a5 (#44481)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| docker.io/accetto/ubuntu-vnc-xfce-inkscape-g3 | digest | `0aac062` ->
`e1384a5` |

---

> [!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.

---

### 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:eyJjcmVhdGVkSW5WZXIiOiI0Mi4xNy4wIiwidXBkYXRlZEluVmVyIjoiNDIuMTcuMCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhcHAvaW5rc2NhcGUtZGVza3RvcC1nMyIsImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvZGlnZXN0Il19-->
2026-02-03 05:36:42 +01:00
TrueCharts Bot dbf39251c3 chore(firefox-desktop-g3): update image docker.io/accetto/ubuntu-vnc-xfce-firefox-g3 digest to 543b599 (#44477)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| docker.io/accetto/ubuntu-vnc-xfce-firefox-g3 | digest | `9b34e5b` ->
`543b599` |

---

> [!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.

---

### 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:eyJjcmVhdGVkSW5WZXIiOiI0Mi4xNy4wIiwidXBkYXRlZEluVmVyIjoiNDIuMTcuMCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhcHAvZmlyZWZveC1kZXNrdG9wLWczIiwiYXV0b21lcmdlIiwicmVub3ZhdGUvY29udGFpbmVyIiwidHlwZS9kaWdlc3QiXX0=-->
2026-02-03 05:36:19 +01:00
TrueCharts Bot 32e232eea0 feat(ersatztv): update image docker.io/jasongdove/ersatztv v26.1.1 → v26.2.0 (#44485) 2026-02-03 05:34:41 +01:00
TrueCharts Bot abc6efd1f8 chore(gridcoinwalletgui): update image docker.io/sublivion/gridcoinwalletgui digest to 0f55fda (#44480)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| docker.io/sublivion/gridcoinwalletgui | digest | `e939d0f` ->
`0f55fda` |

---

> [!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.

---

### 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:eyJjcmVhdGVkSW5WZXIiOiI0Mi4xNy4wIiwidXBkYXRlZEluVmVyIjoiNDIuMTcuMCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhcHAvZ3JpZGNvaW53YWxsZXRndWkiLCJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL2RpZ2VzdCJdfQ==-->
2026-02-03 05:34:04 +01:00
TrueCharts Bot 8eba920218 chore(flexget): update image docker.io/wiserain/flexget digest to 37fe7ad (#44479)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[docker.io/wiserain/flexget](https://redirect.github.com/linuxserver/docker-baseimage-alpine/packages)
([source](https://redirect.github.com/wiserain/docker-flexget)) | digest
| `83409e9` -> `37fe7ad` |

---

> [!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.

---

### 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:eyJjcmVhdGVkSW5WZXIiOiI0Mi4xNy4wIiwidXBkYXRlZEluVmVyIjoiNDIuMTcuMCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhcHAvZmxleGdldCIsImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvZGlnZXN0Il19-->
2026-02-03 05:33:52 +01:00
TrueCharts Bot 894e2c2bcf chore(blender-desktop-g3): update image docker.io/accetto/ubuntu-vnc-xfce-blender-g3 digest to f7fdb8f (#44475) 2026-02-03 05:33:02 +01:00
TrueCharts Bot 7bc11b9353 chore(chromium-desktop-g3): update image docker.io/accetto/ubuntu-vnc-xfce-chromium-g3 digest to c1c776a (#44476)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| docker.io/accetto/ubuntu-vnc-xfce-chromium-g3 | digest | `37a6596` ->
`c1c776a` |

---

> [!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.

---

### 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:eyJjcmVhdGVkSW5WZXIiOiI0Mi4xNy4wIiwidXBkYXRlZEluVmVyIjoiNDIuMTcuMCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhcHAvY2hyb21pdW0tZGVza3RvcC1nMyIsImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvZGlnZXN0Il19-->
2026-02-03 05:32:55 +01:00
TrueCharts-Bot bafc468832 Commit daily changes
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2026-02-03 00:19:06 +00:00
TrueCharts Bot 32a5df0fda feat(helm-deps): update chart common to v28.29.49 (#44431)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[common](https://trueforge.org/truetech/truecharts/charts/library/common)
([source](https://ghcr.io/cloudnative-pg/postgis)) | patch | `28.29.40`
-> `28.29.49` |
|
[common](https://trueforge.org/truetech/truecharts/charts/library/common)
([source](https://ghcr.io/cloudnative-pg/postgis)) | minor | `28.26.4`
-> `28.29.49` |

---

> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency
Dashboard for more information.

---

### 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 these
updates 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:eyJjcmVhdGVkSW5WZXIiOiI0Mi4xNy4wIiwidXBkYXRlZEluVmVyIjoiNDIuMTcuMCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhcHAvendhdmVqczJtcXR0IiwiYXV0b21lcmdlIiwicmVub3ZhdGUvY29udGFpbmVyIiwidHlwZS9taW5vciIsInR5cGUvcGF0Y2giXX0=-->

Signed-off-by: Kjeld Schouten <info@kjeldschouten.nl>
Co-authored-by: Kjeld Schouten <info@kjeldschouten.nl>
2026-02-02 22:19:33 +01:00
TrueCharts Bot 5cb617436e feat(renovate): update image oci.trueforge.org/containerforge/renovate 43.0.9 → 43.2.0 (#44464)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[oci.trueforge.org/containerforge/renovate](https://ghcr.io/trueforge-org/renovate)
([source](https://redirect.github.com/renovate/renovate)) | minor |
`95bc44f` -> `2741e78` |

---

> [!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.

---

### 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:eyJjcmVhdGVkSW5WZXIiOiI0Mi4xNy4wIiwidXBkYXRlZEluVmVyIjoiNDIuMTcuMCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhcHAvcmVub3ZhdGUiLCJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL21pbm9yIl19-->

Signed-off-by: Alfred Göppel <43101280+alfi0812@users.noreply.github.com>
Co-authored-by: Alfred Göppel <43101280+alfi0812@users.noreply.github.com>
2026-02-02 16:33:32 +00:00
TrueCharts Bot c1aa51d28f feat(n8n): update image ghcr.io/n8n-io/n8n 2.6.2 → 2.7.0 (#44463)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [ghcr.io/n8n-io/n8n](https://n8n.io)
([source](https://redirect.github.com/n8n-io/n8n)) | minor | `ff6fe9e`
-> `edb0e69` |

---

> [!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>n8n-io/n8n (ghcr.io/n8n-io/n8n)</summary>

###
[`v2.7.0`](https://redirect.github.com/n8n-io/n8n/blob/HEAD/CHANGELOG.md#270-2026-02-02)

##### Bug Fixes

- **AI Agent Node:** Fix gemini thought signatures for parallel tool
calls
([#&#8203;24982](https://redirect.github.com/n8n-io/n8n/issues/24982))
([3dbca3e](https://redirect.github.com/n8n-io/n8n/commit/3dbca3e0dfc4c482420af72c5ff932c88526872c))
- **ai-builder:** Detect placeholder values inside larger parameters
generated by workflow builder
([#&#8203;24950](https://redirect.github.com/n8n-io/n8n/issues/24950))
([2b0f13d](https://redirect.github.com/n8n-io/n8n/commit/2b0f13d760de4cc19dc214ef070edd2817dd7ad2))
- **ai-builder:** Fixing padding in WFB chat when message feedback is
showing
([#&#8203;25079](https://redirect.github.com/n8n-io/n8n/issues/25079))
([fb7e5d5](https://redirect.github.com/n8n-io/n8n/commit/fb7e5d5a2052ca4882360e826a4d80fae889becc))
- **AMQP Trigger Node:** Save failed executions
([#&#8203;21878](https://redirect.github.com/n8n-io/n8n/issues/21878))
([89f8fb0](https://redirect.github.com/n8n-io/n8n/commit/89f8fb04ca401517500b6b6100a95ed7578ca0f5))
- **Chat Node:** Output structure for Send and Wait operation
([#&#8203;24898](https://redirect.github.com/n8n-io/n8n/issues/24898))
([36afab0](https://redirect.github.com/n8n-io/n8n/commit/36afab0ec0e5a2e27b91d38bb6eb086637888290))
- **core:** Add Redis TCP Keep-Alive Configuration for Queue Mode
([#&#8203;23902](https://redirect.github.com/n8n-io/n8n/issues/23902))
([e7c5c17](https://redirect.github.com/n8n-io/n8n/commit/e7c5c174029e44db9fe0bda3605e71d6be90ddc5))
- **core:** Do not send an undefined location header on form redirects
([#&#8203;24989](https://redirect.github.com/n8n-io/n8n/issues/24989))
([a8d75f7](https://redirect.github.com/n8n-io/n8n/commit/a8d75f74337d9fd23e0b9a6cd2775a302f8c5da2))
- **core:** Ensure execution ID is available at runtime in Webhook
response
([#&#8203;24876](https://redirect.github.com/n8n-io/n8n/issues/24876))
([ad7571f](https://redirect.github.com/n8n-io/n8n/commit/ad7571fdb2ed1da26f7caabca56cf14e4cd826af))
- **core:** Ensure workflows with response promises respect graceful
shutdown
([#&#8203;24879](https://redirect.github.com/n8n-io/n8n/issues/24879))
([b006ecf](https://redirect.github.com/n8n-io/n8n/commit/b006ecfb96986aa2a2e90be68385f7df46c39f33))
- **core:** Fix missing early return on Bull error
([#&#8203;25084](https://redirect.github.com/n8n-io/n8n/issues/25084))
([ea4d2d2](https://redirect.github.com/n8n-io/n8n/commit/ea4d2d217a7339bc0f842a696a9d6a6f8714cb7d))
- **core:** Fix orchestration init modules
([#&#8203;23360](https://redirect.github.com/n8n-io/n8n/issues/23360))
([9958eed](https://redirect.github.com/n8n-io/n8n/commit/9958eed92cacf766314b5f6e7478365dd86c4623))
- **core:** Log warning where file values contain white space at the
start or end (e.g. new lines)
([#&#8203;24442](https://redirect.github.com/n8n-io/n8n/issues/24442))
([ae17e8e](https://redirect.github.com/n8n-io/n8n/commit/ae17e8ec618db2dc7668aa178eee6e193d131150))
- **core:** Replace deprecated 'application' actor value with 'app' in
Linear OAuth
([#&#8203;20985](https://redirect.github.com/n8n-io/n8n/issues/20985))
([1edb600](https://redirect.github.com/n8n-io/n8n/commit/1edb600151d95319368ae055ec13113603b1e96a))
- **core:** Revert ensuring execution ID in webhook response
([#&#8203;25146](https://redirect.github.com/n8n-io/n8n/issues/25146))
([a7408fa](https://redirect.github.com/n8n-io/n8n/commit/a7408fa0828f17ee48d83837514fca936784c199))
- **core:** Small optimizations on users api to reduce db calls
([#&#8203;24882](https://redirect.github.com/n8n-io/n8n/issues/24882))
([dce4871](https://redirect.github.com/n8n-io/n8n/commit/dce48711cefad2d124942370c7da6f17340b75a9))
- **core:** Support reconnecting on Redis failover
([#&#8203;25038](https://redirect.github.com/n8n-io/n8n/issues/25038))
([7e580ea](https://redirect.github.com/n8n-io/n8n/commit/7e580ea8cf81ee28c328756de11177f13983af6e))
- **core:** Update AI Builder node types after community package changes
([#&#8203;24883](https://redirect.github.com/n8n-io/n8n/issues/24883))
([0faada7](https://redirect.github.com/n8n-io/n8n/commit/0faada7f365f6e14f6b182e87c8ae38aac944b13))
- **core:** Update ownership cache update on folder transfer
([#&#8203;24974](https://redirect.github.com/n8n-io/n8n/issues/24974))
([40f6705](https://redirect.github.com/n8n-io/n8n/commit/40f670562e45752cad30ead3319ffa18ceacf832))
- **core:** Use proxy for all npm commands
([#&#8203;24909](https://redirect.github.com/n8n-io/n8n/issues/24909))
([e1dd077](https://redirect.github.com/n8n-io/n8n/commit/e1dd07777dea6c24bc136d66083cc67b2a9f2b9b))
- **core:** Use stricter flags when starting python runner
([#&#8203;24983](https://redirect.github.com/n8n-io/n8n/issues/24983))
([21421f5](https://redirect.github.com/n8n-io/n8n/commit/21421f5c39e94b4b8c4bf99cc0186261edfdc7e5))
- **editor:** Allow '-' and '\_' in subworkflow caller IDs
([#&#8203;24849](https://redirect.github.com/n8n-io/n8n/issues/24849))
([35583ad](https://redirect.github.com/n8n-io/n8n/commit/35583ad80b88c3144781a9052a86ce0ca28c1704))
- **editor:** Disable hover effects on non-drop-targets during drag
([#&#8203;24948](https://redirect.github.com/n8n-io/n8n/issues/24948))
([8983bd5](https://redirect.github.com/n8n-io/n8n/commit/8983bd563f98433926429a394044343a1ae26696))
- **editor:** Disable WF history button when autosave is not complete
([#&#8203;24904](https://redirect.github.com/n8n-io/n8n/issues/24904))
([567ae92](https://redirect.github.com/n8n-io/n8n/commit/567ae92756e7bd8cf556fe6b4f5f9cfc32ab78f3))
- **editor:** Fix layout of insights tab
([#&#8203;24994](https://redirect.github.com/n8n-io/n8n/issues/24994))
([526a239](https://redirect.github.com/n8n-io/n8n/commit/526a2394df5105e9dccb87af6cdfad5d89cd2e40))
- **editor:** Improve checkbox and lock icon alignment
([#&#8203;24575](https://redirect.github.com/n8n-io/n8n/issues/24575))
([7129c88](https://redirect.github.com/n8n-io/n8n/commit/7129c88fd918a8b7c2c761b8d5bb074bd2def4f0))
- **editor:** Move version store init after authentication
([#&#8203;25081](https://redirect.github.com/n8n-io/n8n/issues/25081))
([326869e](https://redirect.github.com/n8n-io/n8n/commit/326869e7945d8fd1bc14340c0d4f35a1f560022d))
- **editor:** Prevent connection lines from overlapping plus handle
buttons
([#&#8203;24631](https://redirect.github.com/n8n-io/n8n/issues/24631))
([5c025c1](https://redirect.github.com/n8n-io/n8n/commit/5c025c1684595bdacb5f42db59e4fa9b1b702961))
- **editor:** Prevent executions date picker popover from being clipped
([#&#8203;24896](https://redirect.github.com/n8n-io/n8n/issues/24896))
([1e777cf](https://redirect.github.com/n8n-io/n8n/commit/1e777cf8e0d65ca4895d06b817533488af351883))
- **editor:** Truncate long project names with ellipsis in breadcrumb
([#&#8203;24853](https://redirect.github.com/n8n-io/n8n/issues/24853))
([b384e8c](https://redirect.github.com/n8n-io/n8n/commit/b384e8c9ece826353544f04f2024e84a883cdf3d))
- Fix issue with workflowId not being correctly validated
([#&#8203;24866](https://redirect.github.com/n8n-io/n8n/issues/24866))
([f9e230e](https://redirect.github.com/n8n-io/n8n/commit/f9e230e2d0b98290931f350f6d7f96e1687f44db))
- **MySQL Node:** Support "Continue on Error" for connection-related
errors
([#&#8203;25032](https://redirect.github.com/n8n-io/n8n/issues/25032))
([f3e2930](https://redirect.github.com/n8n-io/n8n/commit/f3e2930f0e7d2cc2e41374b46c210f53943ec562))
- Update stack cleanup command message to work from any directory
([#&#8203;25034](https://redirect.github.com/n8n-io/n8n/issues/25034))
([01f000b](https://redirect.github.com/n8n-io/n8n/commit/01f000b4c8a809463dd038cf18b5933349eeb73a))
- Validate OpenAI urls
([#&#8203;24922](https://redirect.github.com/n8n-io/n8n/issues/24922))
([8b7ba6f](https://redirect.github.com/n8n-io/n8n/commit/8b7ba6f53b933fd21b3a8e44a6783cae5937790c))
- **VectorStoreAzureAISearch Node:** Clear Azure AI Search index once
per batch
([#&#8203;25069](https://redirect.github.com/n8n-io/n8n/issues/25069))
([a5cde70](https://redirect.github.com/n8n-io/n8n/commit/a5cde70330e158de03a8589ff92a07b1fc02a0b1))
- **Wait Node:** Reject wait execution when workflow is canceled
([#&#8203;15924](https://redirect.github.com/n8n-io/n8n/issues/15924))
([e3110d1](https://redirect.github.com/n8n-io/n8n/commit/e3110d1f24354b32502c5def5383321ad7b27bbb))

##### Features

- Add Currents.dev node
([#&#8203;24566](https://redirect.github.com/n8n-io/n8n/issues/24566))
([356e3e6](https://redirect.github.com/n8n-io/n8n/commit/356e3e69bca44fea866a195fac167901744e8dd9))
- Add option to select eval suite on manual workflow dispatch
([#&#8203;24998](https://redirect.github.com/n8n-io/n8n/issues/24998))
([784ab19](https://redirect.github.com/n8n-io/n8n/commit/784ab19e40556a4cb415c1d1fd9a3293c59bb62f))
- **ai-builder:** Moving feedback buttons in workflow builder chat
([#&#8203;24732](https://redirect.github.com/n8n-io/n8n/issues/24732))
([18c903d](https://redirect.github.com/n8n-io/n8n/commit/18c903d78251106fc417873f70ce99a44848c2c5))
- **ai-builder:** Workflow builder "respond to webhook" understanding
([#&#8203;24641](https://redirect.github.com/n8n-io/n8n/issues/24641))
([d12e931](https://redirect.github.com/n8n-io/n8n/commit/d12e9318d0bd03eb4c6ba6be134ff7f0b0dd5f8f))
- **core:** Add auto-publish on Environments Feature Pull
([#&#8203;24701](https://redirect.github.com/n8n-io/n8n/issues/24701))
([18487d0](https://redirect.github.com/n8n-io/n8n/commit/18487d04591a1fce9a6738a2c2e919a6438fc8bc))
- **core:** Add data table resources to the public API
([#&#8203;23610](https://redirect.github.com/n8n-io/n8n/issues/23610))
([6b474e4](https://redirect.github.com/n8n-io/n8n/commit/6b474e414146586cdf21ecd62ec43248bb4af0ac))
- **core:** Add default Postgres query timeout
([#&#8203;25041](https://redirect.github.com/n8n-io/n8n/issues/25041))
([daba1e2](https://redirect.github.com/n8n-io/n8n/commit/daba1e2846528151e1fba914c78977cdc473cafd))
- **core:** Add profiling support via sentry
([#&#8203;25049](https://redirect.github.com/n8n-io/n8n/issues/25049))
([659de94](https://redirect.github.com/n8n-io/n8n/commit/659de949cbd9fee3eec88cfab8349a819f97012b))
- **core:** Allow changing the oauth token data for oauth2 credentials
on public API PATCH
([#&#8203;25042](https://redirect.github.com/n8n-io/n8n/issues/25042))
([252c5a6](https://redirect.github.com/n8n-io/n8n/commit/252c5a6c3c9830ecd0d9f5c5da755cc7a7eb53d2))
- **core:** Fill out external secret provider endpoints for CRUD
operations
([#&#8203;24862](https://redirect.github.com/n8n-io/n8n/issues/24862))
([386979a](https://redirect.github.com/n8n-io/n8n/commit/386979a27cfe0b22657d3da947b37c0f040ca931))
- **core:** Index both latest published and draft workflow versions
([#&#8203;24861](https://redirect.github.com/n8n-io/n8n/issues/24861))
([0e1b2a8](https://redirect.github.com/n8n-io/n8n/commit/0e1b2a870eaac2103a6aeb7212bbb1d456cb8a5d))
- **core:** Make database ping timeout configurable
([#&#8203;24985](https://redirect.github.com/n8n-io/n8n/issues/24985))
([308429c](https://redirect.github.com/n8n-io/n8n/commit/308429c871af59ad602529aed154b9c830bde633))
- **Crypto Node:** Add credentials for Hmac and Sign operations
([#&#8203;24798](https://redirect.github.com/n8n-io/n8n/issues/24798))
([25f5199](https://redirect.github.com/n8n-io/n8n/commit/25f5199b462098075aa5bef6e6866f18d66e75e5))
- **editor:** Add AI Usage settings page
([#&#8203;20926](https://redirect.github.com/n8n-io/n8n/issues/20926))
([ff68b7b](https://redirect.github.com/n8n-io/n8n/commit/ff68b7bd2c2e07517782b17de77b9eeac6936fc4))
- **editor:** Add Dialog component to design system
([#&#8203;24591](https://redirect.github.com/n8n-io/n8n/issues/24591))
([a19ae52](https://redirect.github.com/n8n-io/n8n/commit/a19ae52e7b0f0d4c38b09ae630773a556635fbfe))
- **editor:** Add secrets provider connections dashboard
([#&#8203;24654](https://redirect.github.com/n8n-io/n8n/issues/24654))
([6dd4cc8](https://redirect.github.com/n8n-io/n8n/commit/6dd4cc81b496acbb90658bd55d8e3063376fdd13))
- **editor:** Pause autosave on connection failures
([#&#8203;24456](https://redirect.github.com/n8n-io/n8n/issues/24456))
([769e781](https://redirect.github.com/n8n-io/n8n/commit/769e7819a6dd6e285b9faeeb749f101bee67c361))
- **editor:** Secret Store connection modal for multiple providers
([#&#8203;25004](https://redirect.github.com/n8n-io/n8n/issues/25004))
([768bf7f](https://redirect.github.com/n8n-io/n8n/commit/768bf7f7f1947b6d6e6bcb1980508a9abcec6779))
- **editor:** Show ChatHub action buttons on hover
([#&#8203;24923](https://redirect.github.com/n8n-io/n8n/issues/24923))
([779a04f](https://redirect.github.com/n8n-io/n8n/commit/779a04f4712bf66498167fbed935e52f1c15fc43))
- **FormTrigger Node:** Support ip filtering for the FormTrigger node
([#&#8203;24644](https://redirect.github.com/n8n-io/n8n/issues/24644))
([44650b1](https://redirect.github.com/n8n-io/n8n/commit/44650b1bb3b88363ae698a1743c0d29fdec0e0ac))
- **Kafka Trigger Node:** Add option to keep binary data for downstream
processing
([#&#8203;21843](https://redirect.github.com/n8n-io/n8n/issues/21843))
([b110a9e](https://redirect.github.com/n8n-io/n8n/commit/b110a9e46764fb0a7df90ebca711186d9c5a7262))
- **Microsoft Agent 365 Trigger Node:** Integration for Microsoft Agents
365
([#&#8203;25145](https://redirect.github.com/n8n-io/n8n/issues/25145))
([805b222](https://redirect.github.com/n8n-io/n8n/commit/805b2223a87b2a0e9d1bcd5fe35085ea78b39c87))
- Remove success toasts on workflow creation
([#&#8203;24979](https://redirect.github.com/n8n-io/n8n/issues/24979))
([36355f8](https://redirect.github.com/n8n-io/n8n/commit/36355f8c589d38cc2ced600c332009f6bd089f8a))
- **Zendesk Trigger Node:** Add webhook signature verification
([#&#8203;24881](https://redirect.github.com/n8n-io/n8n/issues/24881))
([4622aca](https://redirect.github.com/n8n-io/n8n/commit/4622acaccc69afb9720390e8e0011f490208fd1a))

##### Performance Improvements

- **core:** Continue reducing baseline memory usage
([#&#8203;24981](https://redirect.github.com/n8n-io/n8n/issues/24981))
([a5117a3](https://redirect.github.com/n8n-io/n8n/commit/a5117a30fca20795f45650a99e7902e3a03f7143))
- **core:** Lazyload Swagger, PSL and MCP libs
([#&#8203;24902](https://redirect.github.com/n8n-io/n8n/issues/24902))
([012ce09](https://redirect.github.com/n8n-io/n8n/commit/012ce09846dfea82860742f8ca435fe22dcbbe39))
- **core:** Make MCP module exclusive to main
([#&#8203;24899](https://redirect.github.com/n8n-io/n8n/issues/24899))
([b75347b](https://redirect.github.com/n8n-io/n8n/commit/b75347b3a1f88ac73a70b14aadf355d3414d86fb))
- **core:** Minimize execution data fetching
([#&#8203;25073](https://redirect.github.com/n8n-io/n8n/issues/25073))
([efd741f](https://redirect.github.com/n8n-io/n8n/commit/efd741f529a71416897619a31de31688569f9e5b))
- **core:** Optimize saving execution progress
([#&#8203;25089](https://redirect.github.com/n8n-io/n8n/issues/25089))
([075ffd0](https://redirect.github.com/n8n-io/n8n/commit/075ffd05f1c3172b512f9d5f52373ffb3af40319))

</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:eyJjcmVhdGVkSW5WZXIiOiI0Mi4xNy4wIiwidXBkYXRlZEluVmVyIjoiNDIuMTcuMCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhcHAvbjhuIiwiYXV0b21lcmdlIiwicmVub3ZhdGUvY29udGFpbmVyIiwidHlwZS9taW5vciJdfQ==-->

Signed-off-by: Alfred Göppel <43101280+alfi0812@users.noreply.github.com>
Co-authored-by: Alfred Göppel <43101280+alfi0812@users.noreply.github.com>
2026-02-02 16:32:42 +00:00
TrueCharts Bot 7528d4005a feat(victoriametrics): update image docker.io/victoriametrics/victoria-metrics v1.134.0 → v1.135.0 (#44465) 2026-02-02 17:24:48 +01:00
TrueCharts Bot 5079d74c83 fix(docuseal): update image docker.io/docuseal/docuseal 2.3.1 → 2.3.2 (#44457) 2026-02-02 17:24:45 +01:00
TrueCharts Bot 4c9a40434a fix(timetagger): update image ghcr.io/almarklein/timetagger v26.1.2 → v26.1.3 (#44461) 2026-02-02 17:24:41 +01:00
TrueCharts Bot c5bbe4801a fix(n8n): update image ghcr.io/n8n-io/n8n 2.6.2 → 2.6.3 (#44459) 2026-02-02 17:24:34 +01:00