From 22fa989faf2c73c74c1bb61d9c4151fbc9c78125 Mon Sep 17 00:00:00 2001 From: sonicaj Date: Wed, 7 Jul 2021 22:01:33 +0500 Subject: [PATCH] Update chia docker image tag to use ix docker image --- test/chia/1.3.0/Chart.yaml | 2 +- test/chia/1.3.0/ix_values.yaml | 4 ++-- test/chia/1.3.0/questions.yaml | 10 ++++++++++ test/chia/1.3.0/test_values.yaml | 4 ++-- 4 files changed, 15 insertions(+), 5 deletions(-) diff --git a/test/chia/1.3.0/Chart.yaml b/test/chia/1.3.0/Chart.yaml index eb805c2cf9..eab9227883 100644 --- a/test/chia/1.3.0/Chart.yaml +++ b/test/chia/1.3.0/Chart.yaml @@ -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 diff --git a/test/chia/1.3.0/ix_values.yaml b/test/chia/1.3.0/ix_values.yaml index acac381046..f470c21a09 100644 --- a/test/chia/1.3.0/ix_values.yaml +++ b/test/chia/1.3.0/ix_values.yaml @@ -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 diff --git a/test/chia/1.3.0/questions.yaml b/test/chia/1.3.0/questions.yaml index 1a56f3d2cb..c9a9065b25 100644 --- a/test/chia/1.3.0/questions.yaml +++ b/test/chia/1.3.0/questions.yaml @@ -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" diff --git a/test/chia/1.3.0/test_values.yaml b/test/chia/1.3.0/test_values.yaml index e53da72e9c..d8b7b3a28f 100644 --- a/test/chia/1.3.0/test_values.yaml +++ b/test/chia/1.3.0/test_values.yaml @@ -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