TrueChartsClone/charts/stable/n8n
TrueCharts Bot 207acd8ce5
chore(deps): update container image n8nio/n8n to v1.60.0@c309e4a by renovate (#26633)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [n8nio/n8n](https://n8n.io)
([source](https://redirect.github.com/n8n-io/n8n)) | minor | `1.59.3` ->
`1.60.0` |

---

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

---

### Release Notes

<details>
<summary>n8n-io/n8n (n8nio/n8n)</summary>

###
[`v1.60.0`](https://redirect.github.com/n8n-io/n8n/blob/HEAD/CHANGELOG.md#1600-2024-09-18)

##### Bug Fixes

- **Azure OpenAI Chat Model Node:** Add response format option
([#&#8203;10851](https://redirect.github.com/n8n-io/n8n/issues/10851))
([0b5299a](0b5299a248))
- **Contentful Node:** Add missing additional fields to entry > get
([#&#8203;10830](https://redirect.github.com/n8n-io/n8n/issues/10830))
([c43aef1](c43aef1a26))
- **core:** Prevent shutdown error in regular mode
([#&#8203;10844](https://redirect.github.com/n8n-io/n8n/issues/10844))
([acb4194](acb4194fa1))
- **core:** Restore queue listeners for `webhook` process
([#&#8203;10781](https://redirect.github.com/n8n-io/n8n/issues/10781))
([86f4877](86f4877bab))
- **editor:** Add missing node parameter values to AI Assistant request
([#&#8203;10788](https://redirect.github.com/n8n-io/n8n/issues/10788))
([d65ade4](d65ade4e92))
- **editor:** Address edge toolbar rendering glitches
([#&#8203;10839](https://redirect.github.com/n8n-io/n8n/issues/10839))
([e0c0dde](e0c0ddee59))
- **editor:** Allow custom git repo urls in source control settings
([#&#8203;10849](https://redirect.github.com/n8n-io/n8n/issues/10849))
([a63a9b5](a63a9b53f0))
- **editor:** Fix completion on $input.item. in Code node
([#&#8203;10800](https://redirect.github.com/n8n-io/n8n/issues/10800))
([45dccf3](45dccf3d0c))
- **editor:** Make expression edit modal read-only in executions view
([#&#8203;10806](https://redirect.github.com/n8n-io/n8n/issues/10806))
([394ef88](394ef88843))
- **editor:** Make schema view search copy more clear
([#&#8203;10807](https://redirect.github.com/n8n-io/n8n/issues/10807))
([7f1c131](7f1c131b72))
- **editor:** Minimap Show nodes outside viewport
([#&#8203;10843](https://redirect.github.com/n8n-io/n8n/issues/10843))
([9c95db8](9c95db8282))
- **editor:** Prevent clipboard XSS injection
([#&#8203;10805](https://redirect.github.com/n8n-io/n8n/issues/10805))
([db846d3](db846d3235))
- **editor:** Render image binary-data using img tags
([#&#8203;10829](https://redirect.github.com/n8n-io/n8n/issues/10829))
([7c23101](7c23101ab8))
- **editor:** Replace v-html with custom directive to sanitize html
([#&#8203;10804](https://redirect.github.com/n8n-io/n8n/issues/10804))
([44e5fb9](44e5fb9b06))
- **editor:** Restore V1 keybinding, Space Key to toggle panning
([#&#8203;10841](https://redirect.github.com/n8n-io/n8n/issues/10841))
([5a1db6d](5a1db6db1a))
- Fix telemetry causing console error
([#&#8203;10828](https://redirect.github.com/n8n-io/n8n/issues/10828))
([3be31e2](3be31e27ed))
- **Google Vertex Chat Model Node:** Clean service account private key
([#&#8203;10770](https://redirect.github.com/n8n-io/n8n/issues/10770))
([e6d84db](e6d84db899))
- **HTTP Request Tool Node:** Fix subsequent tool calls reusung the same
options
([#&#8203;10808](https://redirect.github.com/n8n-io/n8n/issues/10808))
([d647ef4](d647ef41ac))
- **OpenAI Node, Basic LLM Chain Node, Tool Agent Node:** Better OpenAI
API rate limit errors
([#&#8203;10797](https://redirect.github.com/n8n-io/n8n/issues/10797))
([ab83c4b](ab83c4b416))
- Prevent copying workflow when copying outside of canvas
([#&#8203;10813](https://redirect.github.com/n8n-io/n8n/issues/10813))
([22c1890](22c1890139))
- **RSS Feed Trigger Node:** Handle empty items gracefully
([#&#8203;10855](https://redirect.github.com/n8n-io/n8n/issues/10855))
([c55df63](c55df63abc))

##### Features

- **core:** Allow customizing max file size in form-data payloads for
webhooks
([#&#8203;10857](https://redirect.github.com/n8n-io/n8n/issues/10857))
([a3335e0](a3335e0ecd))
- **core:** Introduce worker metrics
([#&#8203;10850](https://redirect.github.com/n8n-io/n8n/issues/10850))
([08ebe1e](08ebe1e480))
- **editor:** Add truncate directive
([#&#8203;10842](https://redirect.github.com/n8n-io/n8n/issues/10842))
([57836cc](57836cc17a))
- **editor:** Show Collaboration pane only when there are multiple
active users
([#&#8203;10772](https://redirect.github.com/n8n-io/n8n/issues/10772))
([a0af1d9](a0af1d9a06))
- **Invoice Ninja Node:** Add actions for bank transactions
([#&#8203;10389](https://redirect.github.com/n8n-io/n8n/issues/10389))
([5a2c7e0](5a2c7e00a0))
- **OpenAI Node:** Include O1 models in the models select
([#&#8203;10801](https://redirect.github.com/n8n-io/n8n/issues/10801))
([b2b1abc](b2b1abc531))

</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:eyJjcmVhdGVkSW5WZXIiOiIzOC44OC4xIiwidXBkYXRlZEluVmVyIjoiMzguODguMSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJ1cGRhdGUvZG9ja2VyL2dlbmVyYWwvbm9uLW1ham9yIl19-->
2024-09-18 20:35:04 +02:00
..
templates
.helmignore
CHANGELOG.md
Chart.yaml chore(deps): update container image n8nio/n8n to v1.60.0@c309e4a by renovate (#26633) 2024-09-18 20:35:04 +02:00
LICENSE
README.md
icon-small.webp
icon.webp
values.yaml chore(deps): update container image n8nio/n8n to v1.60.0@c309e4a by renovate (#26633) 2024-09-18 20:35:04 +02:00

README.md

title
README

General Info

TrueCharts can be installed as both normal Helm Charts or as TrueNAS SCALE Apps. Both solutions are fully supported, but we heavily advice the use of normal Helm Charts where possible

For more information about this Chart, please check the docs on the TrueCharts website

This chart is not maintained by the upstream project and any issues with the chart should be raised here

Installation

Helm-Chart installation

To install TrueCharts Helm charts using Helm, you can use our OCI Repository.

helm install mychart oci://tccr.io/truecharts/n8n

For more information on how to install TrueCharts Helm charts, checkout the instructions on the website

TrueNAS SCALE Apps

For more information on how to use TrueCharts as TrueNAS SCALE Apps, please checkout the quick-start guides for TrueNAS SCALE.

Chart Specific Guides and information

All our charts have dedicated documentation pages. The documentation for this chart can be found here: https://truecharts.org/charts/stable/n8n

Configuration Options

Please note: For TrueNAS SCALE, only options available in the GUI are supported. Hence most of these docs do not apply to TrueNAS SCALE

To view the chart specific options, please view Values.yaml included in the chart. The most recent version of which, is available here: https://github.com/truecharts/charts/blob/master/charts/stable/n8n/values.yaml

All our Charts use a shared "common" library chart that contains most of the templating and options. For the complete overview of all available options, please checkout the documentation for them on the common docs on our website

For information about the common chart and all defaults included with it, please review its values.yaml file available here: https://github.com/truecharts/library-charts/blob/main/library/common/values.yaml

Support


Sponsor TrueCharts

TrueCharts can only exist due to the incredible effort of our staff. Please consider making a donation or contributing back to the project any way you can!

All Rights Reserved - The TrueCharts Project