mirror of
https://github.com/truenas/charts.git
synced 2026-04-08 05:08:18 +08:00
Merge pull request #98 from truenas/fix-chia-mount
Fix Chia configuration mountpoint
This commit is contained in:
@@ -15,4 +15,4 @@ name: chia
|
||||
sources:
|
||||
- https://github.com/Chia-Network/chia-blockchain
|
||||
- https://github.com/orgs/chia-network/packages/container/package/chia
|
||||
version: 1.3.4
|
||||
version: 1.3.5
|
||||
@@ -59,7 +59,7 @@ questions:
|
||||
type: path
|
||||
hidden: true
|
||||
editable: false
|
||||
default: "/root/.chia"
|
||||
default: "/data"
|
||||
- variable: hostPathEnabled
|
||||
label: "Enable Custom Host Path for Chia Configuration Volume"
|
||||
schema:
|
||||
@@ -1,7 +1,7 @@
|
||||
appVolumeMounts:
|
||||
data:
|
||||
emptyDir: true
|
||||
mountPath: /root/.chia
|
||||
mountPath: /data
|
||||
staging:
|
||||
emptyDir: true
|
||||
mountPath: /plots
|
||||
@@ -15,4 +15,4 @@ name: chia
|
||||
sources:
|
||||
- https://github.com/Chia-Network/chia-blockchain
|
||||
- https://github.com/orgs/chia-network/packages/container/package/chia
|
||||
version: 1.3.4
|
||||
version: 1.3.5
|
||||
@@ -59,7 +59,7 @@ questions:
|
||||
type: path
|
||||
hidden: true
|
||||
editable: false
|
||||
default: "/root/.chia"
|
||||
default: "/data"
|
||||
- variable: hostPathEnabled
|
||||
label: "Enable Custom Host Path for Chia Configuration Volume"
|
||||
schema:
|
||||
@@ -1,7 +1,7 @@
|
||||
appVolumeMounts:
|
||||
data:
|
||||
emptyDir: true
|
||||
mountPath: /root/.chia
|
||||
mountPath: /data
|
||||
staging:
|
||||
emptyDir: true
|
||||
mountPath: /plots
|
||||
Reference in New Issue
Block a user