mirror of
https://github.com/truenas/charts.git
synced 2026-05-11 11:06:11 +08:00
* Upgraded catalog item(s)
This commit upgrades home-assistant, plex, nextcloud, chia, ipfs catalog item(s).
* fix NC version
* manually indent for now
---------
Co-authored-by: sonicaj <waqarsonic1@gmail.com>
Co-authored-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>
29 lines
474 B
YAML
29 lines
474 B
YAML
image:
|
|
repository: ghcr.io/chia-network/chia
|
|
tag: 1.7.1
|
|
pullPolicy: IfNotPresent
|
|
resources:
|
|
limits:
|
|
cpu: 4000m
|
|
memory: 8Gi
|
|
chiaNetwork:
|
|
chiaPort: 8444
|
|
farmerPort: 8447
|
|
chiaConfig:
|
|
service: ''
|
|
farmer_address: ''
|
|
farmer_port: ''
|
|
ca: ''
|
|
full_node_peer: ''
|
|
additionalEnvs: []
|
|
chiaStorage:
|
|
data:
|
|
type: ixVolume
|
|
hostPath: ''
|
|
datasetName: data
|
|
plots:
|
|
type: ixVolume
|
|
hostPath: /
|
|
datasetName: plots
|
|
additionalVolumes: []
|