mirror of
https://github.com/truenas/charts.git
synced 2026-04-14 02:30:53 +08:00
Update chia docker image tag to use ix docker image
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
apiVersion: v1
|
||||
appVersion: 1.1.7
|
||||
appVersion: 1.2.0-pre2
|
||||
dependencies:
|
||||
- name: common
|
||||
repository: file://../../../library/common/2105.0.0
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
image:
|
||||
pullPolicy: IfNotPresent
|
||||
repository: ghcr.io/chia-network/chia
|
||||
tag: 1.1.7
|
||||
repository: ixsystems/chia-docker
|
||||
tag: 1.2.0-pre2
|
||||
updateStrategy: Recreate
|
||||
|
||||
@@ -4,6 +4,16 @@ groups:
|
||||
- name: "Chia Environment Variables"
|
||||
description: "Set the environment that will be visible to the container"
|
||||
|
||||
portals:
|
||||
web_portal:
|
||||
protocols:
|
||||
- "https"
|
||||
host:
|
||||
- "www.truepool.io"
|
||||
ports:
|
||||
- 443
|
||||
path: "/kb/truepool-docker-image/"
|
||||
|
||||
questions:
|
||||
- variable: appVolumeMounts
|
||||
label: "Chia Storage"
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
image:
|
||||
repository: ghcr.io/chia-network/chia
|
||||
tag: 1.1.7
|
||||
repository: ixsystems/chia-docker
|
||||
tag: 1.2.0-pre2
|
||||
pullPolicy: IfNotPresent
|
||||
updateStrategy: Recreate
|
||||
|
||||
|
||||
Reference in New Issue
Block a user