From 7c4f8cf395bba4fd81aa7cb566437f649646277f Mon Sep 17 00:00:00 2001 From: Leo Balduf Date: Sat, 3 Jun 2017 14:14:37 +0200 Subject: [PATCH] dist/helm: move from contrib/helm --- {contrib => dist}/helm/chihaya/.helmignore | 0 {contrib => dist}/helm/chihaya/Chart.yaml | 0 {contrib => dist}/helm/chihaya/templates/NOTES.txt | 0 {contrib => dist}/helm/chihaya/templates/_helpers.tpl | 0 {contrib => dist}/helm/chihaya/templates/configmap.yaml | 0 {contrib => dist}/helm/chihaya/templates/deployment.yaml | 0 {contrib => dist}/helm/chihaya/templates/service.yaml | 0 {contrib => dist}/helm/chihaya/values.yaml | 0 8 files changed, 0 insertions(+), 0 deletions(-) rename {contrib => dist}/helm/chihaya/.helmignore (100%) rename {contrib => dist}/helm/chihaya/Chart.yaml (100%) mode change 100755 => 100644 rename {contrib => dist}/helm/chihaya/templates/NOTES.txt (100%) rename {contrib => dist}/helm/chihaya/templates/_helpers.tpl (100%) rename {contrib => dist}/helm/chihaya/templates/configmap.yaml (100%) rename {contrib => dist}/helm/chihaya/templates/deployment.yaml (100%) rename {contrib => dist}/helm/chihaya/templates/service.yaml (100%) rename {contrib => dist}/helm/chihaya/values.yaml (100%) diff --git a/contrib/helm/chihaya/.helmignore b/dist/helm/chihaya/.helmignore similarity index 100% rename from contrib/helm/chihaya/.helmignore rename to dist/helm/chihaya/.helmignore diff --git a/contrib/helm/chihaya/Chart.yaml b/dist/helm/chihaya/Chart.yaml old mode 100755 new mode 100644 similarity index 100% rename from contrib/helm/chihaya/Chart.yaml rename to dist/helm/chihaya/Chart.yaml diff --git a/contrib/helm/chihaya/templates/NOTES.txt b/dist/helm/chihaya/templates/NOTES.txt similarity index 100% rename from contrib/helm/chihaya/templates/NOTES.txt rename to dist/helm/chihaya/templates/NOTES.txt diff --git a/contrib/helm/chihaya/templates/_helpers.tpl b/dist/helm/chihaya/templates/_helpers.tpl similarity index 100% rename from contrib/helm/chihaya/templates/_helpers.tpl rename to dist/helm/chihaya/templates/_helpers.tpl diff --git a/contrib/helm/chihaya/templates/configmap.yaml b/dist/helm/chihaya/templates/configmap.yaml similarity index 100% rename from contrib/helm/chihaya/templates/configmap.yaml rename to dist/helm/chihaya/templates/configmap.yaml diff --git a/contrib/helm/chihaya/templates/deployment.yaml b/dist/helm/chihaya/templates/deployment.yaml similarity index 100% rename from contrib/helm/chihaya/templates/deployment.yaml rename to dist/helm/chihaya/templates/deployment.yaml diff --git a/contrib/helm/chihaya/templates/service.yaml b/dist/helm/chihaya/templates/service.yaml similarity index 100% rename from contrib/helm/chihaya/templates/service.yaml rename to dist/helm/chihaya/templates/service.yaml diff --git a/contrib/helm/chihaya/values.yaml b/dist/helm/chihaya/values.yaml similarity index 100% rename from contrib/helm/chihaya/values.yaml rename to dist/helm/chihaya/values.yaml