From 23006c60d242c072995eb384a6e97c24dc25984f Mon Sep 17 00:00:00 2001 From: sonicaj Date: Wed, 7 Jul 2021 21:58:28 +0500 Subject: [PATCH] Update chia item version --- test/chia/{1.2.2 => 1.3.0}/.helmignore | 0 test/chia/{1.2.2 => 1.3.0}/Chart.yaml | 2 +- test/chia/{1.2.2 => 1.3.0}/README.md | 0 test/chia/{1.2.2 => 1.3.0}/app-readme.md | 0 .../{1.2.2 => 1.3.0}/charts/common-2105.0.0.tgz | Bin test/chia/{1.2.2 => 1.3.0}/default_values.yaml | 0 test/chia/{1.2.2 => 1.3.0}/ix_values.yaml | 0 test/chia/{1.2.2 => 1.3.0}/questions.yaml | 0 test/chia/{1.2.2 => 1.3.0}/requirements.lock | 0 .../chia/{1.2.2 => 1.3.0}/templates/deployment.yaml | 0 .../templates/generate-mnemonic.yaml | 0 .../templates/mnemonic-configmap.yaml | 0 test/chia/{1.2.2 => 1.3.0}/test_values.yaml | 0 test/chia/{1.2.2 => 1.3.0}/values.yaml | 0 14 files changed, 1 insertion(+), 1 deletion(-) rename test/chia/{1.2.2 => 1.3.0}/.helmignore (100%) rename test/chia/{1.2.2 => 1.3.0}/Chart.yaml (96%) rename test/chia/{1.2.2 => 1.3.0}/README.md (100%) rename test/chia/{1.2.2 => 1.3.0}/app-readme.md (100%) rename test/chia/{1.2.2 => 1.3.0}/charts/common-2105.0.0.tgz (100%) rename test/chia/{1.2.2 => 1.3.0}/default_values.yaml (100%) rename test/chia/{1.2.2 => 1.3.0}/ix_values.yaml (100%) rename test/chia/{1.2.2 => 1.3.0}/questions.yaml (100%) rename test/chia/{1.2.2 => 1.3.0}/requirements.lock (100%) rename test/chia/{1.2.2 => 1.3.0}/templates/deployment.yaml (100%) rename test/chia/{1.2.2 => 1.3.0}/templates/generate-mnemonic.yaml (100%) rename test/chia/{1.2.2 => 1.3.0}/templates/mnemonic-configmap.yaml (100%) rename test/chia/{1.2.2 => 1.3.0}/test_values.yaml (100%) rename test/chia/{1.2.2 => 1.3.0}/values.yaml (100%) diff --git a/test/chia/1.2.2/.helmignore b/test/chia/1.3.0/.helmignore similarity index 100% rename from test/chia/1.2.2/.helmignore rename to test/chia/1.3.0/.helmignore diff --git a/test/chia/1.2.2/Chart.yaml b/test/chia/1.3.0/Chart.yaml similarity index 96% rename from test/chia/1.2.2/Chart.yaml rename to test/chia/1.3.0/Chart.yaml index 5c2d6dc2af..eb805c2cf9 100644 --- a/test/chia/1.2.2/Chart.yaml +++ b/test/chia/1.3.0/Chart.yaml @@ -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.2.2 +version: 1.3.0 diff --git a/test/chia/1.2.2/README.md b/test/chia/1.3.0/README.md similarity index 100% rename from test/chia/1.2.2/README.md rename to test/chia/1.3.0/README.md diff --git a/test/chia/1.2.2/app-readme.md b/test/chia/1.3.0/app-readme.md similarity index 100% rename from test/chia/1.2.2/app-readme.md rename to test/chia/1.3.0/app-readme.md diff --git a/test/chia/1.2.2/charts/common-2105.0.0.tgz b/test/chia/1.3.0/charts/common-2105.0.0.tgz similarity index 100% rename from test/chia/1.2.2/charts/common-2105.0.0.tgz rename to test/chia/1.3.0/charts/common-2105.0.0.tgz diff --git a/test/chia/1.2.2/default_values.yaml b/test/chia/1.3.0/default_values.yaml similarity index 100% rename from test/chia/1.2.2/default_values.yaml rename to test/chia/1.3.0/default_values.yaml diff --git a/test/chia/1.2.2/ix_values.yaml b/test/chia/1.3.0/ix_values.yaml similarity index 100% rename from test/chia/1.2.2/ix_values.yaml rename to test/chia/1.3.0/ix_values.yaml diff --git a/test/chia/1.2.2/questions.yaml b/test/chia/1.3.0/questions.yaml similarity index 100% rename from test/chia/1.2.2/questions.yaml rename to test/chia/1.3.0/questions.yaml diff --git a/test/chia/1.2.2/requirements.lock b/test/chia/1.3.0/requirements.lock similarity index 100% rename from test/chia/1.2.2/requirements.lock rename to test/chia/1.3.0/requirements.lock diff --git a/test/chia/1.2.2/templates/deployment.yaml b/test/chia/1.3.0/templates/deployment.yaml similarity index 100% rename from test/chia/1.2.2/templates/deployment.yaml rename to test/chia/1.3.0/templates/deployment.yaml diff --git a/test/chia/1.2.2/templates/generate-mnemonic.yaml b/test/chia/1.3.0/templates/generate-mnemonic.yaml similarity index 100% rename from test/chia/1.2.2/templates/generate-mnemonic.yaml rename to test/chia/1.3.0/templates/generate-mnemonic.yaml diff --git a/test/chia/1.2.2/templates/mnemonic-configmap.yaml b/test/chia/1.3.0/templates/mnemonic-configmap.yaml similarity index 100% rename from test/chia/1.2.2/templates/mnemonic-configmap.yaml rename to test/chia/1.3.0/templates/mnemonic-configmap.yaml diff --git a/test/chia/1.2.2/test_values.yaml b/test/chia/1.3.0/test_values.yaml similarity index 100% rename from test/chia/1.2.2/test_values.yaml rename to test/chia/1.3.0/test_values.yaml diff --git a/test/chia/1.2.2/values.yaml b/test/chia/1.3.0/values.yaml similarity index 100% rename from test/chia/1.2.2/values.yaml rename to test/chia/1.3.0/values.yaml