Commit new Chart releases for TrueCharts
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
parent
e4f66b9c20
commit
e8dd6960b3
|
@ -1,9 +0,0 @@
|
|||
|
||||
|
||||
## [n8n-7.0.41](https://github.com/truecharts/charts/compare/n8n-7.0.40...n8n-7.0.41) (2023-02-10)
|
||||
|
||||
### Fix
|
||||
|
||||
- ensure new helm deps repo is used in latest releases as well.
|
||||
|
||||
|
|
@ -4,6 +4,15 @@
|
|||
|
||||
|
||||
|
||||
## [n8n-7.0.42](https://github.com/truecharts/charts/compare/n8n-7.0.41...n8n-7.0.42) (2023-02-10)
|
||||
|
||||
### Chore
|
||||
|
||||
- update container image tccr.io/truecharts/n8n to v0.215.0
|
||||
|
||||
|
||||
|
||||
|
||||
## [n8n-7.0.41](https://github.com/truecharts/charts/compare/n8n-7.0.40...n8n-7.0.41) (2023-02-10)
|
||||
|
||||
### Fix
|
||||
|
@ -88,12 +97,3 @@
|
|||
## [n8n-7.0.32](https://github.com/truecharts/charts/compare/n8n-7.0.31...n8n-7.0.32) (2023-01-17)
|
||||
|
||||
### Chore
|
||||
|
||||
- update helm general non-major ([#6430](https://github.com/truecharts/charts/issues/6430))
|
||||
|
||||
|
||||
|
||||
|
||||
## [n8n-7.0.31](https://github.com/truecharts/charts/compare/n8n-7.0.30...n8n-7.0.31) (2023-01-10)
|
||||
|
||||
### Chore
|
|
@ -1,5 +1,5 @@
|
|||
apiVersion: v2
|
||||
appVersion: "0.214.3"
|
||||
appVersion: "0.215.0"
|
||||
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.41
|
||||
version: 7.0.42
|
||||
annotations:
|
||||
truecharts.org/catagories: |
|
||||
- media
|
|
@ -0,0 +1,9 @@
|
|||
|
||||
|
||||
## [n8n-7.0.42](https://github.com/truecharts/charts/compare/n8n-7.0.41...n8n-7.0.42) (2023-02-10)
|
||||
|
||||
### Chore
|
||||
|
||||
- update container image tccr.io/truecharts/n8n to v0.215.0
|
||||
|
||||
|
|
@ -1,6 +1,6 @@
|
|||
image:
|
||||
repository: tccr.io/truecharts/n8n
|
||||
tag: 0.214.3@sha256:9c4a78326191aaf9fb2f42659432bbea987bd2fcda82a5b7f49854ba6deb790e
|
||||
tag: 0.215.0@sha256:7c5fec382b374f2091ecb7ea77ce2e1fbd370086fc3ab6d65f27dda79816fedd
|
||||
pullPolicy: IfNotPresent
|
||||
|
||||
securityContext:
|
Loading…
Reference in New Issue