Commit new Chart releases for TrueCharts
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
parent
329fd8d3be
commit
8596735568
|
@ -1,9 +0,0 @@
|
|||
|
||||
|
||||
## [n8n-7.0.35](https://github.com/truecharts/charts/compare/n8n-7.0.34...n8n-7.0.35) (2023-01-24)
|
||||
|
||||
### Chore
|
||||
|
||||
- update helm general non-major ([#6689](https://github.com/truecharts/charts/issues/6689))
|
||||
|
||||
|
|
@ -4,6 +4,15 @@
|
|||
|
||||
|
||||
|
||||
## [n8n-7.0.36](https://github.com/truecharts/charts/compare/n8n-7.0.35...n8n-7.0.36) (2023-01-31)
|
||||
|
||||
### Chore
|
||||
|
||||
- update container image tccr.io/truecharts/n8n to v0.213.0
|
||||
|
||||
|
||||
|
||||
|
||||
## [n8n-7.0.35](https://github.com/truecharts/charts/compare/n8n-7.0.34...n8n-7.0.35) (2023-01-24)
|
||||
|
||||
### Chore
|
||||
|
@ -88,12 +97,3 @@
|
|||
## [n8n-7.0.26](https://github.com/truecharts/charts/compare/n8n-7.0.25...n8n-7.0.26) (2022-12-26)
|
||||
|
||||
### Chore
|
||||
|
||||
- update helm general non-major ([#5839](https://github.com/truecharts/charts/issues/5839))
|
||||
|
||||
|
||||
|
||||
|
||||
## [n8n-7.0.25](https://github.com/truecharts/charts/compare/n8n-7.0.24...n8n-7.0.25) (2022-12-25)
|
||||
|
||||
### Chore
|
|
@ -1,5 +1,5 @@
|
|||
apiVersion: v2
|
||||
appVersion: "0.211.2"
|
||||
appVersion: "0.213.0"
|
||||
dependencies:
|
||||
- name: common
|
||||
repository: https://library-charts.truecharts.org
|
||||
|
@ -29,7 +29,7 @@ sources:
|
|||
- https://docs.n8n.io/
|
||||
- https://github.com/n8n-io/n8n
|
||||
- https://hub.docker.com/r/n8nio/n8n
|
||||
version: 7.0.35
|
||||
version: 7.0.36
|
||||
annotations:
|
||||
truecharts.org/catagories: |
|
||||
- media
|
|
@ -0,0 +1,9 @@
|
|||
|
||||
|
||||
## [n8n-7.0.36](https://github.com/truecharts/charts/compare/n8n-7.0.35...n8n-7.0.36) (2023-01-31)
|
||||
|
||||
### Chore
|
||||
|
||||
- update container image tccr.io/truecharts/n8n to v0.213.0
|
||||
|
||||
|
|
@ -1,6 +1,6 @@
|
|||
image:
|
||||
repository: tccr.io/truecharts/n8n
|
||||
tag: 0.211.2@sha256:6b23461df49c75ee6db502600a9223ddaa8fa03f5e8a4012d0f33dab5f19b960
|
||||
tag: 0.213.0@sha256:4f3cc948ee1dc3d5f2ed301a747fa467c7372466a72589504689487f014ed6c4
|
||||
pullPolicy: IfNotPresent
|
||||
|
||||
securityContext:
|
Loading…
Reference in New Issue