Commit new Chart releases for TrueCharts
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
parent
2af226a8de
commit
a2d57bd5c6
|
@ -1,9 +0,0 @@
|
||||||
|
|
||||||
|
|
||||||
## [n8n-9.0.16](https://github.com/truecharts/charts/compare/n8n-9.0.15...n8n-9.0.16) (2023-10-18)
|
|
||||||
|
|
||||||
### Chore
|
|
||||||
|
|
||||||
- update container image tccr.io/truecharts/n8n to v1.12.0 ([#13754](https://github.com/truecharts/charts/issues/13754))
|
|
||||||
|
|
||||||
|
|
|
@ -4,6 +4,15 @@
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
## [n8n-9.0.17](https://github.com/truecharts/charts/compare/n8n-9.0.16...n8n-9.0.17) (2023-10-23)
|
||||||
|
|
||||||
|
### Chore
|
||||||
|
|
||||||
|
- update container image tccr.io/truecharts/n8n to v1.12.1 ([#13914](https://github.com/truecharts/charts/issues/13914))
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
## [n8n-9.0.16](https://github.com/truecharts/charts/compare/n8n-9.0.15...n8n-9.0.16) (2023-10-18)
|
## [n8n-9.0.16](https://github.com/truecharts/charts/compare/n8n-9.0.15...n8n-9.0.16) (2023-10-18)
|
||||||
|
|
||||||
### Chore
|
### Chore
|
||||||
|
@ -88,12 +97,3 @@
|
||||||
## [n8n-9.0.8](https://github.com/truecharts/charts/compare/n8n-9.0.7...n8n-9.0.8) (2023-09-22)
|
## [n8n-9.0.8](https://github.com/truecharts/charts/compare/n8n-9.0.7...n8n-9.0.8) (2023-09-22)
|
||||||
|
|
||||||
### Chore
|
### Chore
|
||||||
|
|
||||||
- update container image tccr.io/truecharts/n8n to v1.8.1 ([#12842](https://github.com/truecharts/charts/issues/12842))
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
## [n8n-9.0.7](https://github.com/truecharts/charts/compare/n8n-9.0.6...n8n-9.0.7) (2023-09-14)
|
|
||||||
|
|
||||||
### Chore
|
|
|
@ -1,5 +1,5 @@
|
||||||
apiVersion: v2
|
apiVersion: v2
|
||||||
appVersion: "1.12.0"
|
appVersion: "1.12.1"
|
||||||
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.16
|
version: 9.0.17
|
||||||
annotations:
|
annotations:
|
||||||
truecharts.org/catagories: |
|
truecharts.org/catagories: |
|
||||||
- media
|
- media
|
|
@ -0,0 +1,9 @@
|
||||||
|
|
||||||
|
|
||||||
|
## [n8n-9.0.17](https://github.com/truecharts/charts/compare/n8n-9.0.16...n8n-9.0.17) (2023-10-23)
|
||||||
|
|
||||||
|
### Chore
|
||||||
|
|
||||||
|
- update container image tccr.io/truecharts/n8n to v1.12.1 ([#13914](https://github.com/truecharts/charts/issues/13914))
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
image:
|
image:
|
||||||
repository: tccr.io/truecharts/n8n
|
repository: tccr.io/truecharts/n8n
|
||||||
tag: v1.12.0@sha256:3d2d586bdfc6a6655cb487b05f6fe506415856767bb30d2745dc6386625e680f
|
tag: v1.12.1@sha256:e7d4c72032d73e2d927d98fa8cac4102e93fd96bc2eb6c8ff7da2c7b35afda2f
|
||||||
pullPolicy: IfNotPresent
|
pullPolicy: IfNotPresent
|
||||||
timezoneandlocale: {}
|
timezoneandlocale: {}
|
||||||
# N8N_DEFAULT_LOCALE: "en"
|
# N8N_DEFAULT_LOCALE: "en"
|
Loading…
Reference in New Issue