Commit new Chart releases for TrueCharts
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
parent
e0c7eb0ff3
commit
e8ec40d325
|
@ -4,6 +4,15 @@
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
## [n8n-9.0.10](https://github.com/truecharts/charts/compare/n8n-9.0.9...n8n-9.0.10) (2023-10-03)
|
||||||
|
|
||||||
|
### Chore
|
||||||
|
|
||||||
|
- update container image tccr.io/truecharts/n8n to v1.9.0 ([#13058](https://github.com/truecharts/charts/issues/13058))
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
## [n8n-9.0.9](https://github.com/truecharts/charts/compare/n8n-9.0.8...n8n-9.0.9) (2023-09-27)
|
## [n8n-9.0.9](https://github.com/truecharts/charts/compare/n8n-9.0.8...n8n-9.0.9) (2023-09-27)
|
||||||
|
|
||||||
### Chore
|
### Chore
|
||||||
|
@ -88,12 +97,3 @@
|
||||||
|
|
||||||
## [n8n-9.0.0](https://github.com/truecharts/charts/compare/n8n-8.0.41...n8n-9.0.0) (2023-07-31)
|
## [n8n-9.0.0](https://github.com/truecharts/charts/compare/n8n-8.0.41...n8n-9.0.0) (2023-07-31)
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
## [n8n-8.0.41](https://github.com/truecharts/charts/compare/n8n-8.0.40...n8n-8.0.41) (2023-07-29)
|
|
||||||
|
|
||||||
### Chore
|
|
||||||
|
|
||||||
- update helm general non-major ([#10955](https://github.com/truecharts/charts/issues/10955))
|
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
apiVersion: v2
|
apiVersion: v2
|
||||||
appVersion: "1.8.2"
|
appVersion: "1.9.0"
|
||||||
dependencies:
|
dependencies:
|
||||||
- name: common
|
- name: common
|
||||||
repository: https://library-charts.truecharts.org
|
repository: https://library-charts.truecharts.org
|
||||||
|
@ -24,7 +24,7 @@ sources:
|
||||||
- https://github.com/truecharts/charts/tree/master/charts/stable/n8n
|
- https://github.com/truecharts/charts/tree/master/charts/stable/n8n
|
||||||
- https://docs.n8n.io/
|
- https://docs.n8n.io/
|
||||||
- https://github.com/n8n-io/n8n
|
- https://github.com/n8n-io/n8n
|
||||||
version: 9.0.9
|
version: 9.0.10
|
||||||
annotations:
|
annotations:
|
||||||
truecharts.org/catagories: |
|
truecharts.org/catagories: |
|
||||||
- media
|
- media
|
|
@ -0,0 +1,9 @@
|
||||||
|
|
||||||
|
|
||||||
|
## [n8n-9.0.10](https://github.com/truecharts/charts/compare/n8n-9.0.9...n8n-9.0.10) (2023-10-03)
|
||||||
|
|
||||||
|
### Chore
|
||||||
|
|
||||||
|
- update container image tccr.io/truecharts/n8n to v1.9.0 ([#13058](https://github.com/truecharts/charts/issues/13058))
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
image:
|
image:
|
||||||
repository: tccr.io/truecharts/n8n
|
repository: tccr.io/truecharts/n8n
|
||||||
tag: v1.8.2@sha256:e63f197655e503e55283ce1697f033902a2a096c9132f374ae30e6cbb14e6bb0
|
tag: v1.9.0@sha256:22f6d5721f48a2df4eb644d23d89f136343256af1c7a2b5b10cee6dbfbbc180d
|
||||||
pullPolicy: IfNotPresent
|
pullPolicy: IfNotPresent
|
||||||
timezoneandlocale: {}
|
timezoneandlocale: {}
|
||||||
# N8N_DEFAULT_LOCALE: "en"
|
# N8N_DEFAULT_LOCALE: "en"
|
|
@ -1,9 +0,0 @@
|
||||||
|
|
||||||
|
|
||||||
## [n8n-9.0.9](https://github.com/truecharts/charts/compare/n8n-9.0.8...n8n-9.0.9) (2023-09-27)
|
|
||||||
|
|
||||||
### Chore
|
|
||||||
|
|
||||||
- update container image tccr.io/truecharts/n8n to v1.8.2 ([#13001](https://github.com/truecharts/charts/issues/13001))
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue