Commit new Chart releases for TrueCharts
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
parent
8a35101bf9
commit
55cf8d8b6f
|
@ -1,9 +0,0 @@
|
|||
|
||||
|
||||
## [n8n-7.0.46](https://github.com/truecharts/charts/compare/n8n-7.0.45...n8n-7.0.46) (2023-02-20)
|
||||
|
||||
### Chore
|
||||
|
||||
- update container image tccr.io/truecharts/n8n to v0.216.0
|
||||
|
||||
|
|
@ -4,6 +4,15 @@
|
|||
|
||||
|
||||
|
||||
## [n8n-7.0.47](https://github.com/truecharts/charts/compare/n8n-7.0.46...n8n-7.0.47) (2023-02-22)
|
||||
|
||||
### Chore
|
||||
|
||||
- update container image tccr.io/truecharts/n8n to v0.216.1
|
||||
|
||||
|
||||
|
||||
|
||||
## [n8n-7.0.46](https://github.com/truecharts/charts/compare/n8n-7.0.45...n8n-7.0.46) (2023-02-20)
|
||||
|
||||
### Chore
|
||||
|
@ -88,12 +97,3 @@
|
|||
## [n8n-7.0.37](https://github.com/truecharts/charts/compare/n8n-7.0.36...n8n-7.0.37) (2023-02-03)
|
||||
|
||||
### Fix
|
||||
|
||||
- clean more non-link sources ([#6925](https://github.com/truecharts/charts/issues/6925))
|
||||
|
||||
|
||||
|
||||
|
||||
## [n8n-7.0.36](https://github.com/truecharts/charts/compare/n8n-7.0.35...n8n-7.0.36) (2023-01-31)
|
||||
|
||||
### Chore
|
|
@ -1,5 +1,5 @@
|
|||
apiVersion: v2
|
||||
appVersion: "0.216.0"
|
||||
appVersion: "0.216.1"
|
||||
dependencies:
|
||||
- name: common
|
||||
repository: https://library-charts.truecharts.org
|
||||
|
@ -29,7 +29,7 @@ sources:
|
|||
- https://hub.docker.com/r/n8nio/n8n
|
||||
- https://docs.n8n.io/
|
||||
- https://github.com/n8n-io/n8n
|
||||
version: 7.0.46
|
||||
version: 7.0.47
|
||||
annotations:
|
||||
truecharts.org/catagories: |
|
||||
- media
|
|
@ -0,0 +1,9 @@
|
|||
|
||||
|
||||
## [n8n-7.0.47](https://github.com/truecharts/charts/compare/n8n-7.0.46...n8n-7.0.47) (2023-02-22)
|
||||
|
||||
### Chore
|
||||
|
||||
- update container image tccr.io/truecharts/n8n to v0.216.1
|
||||
|
||||
|
|
@ -1,6 +1,6 @@
|
|||
image:
|
||||
repository: tccr.io/truecharts/n8n
|
||||
tag: 0.216.0@sha256:15754b63ae1aed935761150a4e3e0e538a569ac3c98d127c0b44cf9ab92aad0f
|
||||
tag: 0.216.1@sha256:222719f4010f5c3d903bb199e81e905dbdb728b3948a38c29d8e69f8cd93f311
|
||||
pullPolicy: IfNotPresent
|
||||
|
||||
securityContext:
|
Loading…
Reference in New Issue