mirror of
https://github.com/truenas/charts.git
synced 2026-04-07 04:39:15 +08:00
* Upgraded catalog item(s)
This commit upgrades emby, minecraft, cloudflared, immich, kavita, n8n, node-red catalog item(s).
* undo 2 apps
---------
Co-authored-by: sonicaj <waqarsonic1@gmail.com>
Co-authored-by: Stavros kois <s.kois@outlook.com>
47 lines
896 B
YAML
47 lines
896 B
YAML
node18Image:
|
|
repository: nodered/node-red
|
|
pullPolicy: IfNotPresent
|
|
tag: 3.1.5-18
|
|
node18MinimalImage:
|
|
repository: nodered/node-red
|
|
pullPolicy: IfNotPresent
|
|
tag: 3.1.5-18-minimal
|
|
node16Image:
|
|
repository: nodered/node-red
|
|
pullPolicy: IfNotPresent
|
|
tag: 3.1.5-16
|
|
node16MinimalImage:
|
|
repository: nodered/node-red
|
|
pullPolicy: IfNotPresent
|
|
tag: 3.1.5-16-minimal
|
|
node14Image:
|
|
repository: nodered/node-red
|
|
pullPolicy: IfNotPresent
|
|
tag: 3.1.5-14
|
|
node14MinimalImage:
|
|
repository: nodered/node-red
|
|
pullPolicy: IfNotPresent
|
|
tag: 3.1.5-14-minimal
|
|
|
|
resources:
|
|
limits:
|
|
cpu: 4000m
|
|
memory: 8Gi
|
|
|
|
noderedConfig:
|
|
imageSelector: node16Image
|
|
safeMode: false
|
|
enableProjects: false
|
|
additionalEnvs: []
|
|
|
|
noderedNetwork:
|
|
webPort: 30049
|
|
hostNetwork: false
|
|
|
|
noderedStorage:
|
|
data:
|
|
type: ixVolume
|
|
ixVolumeConfig:
|
|
datasetName: data
|
|
additionalStorages: []
|