From 4c0479f35eb87ee2ee7089a42738e9873430b54e Mon Sep 17 00:00:00 2001 From: sonicaj Date: Tue, 22 Jun 2021 21:01:24 +0500 Subject: [PATCH] Bump chia version in test train --- test/chia/{1.1.0 => 1.2.1}/.helmignore | 0 test/chia/{1.1.0 => 1.2.1}/Chart.yaml | 2 +- test/chia/{1.1.0 => 1.2.1}/README.md | 0 test/chia/{1.1.0 => 1.2.1}/app-readme.md | 0 .../{1.1.0 => 1.2.1}/charts/common-2105.0.0.tgz | Bin test/chia/{1.1.0 => 1.2.1}/default_values.yaml | 0 test/chia/{1.1.0 => 1.2.1}/ix_values.yaml | 0 test/chia/{1.1.0 => 1.2.1}/questions.yaml | 0 test/chia/{1.1.0 => 1.2.1}/requirements.lock | 0 .../chia/{1.1.0 => 1.2.1}/templates/deployment.yaml | 0 .../templates/generate-mnemonic.yaml | 0 .../templates/mnemonic-configmap.yaml | 0 test/chia/{1.1.0 => 1.2.1}/test_values.yaml | 0 test/chia/{1.1.0 => 1.2.1}/values.yaml | 0 14 files changed, 1 insertion(+), 1 deletion(-) rename test/chia/{1.1.0 => 1.2.1}/.helmignore (100%) rename test/chia/{1.1.0 => 1.2.1}/Chart.yaml (96%) rename test/chia/{1.1.0 => 1.2.1}/README.md (100%) rename test/chia/{1.1.0 => 1.2.1}/app-readme.md (100%) rename test/chia/{1.1.0 => 1.2.1}/charts/common-2105.0.0.tgz (100%) rename test/chia/{1.1.0 => 1.2.1}/default_values.yaml (100%) rename test/chia/{1.1.0 => 1.2.1}/ix_values.yaml (100%) rename test/chia/{1.1.0 => 1.2.1}/questions.yaml (100%) rename test/chia/{1.1.0 => 1.2.1}/requirements.lock (100%) rename test/chia/{1.1.0 => 1.2.1}/templates/deployment.yaml (100%) rename test/chia/{1.1.0 => 1.2.1}/templates/generate-mnemonic.yaml (100%) rename test/chia/{1.1.0 => 1.2.1}/templates/mnemonic-configmap.yaml (100%) rename test/chia/{1.1.0 => 1.2.1}/test_values.yaml (100%) rename test/chia/{1.1.0 => 1.2.1}/values.yaml (100%) diff --git a/test/chia/1.1.0/.helmignore b/test/chia/1.2.1/.helmignore similarity index 100% rename from test/chia/1.1.0/.helmignore rename to test/chia/1.2.1/.helmignore diff --git a/test/chia/1.1.0/Chart.yaml b/test/chia/1.2.1/Chart.yaml similarity index 96% rename from test/chia/1.1.0/Chart.yaml rename to test/chia/1.2.1/Chart.yaml index 949784f92c..4541356099 100644 --- a/test/chia/1.1.0/Chart.yaml +++ b/test/chia/1.2.1/Chart.yaml @@ -1,7 +1,7 @@ apiVersion: v1 description: Global, Versioned, peer-to-peer filesystem. name: chia -version: 1.1.0 +version: 1.2.1 appVersion: 1.1.4 keywords: - storage diff --git a/test/chia/1.1.0/README.md b/test/chia/1.2.1/README.md similarity index 100% rename from test/chia/1.1.0/README.md rename to test/chia/1.2.1/README.md diff --git a/test/chia/1.1.0/app-readme.md b/test/chia/1.2.1/app-readme.md similarity index 100% rename from test/chia/1.1.0/app-readme.md rename to test/chia/1.2.1/app-readme.md diff --git a/test/chia/1.1.0/charts/common-2105.0.0.tgz b/test/chia/1.2.1/charts/common-2105.0.0.tgz similarity index 100% rename from test/chia/1.1.0/charts/common-2105.0.0.tgz rename to test/chia/1.2.1/charts/common-2105.0.0.tgz diff --git a/test/chia/1.1.0/default_values.yaml b/test/chia/1.2.1/default_values.yaml similarity index 100% rename from test/chia/1.1.0/default_values.yaml rename to test/chia/1.2.1/default_values.yaml diff --git a/test/chia/1.1.0/ix_values.yaml b/test/chia/1.2.1/ix_values.yaml similarity index 100% rename from test/chia/1.1.0/ix_values.yaml rename to test/chia/1.2.1/ix_values.yaml diff --git a/test/chia/1.1.0/questions.yaml b/test/chia/1.2.1/questions.yaml similarity index 100% rename from test/chia/1.1.0/questions.yaml rename to test/chia/1.2.1/questions.yaml diff --git a/test/chia/1.1.0/requirements.lock b/test/chia/1.2.1/requirements.lock similarity index 100% rename from test/chia/1.1.0/requirements.lock rename to test/chia/1.2.1/requirements.lock diff --git a/test/chia/1.1.0/templates/deployment.yaml b/test/chia/1.2.1/templates/deployment.yaml similarity index 100% rename from test/chia/1.1.0/templates/deployment.yaml rename to test/chia/1.2.1/templates/deployment.yaml diff --git a/test/chia/1.1.0/templates/generate-mnemonic.yaml b/test/chia/1.2.1/templates/generate-mnemonic.yaml similarity index 100% rename from test/chia/1.1.0/templates/generate-mnemonic.yaml rename to test/chia/1.2.1/templates/generate-mnemonic.yaml diff --git a/test/chia/1.1.0/templates/mnemonic-configmap.yaml b/test/chia/1.2.1/templates/mnemonic-configmap.yaml similarity index 100% rename from test/chia/1.1.0/templates/mnemonic-configmap.yaml rename to test/chia/1.2.1/templates/mnemonic-configmap.yaml diff --git a/test/chia/1.1.0/test_values.yaml b/test/chia/1.2.1/test_values.yaml similarity index 100% rename from test/chia/1.1.0/test_values.yaml rename to test/chia/1.2.1/test_values.yaml diff --git a/test/chia/1.1.0/values.yaml b/test/chia/1.2.1/values.yaml similarity index 100% rename from test/chia/1.1.0/values.yaml rename to test/chia/1.2.1/values.yaml