From f5ca86daba285054c6fde378631f160fcdffc78e Mon Sep 17 00:00:00 2001 From: Waqar Ahmed Date: Fri, 19 Feb 2021 13:29:40 +0500 Subject: [PATCH] Update ipfs chart version --- test/ipfs/{1.0.1 => 1.0.2}/.helmignore | 0 test/ipfs/{1.0.1 => 1.0.2}/Chart.yaml | 2 +- test/ipfs/{1.0.1 => 1.0.2}/README.md | 0 test/ipfs/{1.0.1 => 1.0.2}/app-readme.md | 0 .../{1.0.1 => 1.0.2}/charts/common-2101.0.0.tgz | Bin test/ipfs/{1.0.1 => 1.0.2}/default_values.yaml | 0 test/ipfs/{1.0.1 => 1.0.2}/questions.yaml | 0 test/ipfs/{1.0.1 => 1.0.2}/requirements.lock | 0 test/ipfs/{1.0.1 => 1.0.2}/templates/NOTES.txt | 0 .../ipfs/{1.0.1 => 1.0.2}/templates/deployment.yaml | 0 test/ipfs/{1.0.1 => 1.0.2}/templates/service.yaml | 0 .../{1.0.1 => 1.0.2}/templates/serviceaccount.yaml | 0 test/ipfs/{1.0.1 => 1.0.2}/test_values.yaml | 0 test/ipfs/{1.0.1 => 1.0.2}/values.yaml | 0 14 files changed, 1 insertion(+), 1 deletion(-) rename test/ipfs/{1.0.1 => 1.0.2}/.helmignore (100%) rename test/ipfs/{1.0.1 => 1.0.2}/Chart.yaml (96%) rename test/ipfs/{1.0.1 => 1.0.2}/README.md (100%) rename test/ipfs/{1.0.1 => 1.0.2}/app-readme.md (100%) rename test/ipfs/{1.0.1 => 1.0.2}/charts/common-2101.0.0.tgz (100%) rename test/ipfs/{1.0.1 => 1.0.2}/default_values.yaml (100%) rename test/ipfs/{1.0.1 => 1.0.2}/questions.yaml (100%) rename test/ipfs/{1.0.1 => 1.0.2}/requirements.lock (100%) rename test/ipfs/{1.0.1 => 1.0.2}/templates/NOTES.txt (100%) rename test/ipfs/{1.0.1 => 1.0.2}/templates/deployment.yaml (100%) rename test/ipfs/{1.0.1 => 1.0.2}/templates/service.yaml (100%) rename test/ipfs/{1.0.1 => 1.0.2}/templates/serviceaccount.yaml (100%) rename test/ipfs/{1.0.1 => 1.0.2}/test_values.yaml (100%) rename test/ipfs/{1.0.1 => 1.0.2}/values.yaml (100%) diff --git a/test/ipfs/1.0.1/.helmignore b/test/ipfs/1.0.2/.helmignore similarity index 100% rename from test/ipfs/1.0.1/.helmignore rename to test/ipfs/1.0.2/.helmignore diff --git a/test/ipfs/1.0.1/Chart.yaml b/test/ipfs/1.0.2/Chart.yaml similarity index 96% rename from test/ipfs/1.0.1/Chart.yaml rename to test/ipfs/1.0.2/Chart.yaml index 867b84777b..c59514ad66 100644 --- a/test/ipfs/1.0.1/Chart.yaml +++ b/test/ipfs/1.0.2/Chart.yaml @@ -1,7 +1,7 @@ apiVersion: v1 description: Global, Versioned, peer-to-peer filesystem. name: ipfs -version: 1.0.1 +version: 1.0.2 appVersion: master keywords: - storage diff --git a/test/ipfs/1.0.1/README.md b/test/ipfs/1.0.2/README.md similarity index 100% rename from test/ipfs/1.0.1/README.md rename to test/ipfs/1.0.2/README.md diff --git a/test/ipfs/1.0.1/app-readme.md b/test/ipfs/1.0.2/app-readme.md similarity index 100% rename from test/ipfs/1.0.1/app-readme.md rename to test/ipfs/1.0.2/app-readme.md diff --git a/test/ipfs/1.0.1/charts/common-2101.0.0.tgz b/test/ipfs/1.0.2/charts/common-2101.0.0.tgz similarity index 100% rename from test/ipfs/1.0.1/charts/common-2101.0.0.tgz rename to test/ipfs/1.0.2/charts/common-2101.0.0.tgz diff --git a/test/ipfs/1.0.1/default_values.yaml b/test/ipfs/1.0.2/default_values.yaml similarity index 100% rename from test/ipfs/1.0.1/default_values.yaml rename to test/ipfs/1.0.2/default_values.yaml diff --git a/test/ipfs/1.0.1/questions.yaml b/test/ipfs/1.0.2/questions.yaml similarity index 100% rename from test/ipfs/1.0.1/questions.yaml rename to test/ipfs/1.0.2/questions.yaml diff --git a/test/ipfs/1.0.1/requirements.lock b/test/ipfs/1.0.2/requirements.lock similarity index 100% rename from test/ipfs/1.0.1/requirements.lock rename to test/ipfs/1.0.2/requirements.lock diff --git a/test/ipfs/1.0.1/templates/NOTES.txt b/test/ipfs/1.0.2/templates/NOTES.txt similarity index 100% rename from test/ipfs/1.0.1/templates/NOTES.txt rename to test/ipfs/1.0.2/templates/NOTES.txt diff --git a/test/ipfs/1.0.1/templates/deployment.yaml b/test/ipfs/1.0.2/templates/deployment.yaml similarity index 100% rename from test/ipfs/1.0.1/templates/deployment.yaml rename to test/ipfs/1.0.2/templates/deployment.yaml diff --git a/test/ipfs/1.0.1/templates/service.yaml b/test/ipfs/1.0.2/templates/service.yaml similarity index 100% rename from test/ipfs/1.0.1/templates/service.yaml rename to test/ipfs/1.0.2/templates/service.yaml diff --git a/test/ipfs/1.0.1/templates/serviceaccount.yaml b/test/ipfs/1.0.2/templates/serviceaccount.yaml similarity index 100% rename from test/ipfs/1.0.1/templates/serviceaccount.yaml rename to test/ipfs/1.0.2/templates/serviceaccount.yaml diff --git a/test/ipfs/1.0.1/test_values.yaml b/test/ipfs/1.0.2/test_values.yaml similarity index 100% rename from test/ipfs/1.0.1/test_values.yaml rename to test/ipfs/1.0.2/test_values.yaml diff --git a/test/ipfs/1.0.1/values.yaml b/test/ipfs/1.0.2/values.yaml similarity index 100% rename from test/ipfs/1.0.1/values.yaml rename to test/ipfs/1.0.2/values.yaml