From 47082507e735afafca16a472a9dfa798e8f5ed70 Mon Sep 17 00:00:00 2001 From: Dimitri Koshkin Date: Sun, 31 Dec 2023 20:14:57 -0800 Subject: [PATCH] chore: move to charts/ directory --- .gitignore | 2 +- Chart.lock => charts/Chart.lock | 0 Chart.yaml => charts/Chart.yaml | 0 {templates => charts/templates}/NOTES.txt | 0 {templates => charts/templates}/_helpers.tpl | 0 {templates => charts/templates}/cronjob.yaml | 0 {templates => charts/templates}/deployment.yaml | 0 {templates => charts/templates}/ingress.yaml | 0 {templates => charts/templates}/service.yaml | 0 {templates => charts/templates}/tests/test-connection.yaml | 0 values.yaml => charts/values.yaml | 0 11 files changed, 1 insertion(+), 1 deletion(-) rename Chart.lock => charts/Chart.lock (100%) rename Chart.yaml => charts/Chart.yaml (100%) rename {templates => charts/templates}/NOTES.txt (100%) rename {templates => charts/templates}/_helpers.tpl (100%) rename {templates => charts/templates}/cronjob.yaml (100%) rename {templates => charts/templates}/deployment.yaml (100%) rename {templates => charts/templates}/ingress.yaml (100%) rename {templates => charts/templates}/service.yaml (100%) rename {templates => charts/templates}/tests/test-connection.yaml (100%) rename values.yaml => charts/values.yaml (100%) diff --git a/.gitignore b/.gitignore index ee3892e..71b65b2 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -charts/ +charts/charts/ diff --git a/Chart.lock b/charts/Chart.lock similarity index 100% rename from Chart.lock rename to charts/Chart.lock diff --git a/Chart.yaml b/charts/Chart.yaml similarity index 100% rename from Chart.yaml rename to charts/Chart.yaml diff --git a/templates/NOTES.txt b/charts/templates/NOTES.txt similarity index 100% rename from templates/NOTES.txt rename to charts/templates/NOTES.txt diff --git a/templates/_helpers.tpl b/charts/templates/_helpers.tpl similarity index 100% rename from templates/_helpers.tpl rename to charts/templates/_helpers.tpl diff --git a/templates/cronjob.yaml b/charts/templates/cronjob.yaml similarity index 100% rename from templates/cronjob.yaml rename to charts/templates/cronjob.yaml diff --git a/templates/deployment.yaml b/charts/templates/deployment.yaml similarity index 100% rename from templates/deployment.yaml rename to charts/templates/deployment.yaml diff --git a/templates/ingress.yaml b/charts/templates/ingress.yaml similarity index 100% rename from templates/ingress.yaml rename to charts/templates/ingress.yaml diff --git a/templates/service.yaml b/charts/templates/service.yaml similarity index 100% rename from templates/service.yaml rename to charts/templates/service.yaml diff --git a/templates/tests/test-connection.yaml b/charts/templates/tests/test-connection.yaml similarity index 100% rename from templates/tests/test-connection.yaml rename to charts/templates/tests/test-connection.yaml diff --git a/values.yaml b/charts/values.yaml similarity index 100% rename from values.yaml rename to charts/values.yaml