mirror of
https://github.com/truenas/charts.git
synced 2026-02-09 05:24:34 +08:00
* Upgraded catalog item(s)
This commit upgrades elastic-search, home-assistant, prometheus, chia, immich, node-red catalog item(s).
* bump common
---------
Co-authored-by: sonicaj <waqarsonic1@gmail.com>
Co-authored-by: Stavros kois <s.kois@outlook.com>
46 lines
874 B
YAML
46 lines
874 B
YAML
node18Image:
|
|
repository: nodered/node-red
|
|
pullPolicy: IfNotPresent
|
|
tag: 3.1.0-18
|
|
node18MinimalImage:
|
|
repository: nodered/node-red
|
|
pullPolicy: IfNotPresent
|
|
tag: 3.1.0-18-minimal
|
|
node16Image:
|
|
repository: nodered/node-red
|
|
pullPolicy: IfNotPresent
|
|
tag: 3.1.0-16
|
|
node16MinimalImage:
|
|
repository: nodered/node-red
|
|
pullPolicy: IfNotPresent
|
|
tag: 3.1.0-16-minimal
|
|
node14Image:
|
|
repository: nodered/node-red
|
|
pullPolicy: IfNotPresent
|
|
tag: 3.1.0-14
|
|
node14MinimalImage:
|
|
repository: nodered/node-red
|
|
pullPolicy: IfNotPresent
|
|
tag: 3.1.0-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
|
|
datasetName: data
|
|
additionalStorages: []
|