From 907d22aa4606f3e77c0e83ed5d263c9c100871ce Mon Sep 17 00:00:00 2001 From: sido Date: Mon, 25 Jun 2018 13:57:05 +0200 Subject: [PATCH] move to higher version --- httpd/{v1.0.0 => v0.1.x}/.helmignore | 0 httpd/{v1.0.0 => v0.1.x}/Chart.yaml | 2 +- httpd/{v1.0.0 => v0.1.x}/questions.yml | 0 httpd/{v1.0.0 => v0.1.x}/templates/NOTES.txt | 0 httpd/{v1.0.0 => v0.1.x}/templates/_helpers.tpl | 0 httpd/{v1.0.0 => v0.1.x}/templates/deployment.yaml | 0 httpd/{v1.0.0 => v0.1.x}/templates/ingress.yaml | 0 httpd/{v1.0.0 => v0.1.x}/templates/service.yaml | 0 httpd/{v1.0.0 => v0.1.x}/values.yaml | 0 9 files changed, 1 insertion(+), 1 deletion(-) rename httpd/{v1.0.0 => v0.1.x}/.helmignore (100%) rename httpd/{v1.0.0 => v0.1.x}/Chart.yaml (85%) rename httpd/{v1.0.0 => v0.1.x}/questions.yml (100%) rename httpd/{v1.0.0 => v0.1.x}/templates/NOTES.txt (100%) rename httpd/{v1.0.0 => v0.1.x}/templates/_helpers.tpl (100%) rename httpd/{v1.0.0 => v0.1.x}/templates/deployment.yaml (100%) rename httpd/{v1.0.0 => v0.1.x}/templates/ingress.yaml (100%) rename httpd/{v1.0.0 => v0.1.x}/templates/service.yaml (100%) rename httpd/{v1.0.0 => v0.1.x}/values.yaml (100%) diff --git a/httpd/v1.0.0/.helmignore b/httpd/v0.1.x/.helmignore similarity index 100% rename from httpd/v1.0.0/.helmignore rename to httpd/v0.1.x/.helmignore diff --git a/httpd/v1.0.0/Chart.yaml b/httpd/v0.1.x/Chart.yaml similarity index 85% rename from httpd/v1.0.0/Chart.yaml rename to httpd/v0.1.x/Chart.yaml index 6e5cb82..4849975 100644 --- a/httpd/v1.0.0/Chart.yaml +++ b/httpd/v0.1.x/Chart.yaml @@ -2,4 +2,4 @@ apiVersion: v1 appVersion: "1.0" description: A Helm chart for Kubernetes name: httpd -version: 0.1.0 +version: 0.1.1 diff --git a/httpd/v1.0.0/questions.yml b/httpd/v0.1.x/questions.yml similarity index 100% rename from httpd/v1.0.0/questions.yml rename to httpd/v0.1.x/questions.yml diff --git a/httpd/v1.0.0/templates/NOTES.txt b/httpd/v0.1.x/templates/NOTES.txt similarity index 100% rename from httpd/v1.0.0/templates/NOTES.txt rename to httpd/v0.1.x/templates/NOTES.txt diff --git a/httpd/v1.0.0/templates/_helpers.tpl b/httpd/v0.1.x/templates/_helpers.tpl similarity index 100% rename from httpd/v1.0.0/templates/_helpers.tpl rename to httpd/v0.1.x/templates/_helpers.tpl diff --git a/httpd/v1.0.0/templates/deployment.yaml b/httpd/v0.1.x/templates/deployment.yaml similarity index 100% rename from httpd/v1.0.0/templates/deployment.yaml rename to httpd/v0.1.x/templates/deployment.yaml diff --git a/httpd/v1.0.0/templates/ingress.yaml b/httpd/v0.1.x/templates/ingress.yaml similarity index 100% rename from httpd/v1.0.0/templates/ingress.yaml rename to httpd/v0.1.x/templates/ingress.yaml diff --git a/httpd/v1.0.0/templates/service.yaml b/httpd/v0.1.x/templates/service.yaml similarity index 100% rename from httpd/v1.0.0/templates/service.yaml rename to httpd/v0.1.x/templates/service.yaml diff --git a/httpd/v1.0.0/values.yaml b/httpd/v0.1.x/values.yaml similarity index 100% rename from httpd/v1.0.0/values.yaml rename to httpd/v0.1.x/values.yaml