From efa04b495f93e5ec484596edd3916062e6b60038 Mon Sep 17 00:00:00 2001 From: jeangab Date: Fri, 12 Apr 2024 16:09:40 -0400 Subject: [PATCH] chore: Move helm charts to project root --- {sreez/helm => helm}/sreez-website/.helmignore | 0 {sreez/helm => helm}/sreez-website/Chart.yaml | 0 {sreez/helm => helm}/sreez-website/templates/NOTES.txt | 0 {sreez/helm => helm}/sreez-website/templates/_helpers.tpl | 0 {sreez/helm => helm}/sreez-website/templates/deployment.yaml | 0 {sreez/helm => helm}/sreez-website/templates/hpa.yaml | 0 {sreez/helm => helm}/sreez-website/templates/ingress.yaml | 0 {sreez/helm => helm}/sreez-website/templates/service.yaml | 0 {sreez/helm => helm}/sreez-website/templates/serviceaccount.yaml | 0 .../sreez-website/templates/tests/test-connection.yaml | 0 {sreez/helm => helm}/sreez-website/values.yaml | 0 11 files changed, 0 insertions(+), 0 deletions(-) rename {sreez/helm => helm}/sreez-website/.helmignore (100%) rename {sreez/helm => helm}/sreez-website/Chart.yaml (100%) rename {sreez/helm => helm}/sreez-website/templates/NOTES.txt (100%) rename {sreez/helm => helm}/sreez-website/templates/_helpers.tpl (100%) rename {sreez/helm => helm}/sreez-website/templates/deployment.yaml (100%) rename {sreez/helm => helm}/sreez-website/templates/hpa.yaml (100%) rename {sreez/helm => helm}/sreez-website/templates/ingress.yaml (100%) rename {sreez/helm => helm}/sreez-website/templates/service.yaml (100%) rename {sreez/helm => helm}/sreez-website/templates/serviceaccount.yaml (100%) rename {sreez/helm => helm}/sreez-website/templates/tests/test-connection.yaml (100%) rename {sreez/helm => helm}/sreez-website/values.yaml (100%) diff --git a/sreez/helm/sreez-website/.helmignore b/helm/sreez-website/.helmignore similarity index 100% rename from sreez/helm/sreez-website/.helmignore rename to helm/sreez-website/.helmignore diff --git a/sreez/helm/sreez-website/Chart.yaml b/helm/sreez-website/Chart.yaml similarity index 100% rename from sreez/helm/sreez-website/Chart.yaml rename to helm/sreez-website/Chart.yaml diff --git a/sreez/helm/sreez-website/templates/NOTES.txt b/helm/sreez-website/templates/NOTES.txt similarity index 100% rename from sreez/helm/sreez-website/templates/NOTES.txt rename to helm/sreez-website/templates/NOTES.txt diff --git a/sreez/helm/sreez-website/templates/_helpers.tpl b/helm/sreez-website/templates/_helpers.tpl similarity index 100% rename from sreez/helm/sreez-website/templates/_helpers.tpl rename to helm/sreez-website/templates/_helpers.tpl diff --git a/sreez/helm/sreez-website/templates/deployment.yaml b/helm/sreez-website/templates/deployment.yaml similarity index 100% rename from sreez/helm/sreez-website/templates/deployment.yaml rename to helm/sreez-website/templates/deployment.yaml diff --git a/sreez/helm/sreez-website/templates/hpa.yaml b/helm/sreez-website/templates/hpa.yaml similarity index 100% rename from sreez/helm/sreez-website/templates/hpa.yaml rename to helm/sreez-website/templates/hpa.yaml diff --git a/sreez/helm/sreez-website/templates/ingress.yaml b/helm/sreez-website/templates/ingress.yaml similarity index 100% rename from sreez/helm/sreez-website/templates/ingress.yaml rename to helm/sreez-website/templates/ingress.yaml diff --git a/sreez/helm/sreez-website/templates/service.yaml b/helm/sreez-website/templates/service.yaml similarity index 100% rename from sreez/helm/sreez-website/templates/service.yaml rename to helm/sreez-website/templates/service.yaml diff --git a/sreez/helm/sreez-website/templates/serviceaccount.yaml b/helm/sreez-website/templates/serviceaccount.yaml similarity index 100% rename from sreez/helm/sreez-website/templates/serviceaccount.yaml rename to helm/sreez-website/templates/serviceaccount.yaml diff --git a/sreez/helm/sreez-website/templates/tests/test-connection.yaml b/helm/sreez-website/templates/tests/test-connection.yaml similarity index 100% rename from sreez/helm/sreez-website/templates/tests/test-connection.yaml rename to helm/sreez-website/templates/tests/test-connection.yaml diff --git a/sreez/helm/sreez-website/values.yaml b/helm/sreez-website/values.yaml similarity index 100% rename from sreez/helm/sreez-website/values.yaml rename to helm/sreez-website/values.yaml