Commit new Chart releases for TrueCharts
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
parent
db2b229e30
commit
d3f5137692
|
@ -1,9 +0,0 @@
|
||||||
|
|
||||||
|
|
||||||
## [n8n-9.0.6](https://github.com/truecharts/charts/compare/n8n-9.0.5...n8n-9.0.6) (2023-09-14)
|
|
||||||
|
|
||||||
### Chore
|
|
||||||
|
|
||||||
- update container image tccr.io/truecharts/n8n to v1.7.0 ([#12581](https://github.com/truecharts/charts/issues/12581))
|
|
||||||
|
|
||||||
|
|
|
@ -4,6 +4,15 @@
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
## [n8n-9.0.7](https://github.com/truecharts/charts/compare/n8n-9.0.6...n8n-9.0.7) (2023-09-14)
|
||||||
|
|
||||||
|
### Chore
|
||||||
|
|
||||||
|
- update container image tccr.io/truecharts/n8n to v1.7.1 ([#12596](https://github.com/truecharts/charts/issues/12596))
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
## [n8n-9.0.6](https://github.com/truecharts/charts/compare/n8n-9.0.5...n8n-9.0.6) (2023-09-14)
|
## [n8n-9.0.6](https://github.com/truecharts/charts/compare/n8n-9.0.5...n8n-9.0.6) (2023-09-14)
|
||||||
|
|
||||||
### Chore
|
### Chore
|
||||||
|
@ -88,12 +97,3 @@
|
||||||
|
|
||||||
- update container image tccr.io/truecharts/n8n to v1.0.4 ([#10641](https://github.com/truecharts/charts/issues/10641))
|
- update container image tccr.io/truecharts/n8n to v1.0.4 ([#10641](https://github.com/truecharts/charts/issues/10641))
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
## [n8n-8.0.38](https://github.com/truecharts/charts/compare/n8n-8.0.37...n8n-8.0.38) (2023-07-18)
|
|
||||||
|
|
||||||
### Chore
|
|
||||||
|
|
||||||
- update container image tccr.io/truecharts/n8n to v1.0.3 ([#10586](https://github.com/truecharts/charts/issues/10586))
|
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
apiVersion: v2
|
apiVersion: v2
|
||||||
appVersion: "1.7.0"
|
appVersion: "1.7.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.6
|
version: 9.0.7
|
||||||
annotations:
|
annotations:
|
||||||
truecharts.org/catagories: |
|
truecharts.org/catagories: |
|
||||||
- media
|
- media
|
|
@ -0,0 +1,9 @@
|
||||||
|
|
||||||
|
|
||||||
|
## [n8n-9.0.7](https://github.com/truecharts/charts/compare/n8n-9.0.6...n8n-9.0.7) (2023-09-14)
|
||||||
|
|
||||||
|
### Chore
|
||||||
|
|
||||||
|
- update container image tccr.io/truecharts/n8n to v1.7.1 ([#12596](https://github.com/truecharts/charts/issues/12596))
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
image:
|
image:
|
||||||
repository: tccr.io/truecharts/n8n
|
repository: tccr.io/truecharts/n8n
|
||||||
tag: v1.7.0@sha256:0cc30760e68f434d8ce73699f844515682ecab402b93ebee8dedb301fafdc724
|
tag: v1.7.1@sha256:e486e86f94ac12f4f7ba1cff51f0fbef00611cb9c1b56e0241ff879164979a3b
|
||||||
pullPolicy: IfNotPresent
|
pullPolicy: IfNotPresent
|
||||||
timezoneandlocale: {}
|
timezoneandlocale: {}
|
||||||
# N8N_DEFAULT_LOCALE: "en"
|
# N8N_DEFAULT_LOCALE: "en"
|
Loading…
Reference in New Issue