From c187f57be409bd77f8216e7451aae83816b8e01f Mon Sep 17 00:00:00 2001 From: sonicaj Date: Tue, 10 Aug 2021 13:12:45 +0500 Subject: [PATCH] Bump machinaris chart version --- test/machinaris/{1.0.0 => 1.0.1}/.helmignore | 0 test/machinaris/{1.0.0 => 1.0.1}/Chart.yaml | 2 +- test/machinaris/{1.0.0 => 1.0.1}/README.md | 0 test/machinaris/{1.0.0 => 1.0.1}/app-readme.md | 0 .../{1.0.0 => 1.0.1}/charts/common-2105.0.0.tgz | Bin test/machinaris/{1.0.0 => 1.0.1}/ix_values.yaml | 0 test/machinaris/{1.0.0 => 1.0.1}/questions.yaml | 0 test/machinaris/{1.0.0 => 1.0.1}/requirements.lock | 0 .../{1.0.0 => 1.0.1}/templates/deployment.yaml | 0 .../{1.0.0 => 1.0.1}/templates/service.yaml | 0 test/machinaris/{1.0.0 => 1.0.1}/test_values.yaml | 0 11 files changed, 1 insertion(+), 1 deletion(-) rename test/machinaris/{1.0.0 => 1.0.1}/.helmignore (100%) rename test/machinaris/{1.0.0 => 1.0.1}/Chart.yaml (96%) rename test/machinaris/{1.0.0 => 1.0.1}/README.md (100%) rename test/machinaris/{1.0.0 => 1.0.1}/app-readme.md (100%) rename test/machinaris/{1.0.0 => 1.0.1}/charts/common-2105.0.0.tgz (100%) rename test/machinaris/{1.0.0 => 1.0.1}/ix_values.yaml (100%) rename test/machinaris/{1.0.0 => 1.0.1}/questions.yaml (100%) rename test/machinaris/{1.0.0 => 1.0.1}/requirements.lock (100%) rename test/machinaris/{1.0.0 => 1.0.1}/templates/deployment.yaml (100%) rename test/machinaris/{1.0.0 => 1.0.1}/templates/service.yaml (100%) rename test/machinaris/{1.0.0 => 1.0.1}/test_values.yaml (100%) diff --git a/test/machinaris/1.0.0/.helmignore b/test/machinaris/1.0.1/.helmignore similarity index 100% rename from test/machinaris/1.0.0/.helmignore rename to test/machinaris/1.0.1/.helmignore diff --git a/test/machinaris/1.0.0/Chart.yaml b/test/machinaris/1.0.1/Chart.yaml similarity index 96% rename from test/machinaris/1.0.0/Chart.yaml rename to test/machinaris/1.0.1/Chart.yaml index 651a135b7a..95ddb64225 100644 --- a/test/machinaris/1.0.0/Chart.yaml +++ b/test/machinaris/1.0.1/Chart.yaml @@ -14,4 +14,4 @@ keywords: name: machinaris sources: - https://github.com/guydavis/machinaris -version: 1.0.0 +version: 1.0.1 diff --git a/test/machinaris/1.0.0/README.md b/test/machinaris/1.0.1/README.md similarity index 100% rename from test/machinaris/1.0.0/README.md rename to test/machinaris/1.0.1/README.md diff --git a/test/machinaris/1.0.0/app-readme.md b/test/machinaris/1.0.1/app-readme.md similarity index 100% rename from test/machinaris/1.0.0/app-readme.md rename to test/machinaris/1.0.1/app-readme.md diff --git a/test/machinaris/1.0.0/charts/common-2105.0.0.tgz b/test/machinaris/1.0.1/charts/common-2105.0.0.tgz similarity index 100% rename from test/machinaris/1.0.0/charts/common-2105.0.0.tgz rename to test/machinaris/1.0.1/charts/common-2105.0.0.tgz diff --git a/test/machinaris/1.0.0/ix_values.yaml b/test/machinaris/1.0.1/ix_values.yaml similarity index 100% rename from test/machinaris/1.0.0/ix_values.yaml rename to test/machinaris/1.0.1/ix_values.yaml diff --git a/test/machinaris/1.0.0/questions.yaml b/test/machinaris/1.0.1/questions.yaml similarity index 100% rename from test/machinaris/1.0.0/questions.yaml rename to test/machinaris/1.0.1/questions.yaml diff --git a/test/machinaris/1.0.0/requirements.lock b/test/machinaris/1.0.1/requirements.lock similarity index 100% rename from test/machinaris/1.0.0/requirements.lock rename to test/machinaris/1.0.1/requirements.lock diff --git a/test/machinaris/1.0.0/templates/deployment.yaml b/test/machinaris/1.0.1/templates/deployment.yaml similarity index 100% rename from test/machinaris/1.0.0/templates/deployment.yaml rename to test/machinaris/1.0.1/templates/deployment.yaml diff --git a/test/machinaris/1.0.0/templates/service.yaml b/test/machinaris/1.0.1/templates/service.yaml similarity index 100% rename from test/machinaris/1.0.0/templates/service.yaml rename to test/machinaris/1.0.1/templates/service.yaml diff --git a/test/machinaris/1.0.0/test_values.yaml b/test/machinaris/1.0.1/test_values.yaml similarity index 100% rename from test/machinaris/1.0.0/test_values.yaml rename to test/machinaris/1.0.1/test_values.yaml