Commit new Chart releases for TrueCharts
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
parent
58f6d31f8d
commit
574200caba
|
@ -1,13 +0,0 @@
|
|||
|
||||
|
||||
## [n8n-8.0.23](https://github.com/truecharts/charts/compare/n8n-8.0.22...n8n-8.0.23) (2023-05-29)
|
||||
|
||||
### Chore
|
||||
|
||||
- update container image tccr.io/truecharts/n8n to v0.230.1 ([#9271](https://github.com/truecharts/charts/issues/9271))
|
||||
|
||||
### Feat
|
||||
|
||||
- hide advanced ingress options behind checbox ([#9203](https://github.com/truecharts/charts/issues/9203))
|
||||
|
||||
|
|
@ -4,6 +4,15 @@
|
|||
|
||||
|
||||
|
||||
## [n8n-8.0.24](https://github.com/truecharts/charts/compare/n8n-8.0.23...n8n-8.0.24) (2023-05-31)
|
||||
|
||||
### Chore
|
||||
|
||||
- update container image tccr.io/truecharts/n8n to v0.230.2 ([#9308](https://github.com/truecharts/charts/issues/9308))
|
||||
|
||||
|
||||
|
||||
|
||||
## [n8n-8.0.23](https://github.com/truecharts/charts/compare/n8n-8.0.22...n8n-8.0.23) (2023-05-29)
|
||||
|
||||
### Chore
|
||||
|
@ -88,12 +97,3 @@
|
|||
|
||||
### Chore
|
||||
|
||||
- update container image tccr.io/truecharts/n8n to v0.228.1 ([#8906](https://github.com/truecharts/charts/issues/8906))
|
||||
|
||||
|
||||
|
||||
|
||||
## [n8n-8.0.14](https://github.com/truecharts/charts/compare/n8n-8.0.13...n8n-8.0.14) (2023-05-08)
|
||||
|
||||
### Chore
|
||||
|
|
@ -1,5 +1,5 @@
|
|||
apiVersion: v2
|
||||
appVersion: "0.230.1"
|
||||
appVersion: "0.230.2"
|
||||
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: 8.0.23
|
||||
version: 8.0.24
|
||||
annotations:
|
||||
truecharts.org/catagories: |
|
||||
- media
|
|
@ -0,0 +1,9 @@
|
|||
|
||||
|
||||
## [n8n-8.0.24](https://github.com/truecharts/charts/compare/n8n-8.0.23...n8n-8.0.24) (2023-05-31)
|
||||
|
||||
### Chore
|
||||
|
||||
- update container image tccr.io/truecharts/n8n to v0.230.2 ([#9308](https://github.com/truecharts/charts/issues/9308))
|
||||
|
||||
|
|
@ -1,6 +1,6 @@
|
|||
image:
|
||||
repository: tccr.io/truecharts/n8n
|
||||
tag: v0.230.1@sha256:2b78bf58c5b2832e023dee97119a530d7a4d523fa7b66054276b35151411d1b7
|
||||
tag: v0.230.2@sha256:b436cf1ee46190048d28931e3742fb3421748492c8536e46480283b7c1a4e95e
|
||||
pullPolicy: IfNotPresent
|
||||
timezoneandlocale: {}
|
||||
# N8N_DEFAULT_LOCALE: "en"
|
Loading…
Reference in New Issue