From 6752c737952af5475ddf341599739b80f938fb3c Mon Sep 17 00:00:00 2001 From: Abhi Yerra Date: Tue, 13 Sep 2022 10:23:54 -0700 Subject: [PATCH] Moved --- Chart.yaml => charts/tiphys/Chart.yaml | 0 README.md => charts/tiphys/README.md | 0 {templates => charts/tiphys/templates}/NOTES.txt | 0 {templates => charts/tiphys/templates}/_helpers.tpl | 0 {templates => charts/tiphys/templates}/celery.yaml | 0 {templates => charts/tiphys/templates}/flower.yaml | 0 {templates => charts/tiphys/templates}/hpa.yaml | 0 {templates => charts/tiphys/templates}/ingress.yaml | 0 {templates => charts/tiphys/templates}/job.yaml | 0 {templates => charts/tiphys/templates}/secret.yaml | 0 {templates => charts/tiphys/templates}/serviceaccount.yaml | 0 {templates => charts/tiphys/templates}/tests/test-connection.yaml | 0 {templates => charts/tiphys/templates}/web.yaml | 0 values.yaml => charts/tiphys/values.yaml | 0 14 files changed, 0 insertions(+), 0 deletions(-) rename Chart.yaml => charts/tiphys/Chart.yaml (100%) rename README.md => charts/tiphys/README.md (100%) rename {templates => charts/tiphys/templates}/NOTES.txt (100%) rename {templates => charts/tiphys/templates}/_helpers.tpl (100%) rename {templates => charts/tiphys/templates}/celery.yaml (100%) rename {templates => charts/tiphys/templates}/flower.yaml (100%) rename {templates => charts/tiphys/templates}/hpa.yaml (100%) rename {templates => charts/tiphys/templates}/ingress.yaml (100%) rename {templates => charts/tiphys/templates}/job.yaml (100%) rename {templates => charts/tiphys/templates}/secret.yaml (100%) rename {templates => charts/tiphys/templates}/serviceaccount.yaml (100%) rename {templates => charts/tiphys/templates}/tests/test-connection.yaml (100%) rename {templates => charts/tiphys/templates}/web.yaml (100%) rename values.yaml => charts/tiphys/values.yaml (100%) diff --git a/Chart.yaml b/charts/tiphys/Chart.yaml similarity index 100% rename from Chart.yaml rename to charts/tiphys/Chart.yaml diff --git a/README.md b/charts/tiphys/README.md similarity index 100% rename from README.md rename to charts/tiphys/README.md diff --git a/templates/NOTES.txt b/charts/tiphys/templates/NOTES.txt similarity index 100% rename from templates/NOTES.txt rename to charts/tiphys/templates/NOTES.txt diff --git a/templates/_helpers.tpl b/charts/tiphys/templates/_helpers.tpl similarity index 100% rename from templates/_helpers.tpl rename to charts/tiphys/templates/_helpers.tpl diff --git a/templates/celery.yaml b/charts/tiphys/templates/celery.yaml similarity index 100% rename from templates/celery.yaml rename to charts/tiphys/templates/celery.yaml diff --git a/templates/flower.yaml b/charts/tiphys/templates/flower.yaml similarity index 100% rename from templates/flower.yaml rename to charts/tiphys/templates/flower.yaml diff --git a/templates/hpa.yaml b/charts/tiphys/templates/hpa.yaml similarity index 100% rename from templates/hpa.yaml rename to charts/tiphys/templates/hpa.yaml diff --git a/templates/ingress.yaml b/charts/tiphys/templates/ingress.yaml similarity index 100% rename from templates/ingress.yaml rename to charts/tiphys/templates/ingress.yaml diff --git a/templates/job.yaml b/charts/tiphys/templates/job.yaml similarity index 100% rename from templates/job.yaml rename to charts/tiphys/templates/job.yaml diff --git a/templates/secret.yaml b/charts/tiphys/templates/secret.yaml similarity index 100% rename from templates/secret.yaml rename to charts/tiphys/templates/secret.yaml diff --git a/templates/serviceaccount.yaml b/charts/tiphys/templates/serviceaccount.yaml similarity index 100% rename from templates/serviceaccount.yaml rename to charts/tiphys/templates/serviceaccount.yaml diff --git a/templates/tests/test-connection.yaml b/charts/tiphys/templates/tests/test-connection.yaml similarity index 100% rename from templates/tests/test-connection.yaml rename to charts/tiphys/templates/tests/test-connection.yaml diff --git a/templates/web.yaml b/charts/tiphys/templates/web.yaml similarity index 100% rename from templates/web.yaml rename to charts/tiphys/templates/web.yaml diff --git a/values.yaml b/charts/tiphys/values.yaml similarity index 100% rename from values.yaml rename to charts/tiphys/values.yaml