Commit new Chart releases for TrueCharts
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
parent
029cf8ebd9
commit
cc203057d3
|
@ -1,9 +0,0 @@
|
|||
|
||||
|
||||
## [n8n-9.0.12](https://github.com/truecharts/charts/compare/n8n-9.0.11...n8n-9.0.12) (2023-10-07)
|
||||
|
||||
### Chore
|
||||
|
||||
- update helm general non-major ([#13386](https://github.com/truecharts/charts/issues/13386))
|
||||
|
||||
|
|
@ -4,6 +4,15 @@
|
|||
|
||||
|
||||
|
||||
## [n8n-9.0.13](https://github.com/truecharts/charts/compare/n8n-9.0.12...n8n-9.0.13) (2023-10-11)
|
||||
|
||||
### Chore
|
||||
|
||||
- update container image tccr.io/truecharts/n8n to v1.10.1 ([#13510](https://github.com/truecharts/charts/issues/13510))
|
||||
|
||||
|
||||
|
||||
|
||||
## [n8n-9.0.12](https://github.com/truecharts/charts/compare/n8n-9.0.11...n8n-9.0.12) (2023-10-07)
|
||||
|
||||
### Chore
|
||||
|
@ -88,12 +97,3 @@
|
|||
## [n8n-9.0.3](https://github.com/truecharts/charts/compare/n8n-9.0.2...n8n-9.0.3) (2023-08-18)
|
||||
|
||||
### Chore
|
||||
|
||||
- update container image tccr.io/truecharts/n8n to v1.3.1 ([#11679](https://github.com/truecharts/charts/issues/11679))
|
||||
|
||||
|
||||
|
||||
|
||||
## [n8n-9.0.2](https://github.com/truecharts/charts/compare/n8n-9.0.1...n8n-9.0.2) (2023-08-18)
|
||||
|
||||
### Chore
|
|
@ -1,5 +1,5 @@
|
|||
apiVersion: v2
|
||||
appVersion: "1.10.0"
|
||||
appVersion: "1.10.1"
|
||||
dependencies:
|
||||
- name: common
|
||||
repository: https://library-charts.truecharts.org
|
||||
|
@ -24,7 +24,7 @@ sources:
|
|||
- https://github.com/truecharts/charts/tree/master/charts/stable/n8n
|
||||
- https://docs.n8n.io/
|
||||
- https://github.com/n8n-io/n8n
|
||||
version: 9.0.12
|
||||
version: 9.0.13
|
||||
annotations:
|
||||
truecharts.org/catagories: |
|
||||
- media
|
|
@ -0,0 +1,9 @@
|
|||
|
||||
|
||||
## [n8n-9.0.13](https://github.com/truecharts/charts/compare/n8n-9.0.12...n8n-9.0.13) (2023-10-11)
|
||||
|
||||
### Chore
|
||||
|
||||
- update container image tccr.io/truecharts/n8n to v1.10.1 ([#13510](https://github.com/truecharts/charts/issues/13510))
|
||||
|
||||
|
|
@ -1,6 +1,6 @@
|
|||
image:
|
||||
repository: tccr.io/truecharts/n8n
|
||||
tag: v1.10.0@sha256:29557ea50ad41c891eba8d0ae54376f9d45031c174845e0fcec39dbc9ca13c03
|
||||
tag: v1.10.1@sha256:e010158594786f3c015416d3d35d1e647267ba694ad506af16a571b055544101
|
||||
pullPolicy: IfNotPresent
|
||||
timezoneandlocale: {}
|
||||
# N8N_DEFAULT_LOCALE: "en"
|
Loading…
Reference in New Issue