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