Commit new Chart releases for TrueCharts
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
parent
745e7b9dd2
commit
9d0595d8ce
|
@ -1,9 +0,0 @@
|
||||||
|
|
||||||
|
|
||||||
## [n8n-9.0.27](https://github.com/truecharts/charts/compare/n8n-9.0.26...n8n-9.0.27) (2023-11-08)
|
|
||||||
|
|
||||||
### Chore
|
|
||||||
|
|
||||||
- update helm general non-major ([#14465](https://github.com/truecharts/charts/issues/14465))
|
|
||||||
|
|
||||||
|
|
|
@ -4,6 +4,15 @@
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
## [n8n-9.0.28](https://github.com/truecharts/charts/compare/n8n-9.0.27...n8n-9.0.28) (2023-11-15)
|
||||||
|
|
||||||
|
### Chore
|
||||||
|
|
||||||
|
- update container image tccr.io/truecharts/n8n to v1.17.0 ([#14691](https://github.com/truecharts/charts/issues/14691))
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
## [n8n-9.0.27](https://github.com/truecharts/charts/compare/n8n-9.0.26...n8n-9.0.27) (2023-11-08)
|
## [n8n-9.0.27](https://github.com/truecharts/charts/compare/n8n-9.0.26...n8n-9.0.27) (2023-11-08)
|
||||||
|
|
||||||
### Chore
|
### Chore
|
||||||
|
@ -88,12 +97,3 @@
|
||||||
|
|
||||||
|
|
||||||
## [n8n-9.0.18](https://github.com/truecharts/charts/compare/n8n-9.0.17...n8n-9.0.18) (2023-10-25)
|
## [n8n-9.0.18](https://github.com/truecharts/charts/compare/n8n-9.0.17...n8n-9.0.18) (2023-10-25)
|
||||||
|
|
||||||
### Chore
|
|
||||||
|
|
||||||
- update container image tccr.io/truecharts/n8n to v1.12.2 ([#13971](https://github.com/truecharts/charts/issues/13971))
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
## [n8n-9.0.17](https://github.com/truecharts/charts/compare/n8n-9.0.16...n8n-9.0.17) (2023-10-23)
|
|
|
@ -1,5 +1,5 @@
|
||||||
apiVersion: v2
|
apiVersion: v2
|
||||||
appVersion: "1.16.0"
|
appVersion: "1.17.0"
|
||||||
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.27
|
version: 9.0.28
|
||||||
annotations:
|
annotations:
|
||||||
truecharts.org/category: media
|
truecharts.org/category: media
|
||||||
truecharts.org/SCALE-support: "true"
|
truecharts.org/SCALE-support: "true"
|
|
@ -0,0 +1,9 @@
|
||||||
|
|
||||||
|
|
||||||
|
## [n8n-9.0.28](https://github.com/truecharts/charts/compare/n8n-9.0.27...n8n-9.0.28) (2023-11-15)
|
||||||
|
|
||||||
|
### Chore
|
||||||
|
|
||||||
|
- update container image tccr.io/truecharts/n8n to v1.17.0 ([#14691](https://github.com/truecharts/charts/issues/14691))
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
image:
|
image:
|
||||||
repository: tccr.io/truecharts/n8n
|
repository: tccr.io/truecharts/n8n
|
||||||
tag: v1.16.0@sha256:affc54b36123025be1172a8f1fbdabab6e1352a97d73f9c7d932db0d5a2fd320
|
tag: v1.17.0@sha256:71a239406394b4db203bf65122fbb5b853ff7704f2b6809404b7b585d8c54fad
|
||||||
pullPolicy: IfNotPresent
|
pullPolicy: IfNotPresent
|
||||||
timezoneandlocale: {}
|
timezoneandlocale: {}
|
||||||
# N8N_DEFAULT_LOCALE: "en"
|
# N8N_DEFAULT_LOCALE: "en"
|
|
@ -1145,6 +1145,99 @@ questions:
|
||||||
show_if: [["type", "=", "pvc"]]
|
show_if: [["type", "=", "pvc"]]
|
||||||
type: string
|
type: string
|
||||||
default: 256Gi
|
default: 256Gi
|
||||||
|
- variable: storageClass
|
||||||
|
label: 'storageClass (Advanced)'
|
||||||
|
description: 'sets the storageClass to something other than iX default. Only for advanced usecases!'
|
||||||
|
schema:
|
||||||
|
show_if: [["type", "=", "pvc"]]
|
||||||
|
type: string
|
||||||
|
default: ""
|
||||||
|
- variable: static
|
||||||
|
label: 'Static Fixed PVC Bindings (Experimental)'
|
||||||
|
description: Link a PVC to a specific storage location
|
||||||
|
schema:
|
||||||
|
show_if: [["type", "=", "pvc"]]
|
||||||
|
type: dict
|
||||||
|
additional_attrs: true
|
||||||
|
attrs:
|
||||||
|
- variable: mode
|
||||||
|
label: mode
|
||||||
|
description: |
|
||||||
|
disabled: use normal dynamic PVCs
|
||||||
|
smb: connect to an SMB share
|
||||||
|
nfs: connect to an NFS share
|
||||||
|
schema:
|
||||||
|
type: string
|
||||||
|
default: "disabled"
|
||||||
|
enum:
|
||||||
|
- value: "disabled"
|
||||||
|
description: disabled
|
||||||
|
- value: smb
|
||||||
|
description: smb
|
||||||
|
- value: nfs
|
||||||
|
description: nfs
|
||||||
|
- variable: server
|
||||||
|
label: Server
|
||||||
|
description: server to connect to
|
||||||
|
schema:
|
||||||
|
type: string
|
||||||
|
show_if: [["mode", "!=", "disabled"]]
|
||||||
|
default: "myserver"
|
||||||
|
- variable: share
|
||||||
|
label: Share
|
||||||
|
description: share to connect to
|
||||||
|
schema:
|
||||||
|
type: string
|
||||||
|
show_if: [["mode", "!=", "disabled"]]
|
||||||
|
default: "/myshare"
|
||||||
|
- variable: user
|
||||||
|
label: User
|
||||||
|
description: connecting user
|
||||||
|
schema:
|
||||||
|
type: string
|
||||||
|
show_if: [["mode", "=", "smb"]]
|
||||||
|
default: "myuser"
|
||||||
|
- variable: domain
|
||||||
|
label: Domain
|
||||||
|
description: user domain
|
||||||
|
schema:
|
||||||
|
type: string
|
||||||
|
show_if: [["mode", "=", "smb"]]
|
||||||
|
default: ""
|
||||||
|
- variable: password
|
||||||
|
label: Password
|
||||||
|
description: connecting password
|
||||||
|
schema:
|
||||||
|
type: string
|
||||||
|
show_if: [["mode", "=", "smb"]]
|
||||||
|
default: ""
|
||||||
|
- variable: volumeSnapshots
|
||||||
|
label: 'Volume Snapshots (Experimental)'
|
||||||
|
description: Add an entry to the list to force creation of a volumeSnapshot of this PVC
|
||||||
|
schema:
|
||||||
|
show_if: [["type", "=", "pvc"]]
|
||||||
|
type: list
|
||||||
|
default: []
|
||||||
|
items:
|
||||||
|
- variable: volumeSnapshotEntry
|
||||||
|
label: Custom volumeSnapshot
|
||||||
|
schema:
|
||||||
|
additional_attrs: true
|
||||||
|
type: dict
|
||||||
|
attrs:
|
||||||
|
- variable: name
|
||||||
|
label: Name
|
||||||
|
description: 'WARNING: renaming this, means deletion of the snapshot with the old name!'
|
||||||
|
schema:
|
||||||
|
type: string
|
||||||
|
default: "mysnapshot"
|
||||||
|
required: true
|
||||||
|
- variable: volumeSnapshotClassName
|
||||||
|
label: 'volumeSnapshot Class Name (Advanced)'
|
||||||
|
description: For use with PVCs using a non-default storageClass
|
||||||
|
schema:
|
||||||
|
type: string
|
||||||
|
default: ""
|
||||||
- variable: persistenceList
|
- variable: persistenceList
|
||||||
label: Additional App Storage
|
label: Additional App Storage
|
||||||
group: Storage and Persistence
|
group: Storage and Persistence
|
||||||
|
@ -1265,6 +1358,99 @@ questions:
|
||||||
show_if: [["type", "=", "pvc"]]
|
show_if: [["type", "=", "pvc"]]
|
||||||
type: string
|
type: string
|
||||||
default: 256Gi
|
default: 256Gi
|
||||||
|
- variable: storageClass
|
||||||
|
label: 'storageClass (Advanced)'
|
||||||
|
description: 'sets the storageClass to something other than iX default. Only for advanced usecases!'
|
||||||
|
schema:
|
||||||
|
show_if: [["type", "=", "pvc"]]
|
||||||
|
type: string
|
||||||
|
default: ""
|
||||||
|
- variable: static
|
||||||
|
label: 'Static Fixed PVC Bindings (Experimental)'
|
||||||
|
description: Link a PVC to a specific storage location
|
||||||
|
schema:
|
||||||
|
show_if: [["type", "=", "pvc"]]
|
||||||
|
type: dict
|
||||||
|
additional_attrs: true
|
||||||
|
attrs:
|
||||||
|
- variable: mode
|
||||||
|
label: mode
|
||||||
|
description: |
|
||||||
|
disabled: use normal dynamic PVCs
|
||||||
|
smb: connect to an SMB share
|
||||||
|
nfs: connect to an NFS share
|
||||||
|
schema:
|
||||||
|
type: string
|
||||||
|
default: "disabled"
|
||||||
|
enum:
|
||||||
|
- value: "disabled"
|
||||||
|
description: disabled
|
||||||
|
- value: smb
|
||||||
|
description: smb
|
||||||
|
- value: nfs
|
||||||
|
description: nfs
|
||||||
|
- variable: server
|
||||||
|
label: Server
|
||||||
|
description: server to connect to
|
||||||
|
schema:
|
||||||
|
type: string
|
||||||
|
show_if: [["mode", "!=", "disabled"]]
|
||||||
|
default: "myserver"
|
||||||
|
- variable: share
|
||||||
|
label: Share
|
||||||
|
description: share to connect to
|
||||||
|
schema:
|
||||||
|
type: string
|
||||||
|
show_if: [["mode", "!=", "disabled"]]
|
||||||
|
default: "/myshare"
|
||||||
|
- variable: user
|
||||||
|
label: User
|
||||||
|
description: connecting user
|
||||||
|
schema:
|
||||||
|
type: string
|
||||||
|
show_if: [["mode", "=", "smb"]]
|
||||||
|
default: "myuser"
|
||||||
|
- variable: domain
|
||||||
|
label: Domain
|
||||||
|
description: user domain
|
||||||
|
schema:
|
||||||
|
type: string
|
||||||
|
show_if: [["mode", "=", "smb"]]
|
||||||
|
default: ""
|
||||||
|
- variable: password
|
||||||
|
label: Password
|
||||||
|
description: connecting password
|
||||||
|
schema:
|
||||||
|
type: string
|
||||||
|
show_if: [["mode", "=", "smb"]]
|
||||||
|
default: ""
|
||||||
|
- variable: volumeSnapshots
|
||||||
|
label: 'Volume Snapshots (Experimental)'
|
||||||
|
description: Add an entry to the list to force creation of a volumeSnapshot of this PVC
|
||||||
|
schema:
|
||||||
|
show_if: [["type", "=", "pvc"]]
|
||||||
|
type: list
|
||||||
|
default: []
|
||||||
|
items:
|
||||||
|
- variable: volumeSnapshotEntry
|
||||||
|
label: Custom volumeSnapshot
|
||||||
|
schema:
|
||||||
|
additional_attrs: true
|
||||||
|
type: dict
|
||||||
|
attrs:
|
||||||
|
- variable: name
|
||||||
|
label: Name
|
||||||
|
description: 'WARNING: renaming this, means deletion of the snapshot with the old name!'
|
||||||
|
schema:
|
||||||
|
type: string
|
||||||
|
default: "mysnapshot"
|
||||||
|
required: true
|
||||||
|
- variable: volumeSnapshotClassName
|
||||||
|
label: 'volumeSnapshot Class Name (Advanced)'
|
||||||
|
description: For use with PVCs using a non-default storageClass
|
||||||
|
schema:
|
||||||
|
type: string
|
||||||
|
default: ""
|
||||||
- variable: ingress
|
- variable: ingress
|
||||||
label: ""
|
label: ""
|
||||||
group: Ingress
|
group: Ingress
|
||||||
|
@ -1307,7 +1493,7 @@ questions:
|
||||||
label: Paths
|
label: Paths
|
||||||
schema:
|
schema:
|
||||||
type: list
|
type: list
|
||||||
default: []
|
default: [{path: "/", pathType: "Prefix"}]
|
||||||
items:
|
items:
|
||||||
- variable: pathEntry
|
- variable: pathEntry
|
||||||
label: Host
|
label: Host
|
Loading…
Reference in New Issue