Skip to content

Commit

Permalink
chore(deps): update container image n8nio/n8n to v1.22.3@d875cb7 by r…
Browse files Browse the repository at this point in the history
…enovate (#16668)

This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| n8nio/n8n | patch | `1.22.1` -> `1.22.3` |

---

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

---

### Configuration

📅 **Schedule**: Branch creation - "before 10pm on monday" in timezone
Europe/Amsterdam, 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:eyJjcmVhdGVkSW5WZXIiOiIzNy4xMTUuMCIsInVwZGF0ZWRJblZlciI6IjM3LjExNS4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
  • Loading branch information
truecharts-admin authored Dec 31, 2023
1 parent f815a4a commit 8fd09f5
Show file tree
Hide file tree
Showing 3 changed files with 37 additions and 36 deletions.
66 changes: 33 additions & 33 deletions charts/stable/n8n/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,45 +1,45 @@
kubeVersion: ">=1.24.0-0"
kubeVersion: '>=1.24.0-0'
apiVersion: v2
name: n8n
version: 12.1.0
appVersion: 1.22.1
version: 12.1.1
appVersion: 1.22.3
description: n8n is an extendable workflow automation tool.
home: https://truecharts.org/charts/stable/n8n
icon: https://truecharts.org/img/hotlink-ok/chart-icons/n8n.png
deprecated: false
sources:
- https://hub.docker.com/r/n8nio/n8n
- https://docs.n8n.io/
- https://github.com/n8n-io/n8n
- https://github.com/truecharts/charts/tree/master/charts/stable/n8n
- https://docs.n8n.io/
- https://github.com/n8n-io/n8n
- https://github.com/truecharts/charts/tree/master/charts/stable/n8n
- https://hub.docker.com/r/n8nio/n8n
maintainers:
- name: TrueCharts
email: info@truecharts.org
url: https://truecharts.org
- name: TrueCharts
email: info@truecharts.org
url: https://truecharts.org
keywords:
- workflows
- automation
- workflows
- automation
dependencies:
- name: common
version: 17.2.2
repository: https://library-charts.truecharts.org
condition: ""
alias: ""
tags: []
import-values: []
- name: redis
version: 11.1.0
repository: https://deps.truecharts.org
condition: redis.enabled
alias: ""
tags: []
import-values: []
- name: common
version: 17.2.2
repository: https://library-charts.truecharts.org
condition: ""
alias: ""
tags: []
import-values: []
- name: redis
version: 11.1.0
repository: https://deps.truecharts.org
condition: redis.enabled
alias: ""
tags: []
import-values: []
annotations:
max_scale_version: 23.10.2
min_scale_version: 23.10.0
truecharts.org/SCALE-support: "true"
truecharts.org/category: media
truecharts.org/max_helm_version: "3.13"
truecharts.org/min_helm_version: "3.12"
truecharts.org/train: stable
max_scale_version: 23.10.2
min_scale_version: 23.10.0
truecharts.org/SCALE-support: "true"
truecharts.org/category: media
truecharts.org/max_helm_version: "3.13"
truecharts.org/min_helm_version: "3.12"
truecharts.org/train: stable
type: application
5 changes: 3 additions & 2 deletions charts/stable/n8n/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
# README
---
title: README
---

## General Info

Expand All @@ -9,7 +11,6 @@ For more information about this App, please check the docs on the TrueCharts [we

**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)**


## Support

- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro).
Expand Down
2 changes: 1 addition & 1 deletion charts/stable/n8n/values.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
image:
repository: n8nio/n8n
tag: 1.22.1@sha256:946a54105965bef6abfd854e0f03008117fe36addfbf5969c0b968d7fd71b79a
tag: 1.22.3@sha256:d875cb762fe47bf3462e2b7f00eb45e6250c5be961f0a8a0a70d40e517157fff
pullPolicy: IfNotPresent
timezoneandlocale: {}
# N8N_DEFAULT_LOCALE: "en"
Expand Down

0 comments on commit 8fd09f5

Please sign in to comment.