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 | `9407654` -> `73e7282` | 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> ### [`v1.105.0`](https://redirect.github.com/n8n-io/n8n/blob/HEAD/CHANGELOG.md#11050-2025-07-28) ##### Bug Fixes - **core:** Add headers to telemetry cross origin request ([#​17631](https://redirect.github.com/n8n-io/n8n/issues/17631)) ([251e892](https://redirect.github.com/n8n-io/n8n/commit/251e892a09b82b2f1f980d3984e3aef84ed1732e)) - **core:** Decouple removing and closing destination from actually deleting it ([#​17614](https://redirect.github.com/n8n-io/n8n/issues/17614)) ([b09f737](https://redirect.github.com/n8n-io/n8n/commit/b09f73701d8b6ce0e3bc4ef28d0f5d9fc7fb5df1)) - **core:** Fetching schema files in Docker ([#​17623](https://redirect.github.com/n8n-io/n8n/issues/17623)) ([5a3b0a2](https://redirect.github.com/n8n-io/n8n/commit/5a3b0a24811eea5ebd9d80c26a54fea74665569f)) - **core:** Fix getLiveExecutionRowsOnPostgres when there are multiple n8n schemas ([#​17635](https://redirect.github.com/n8n-io/n8n/issues/17635)) ([9e3bfff](https://redirect.github.com/n8n-io/n8n/commit/9e3bfff68d35a2eb21ba43452fc01ee24601c122)) - **core:** Ignore pairedItem when checking for incorrect output data from a node ([#​17340](https://redirect.github.com/n8n-io/n8n/issues/17340)) ([2708fe8](https://redirect.github.com/n8n-io/n8n/commit/2708fe81a5323687c59c3d483d6bf3c67464f657)) - **core:** Make the module loading for local dev more generic ([#​17547](https://redirect.github.com/n8n-io/n8n/issues/17547)) ([01b95a9](https://redirect.github.com/n8n-io/n8n/commit/01b95a9ee5dd4985e4770ef625ced91158f849da)) - **core:** Optimize connection type lookups ([#​17585](https://redirect.github.com/n8n-io/n8n/issues/17585)) ([70eab1b](https://redirect.github.com/n8n-io/n8n/commit/70eab1b2a02d70a46a56e8c993ccc694e38ac2d5)) - **core:** Remove non-included nodes regardless of the package when using NODES\_INCLUDE ([#​17517](https://redirect.github.com/n8n-io/n8n/issues/17517)) ([1641d39](https://redirect.github.com/n8n-io/n8n/commit/1641d3964b72539354a939400af91e2692368058)) - Do not throw on tool errors, instead return error message ([#​17558](https://redirect.github.com/n8n-io/n8n/issues/17558)) ([f11ec53](https://redirect.github.com/n8n-io/n8n/commit/f11ec538dca2938e57302a1bedd5dd7d1e7a9488)) - **editor:** Add background same as that of the parent ([#​17625](https://redirect.github.com/n8n-io/n8n/issues/17625)) ([8660057](https://redirect.github.com/n8n-io/n8n/commit/8660057350e21b604b3fb3f627ccd32659058e87)) - **editor:** Case-sensitive credential search in `NodeCredentials` component ([#​17564](https://redirect.github.com/n8n-io/n8n/issues/17564)) ([3ce9a99](https://redirect.github.com/n8n-io/n8n/commit/3ce9a998ae454929207dd9add4a67b68dba13bc8)) - **editor:** Do not show new NDV for sticky notes ([#​17537](https://redirect.github.com/n8n-io/n8n/issues/17537)) ([4de3759](https://redirect.github.com/n8n-io/n8n/commit/4de3759a59cade3f82c57a1eeba1c6b4a16a3eaf)) - **editor:** Fix canvas layouting when tab is not active ([#​17638](https://redirect.github.com/n8n-io/n8n/issues/17638)) ([2df76e0](https://redirect.github.com/n8n-io/n8n/commit/2df76e020ef3a962fc991f2d108a8181914a2dd1)) - **editor:** Fix error when there is no path back to referenced node ([#​16059](https://redirect.github.com/n8n-io/n8n/issues/16059)) ([d6ac924](https://redirect.github.com/n8n-io/n8n/commit/d6ac924b3b7d2205cbcc0e5edc7ad407f4fe2a19)) - **editor:** Fix layout of binary data preview in the log view ([#​17584](https://redirect.github.com/n8n-io/n8n/issues/17584)) ([456c4e8](https://redirect.github.com/n8n-io/n8n/commit/456c4e8167ed95e5f096daaae9cc46cad90a0981)) - **editor:** Fix trimPayloadToSize mutating original objects in AI assistant ([#​17498](https://redirect.github.com/n8n-io/n8n/issues/17498)) ([1010043](https://redirect.github.com/n8n-io/n8n/commit/101004390bf5cdf5f67675dcfccb551f71ea4b70)) - **editor:** Hide `What's New` notification in executions demo view ([#​17742](https://redirect.github.com/n8n-io/n8n/issues/17742)) ([cebb1f6](https://redirect.github.com/n8n-io/n8n/commit/cebb1f65669638a6716dbbd2eb9873ae8dbfe108)) - **editor:** Improve filter change handling with debounced updates for date fields ([#​17618](https://redirect.github.com/n8n-io/n8n/issues/17618)) ([ae08917](https://redirect.github.com/n8n-io/n8n/commit/ae089173a71b3417ca07ae4bf49d4b0b3d31bf09)) - **editor:** Make inline text edit component reactive to prop changes ([#​17557](https://redirect.github.com/n8n-io/n8n/issues/17557)) ([9c793a4](https://redirect.github.com/n8n-io/n8n/commit/9c793a45c562631ec331f65ca871334f5a8a8e2f)) - **editor:** Make sure HTML editor field is not editable when workflow is in read only mode ([#​17561](https://redirect.github.com/n8n-io/n8n/issues/17561)) ([18c02df](https://redirect.github.com/n8n-io/n8n/commit/18c02dfa2b5cf76663b4678046a8bcb313fba1f4)) - **editor:** Persist SSO protocol setting properly in the UI ([#​17572](https://redirect.github.com/n8n-io/n8n/issues/17572)) ([4b2be26](https://redirect.github.com/n8n-io/n8n/commit/4b2be263790a53bf46b99f3301ddec6a771b2daf)) - **editor:** Prevent default action on Enter key in commit and push dialog ([#​17578](https://redirect.github.com/n8n-io/n8n/issues/17578)) ([e317c92](https://redirect.github.com/n8n-io/n8n/commit/e317c929161733a03ff61c07ae6f3ae12cf22ef2)) - **editor:** Prevent unnecessary updates on model value change in InlineTextEdit component ([#​17553](https://redirect.github.com/n8n-io/n8n/issues/17553)) ([832b7fd](https://redirect.github.com/n8n-io/n8n/commit/832b7fda3b59cc518624128ca98d26983cb444fd)) - **editor:** Remove inline script and style from index.html ([#​17531](https://redirect.github.com/n8n-io/n8n/issues/17531)) ([0db24ce](https://redirect.github.com/n8n-io/n8n/commit/0db24ce71b671f6311fc47ac9553466d34c46ba8)) - **editor:** Render HTML in the log view ([#​17586](https://redirect.github.com/n8n-io/n8n/issues/17586)) ([46635c5](https://redirect.github.com/n8n-io/n8n/commit/46635c59418630c2f24fce5cb8c25e425eddc3c2)) - **editor:** Tweak configurable node width ([#​17512](https://redirect.github.com/n8n-io/n8n/issues/17512)) ([3825f8a](https://redirect.github.com/n8n-io/n8n/commit/3825f8a806fcc67a33f43ce6ebd71b6a8023d7d8)) - **GitHub Document Loader Node:** Fix node loading issue ([#​17494](https://redirect.github.com/n8n-io/n8n/issues/17494)) ([8fb3d8d](https://redirect.github.com/n8n-io/n8n/commit/8fb3d8d5870682af4b8b0c31949b5c1569a70d90)) - **Google Gemini Node:** Error when used as tool with "Message a model" operation ([#​17491](https://redirect.github.com/n8n-io/n8n/issues/17491)) ([f30cc7b](https://redirect.github.com/n8n-io/n8n/commit/f30cc7b6cfba6998091f31fcd3012a971b3a2bb8)) - **Google Sheets Node:** Get Rows operation returns an empty string when the cell has a value of 0 ([#​17642](https://redirect.github.com/n8n-io/n8n/issues/17642)) ([9808783](https://redirect.github.com/n8n-io/n8n/commit/980878398e9f6b498ba7079492e92bdba6fa6778)) - **MySQL Node:** Do not replace $ values with null ([#​17327](https://redirect.github.com/n8n-io/n8n/issues/17327)) ([4b626e5](https://redirect.github.com/n8n-io/n8n/commit/4b626e528219c0610528a1119a2bb60c8442952d)) - **OpenAI Node:** Fix memory connector for assistant message ([#​17501](https://redirect.github.com/n8n-io/n8n/issues/17501)) ([e51b056](https://redirect.github.com/n8n-io/n8n/commit/e51b056e3a8fd79c73b0a87eaf6595b7f03d546b)) - Prevent error when importing nodes with malformed collection params ([#​17580](https://redirect.github.com/n8n-io/n8n/issues/17580)) ([4713827](https://redirect.github.com/n8n-io/n8n/commit/4713827813809065c8800adc7c0cd4bf42f54eeb)) - **RabbitMQ Trigger Node:** Respect the "Delete From Queue When" option with manual executions ([#​17554](https://redirect.github.com/n8n-io/n8n/issues/17554)) ([2bd0aa3](https://redirect.github.com/n8n-io/n8n/commit/2bd0aa38e24dcada0777921d457586d35095ac42)) - **Telegram Node:** Determine the MIME type when downloading the file ([#​17725](https://redirect.github.com/n8n-io/n8n/issues/17725)) ([a9c29e3](https://redirect.github.com/n8n-io/n8n/commit/a9c29e340adf370a65222600f3fac6884642c747)) - Update packages for security fixes ([#​17733](https://redirect.github.com/n8n-io/n8n/issues/17733)) ([edeb8ef](https://redirect.github.com/n8n-io/n8n/commit/edeb8ef8a437f30a6c37826ad1eccb6a35a4d3bc)) - Update settings icons on canvas style ([#​17636](https://redirect.github.com/n8n-io/n8n/issues/17636)) ([0338ebb](https://redirect.github.com/n8n-io/n8n/commit/0338ebb3dde3be4050ee869fb056f67827a764b2)) - **Webhook Node:** Don't wrap response in an iframe if it doesn't have HTML ([#​17671](https://redirect.github.com/n8n-io/n8n/issues/17671)) ([69beafb](https://redirect.github.com/n8n-io/n8n/commit/69beafbf7127d6492fc875ab243e6f2e174e61ec)) ##### Features - **core:** Increase Cron observability ([#​17626](https://redirect.github.com/n8n-io/n8n/issues/17626)) ([08c38a7](https://redirect.github.com/n8n-io/n8n/commit/08c38a76f384642c09fab6fc47f76bffd532a5b8)) - **editor:** Add dragging and hiding for evaluation table columns ([#​17587](https://redirect.github.com/n8n-io/n8n/issues/17587)) ([921cdb6](https://redirect.github.com/n8n-io/n8n/commit/921cdb6fd0ff11793a2ec08faee28b1c5842e25b)) - **editor:** Add follow up question nps ([#​17459](https://redirect.github.com/n8n-io/n8n/issues/17459)) ([e18ffe8](https://redirect.github.com/n8n-io/n8n/commit/e18ffe809c044f2e10564669d96cf79779a8a279)) - **editor:** Add settings icons to the node on canvas ([#​15467](https://redirect.github.com/n8n-io/n8n/issues/15467)) ([a2f21a7](https://redirect.github.com/n8n-io/n8n/commit/a2f21a76159e40de97c84c7604d3039d7e9a522e)) - **editor:** New users see whatsnew notification only if new ([#​17409](https://redirect.github.com/n8n-io/n8n/issues/17409)) ([a1d2a55](https://redirect.github.com/n8n-io/n8n/commit/a1d2a55f7e6e04389cd8b86aacb9c78f2bffdc41)) - **editor:** Release the Focus Panel ([#​17734](https://redirect.github.com/n8n-io/n8n/issues/17734)) ([a415dbf](https://redirect.github.com/n8n-io/n8n/commit/a415dbfd96c429f34e5de0a3572c7338d31321af)) - **editor:** Use remote filtering for error workflow search in settings ([#​17624](https://redirect.github.com/n8n-io/n8n/issues/17624)) ([e1ef35a](https://redirect.github.com/n8n-io/n8n/commit/e1ef35a2b4a44c1ff9770b387fec9b5a3a742838)) - Proxy all RudderStack frontend telemetry events through the backend ([#​17177](https://redirect.github.com/n8n-io/n8n/issues/17177)) ([5524b21](https://redirect.github.com/n8n-io/n8n/commit/5524b2137a0b54132df7dad1600c2e3054ed78c8)) - Respond to chat and wait for response ([#​12546](https://redirect.github.com/n8n-io/n8n/issues/12546)) ([a98ed2c](https://redirect.github.com/n8n-io/n8n/commit/a98ed2ca495d5c86ebb61baad049592ba1bce3a6)) - **RSS Read Node:** Add support for custom response fields ([#​16875](https://redirect.github.com/n8n-io/n8n/issues/16875)) ([d520059](https://redirect.github.com/n8n-io/n8n/commit/d520059ec36a9f0a578a60ddd8ea9811e76afd1f)) - Track inputs and outputs in Evaluations ([#​17404](https://redirect.github.com/n8n-io/n8n/issues/17404)) ([c18fabb](https://redirect.github.com/n8n-io/n8n/commit/c18fabb419889d35bf70326f83e26300eaba0102)) </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:eyJjcmVhdGVkSW5WZXIiOiI0MS4yMC4wIiwidXBkYXRlZEluVmVyIjoiNDEuMjAuMCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL21pbm9yIl19-->
title
| title |
|---|
| TrueCharts |
Community Helm Chart Catalog
TrueCharts is a catalog of highly optimised Helm Charts. Made for the community, By the community!
All our charts are supposed to work together and be easy to setup using any helm-compatible deployment tool, above all, give the average user more than enough options to tune things to their liking.
Getting started using TrueCharts
Support
Please check our FAQ, manual and Issue tracker There is a significant chance your issue has been reported before!
Still something not working as expected? Contact us! and we'll figure it out together!
Development
Our development process is fully distributed and agile, so every chart-maintainer is free to set their own roadmap and development speed and does not have to comply to a centralised roadmap. This ensures freedom and flexibility for everyone involved and makes sure you, the end user, always has the latest and greatest of every Chart installed.
Getting into creating Charts
For more information check the website: https://truecharts.org
Contact and Support
To contact the TrueCharts project:
-
Create an issue on Github issues
-
Open a Support Ticket
-
Send us an email
Contributors ✨
Thanks goes to these wonderful people (emoji key):
This project follows the all-contributors specification. Contributions of any kind welcome!
Licence
Truecharts, is primarily based on a AGPL-v3 license, this ensures almost everyone can use and modify our charts. Licences can vary on a per-Chart basis. This can easily be seen by the presence of a "LICENSE" file in said folder.
An exception to this, has been made for every document inside folders labeled as docs or doc and their subfolders: those folders are not licensed under AGPL-v3 and are considered "all rights reserved". Said content can be modified and changes submitted per PR, in accordance to the github End User License Agreement.
SPDX-License-Identifier: AGPL-3.0