From 8fa8d596d33942f94b1eaf9c9e1adbd5930b0c06 Mon Sep 17 00:00:00 2001 From: Wei Ouyang Date: Sun, 8 Sep 2024 22:45:57 -0700 Subject: [PATCH] Rename helm-chart to helm-charts --- {helm-chart => helm-charts}/.env-template | 0 {helm-chart => helm-charts}/.helmignore | 0 {helm-chart => helm-charts}/README.md | 2 +- {helm-chart => helm-charts}/aks-hypha.md | 4 ++-- {helm-chart => helm-charts}/apply-secrets.sh | 0 {helm-chart => helm-charts}/hypha-server/.helmignore | 0 {helm-chart => helm-charts}/hypha-server/Chart.yaml | 0 {helm-chart => helm-charts}/hypha-server/templates/NOTES.txt | 0 .../hypha-server/templates/_helpers.tpl | 0 .../hypha-server/templates/deployment.yaml | 0 {helm-chart => helm-charts}/hypha-server/templates/hpa.yaml | 0 .../hypha-server/templates/ingress.yaml | 0 .../hypha-server/templates/service.yaml | 0 .../hypha-server/templates/serviceaccount.yaml | 0 .../hypha-server/templates/tests/test-connection.yaml | 0 {helm-chart => helm-charts}/hypha-server/values.yaml | 0 {helm-chart => helm-charts}/redis/Chart.yaml | 0 {helm-chart => helm-charts}/redis/templates/deployment.yaml | 0 {helm-chart => helm-charts}/redis/templates/service.yaml | 0 19 files changed, 3 insertions(+), 3 deletions(-) rename {helm-chart => helm-charts}/.env-template (100%) rename {helm-chart => helm-charts}/.helmignore (100%) rename {helm-chart => helm-charts}/README.md (99%) rename {helm-chart => helm-charts}/aks-hypha.md (99%) rename {helm-chart => helm-charts}/apply-secrets.sh (100%) rename {helm-chart => helm-charts}/hypha-server/.helmignore (100%) rename {helm-chart => helm-charts}/hypha-server/Chart.yaml (100%) rename {helm-chart => helm-charts}/hypha-server/templates/NOTES.txt (100%) rename {helm-chart => helm-charts}/hypha-server/templates/_helpers.tpl (100%) rename {helm-chart => helm-charts}/hypha-server/templates/deployment.yaml (100%) rename {helm-chart => helm-charts}/hypha-server/templates/hpa.yaml (100%) rename {helm-chart => helm-charts}/hypha-server/templates/ingress.yaml (100%) rename {helm-chart => helm-charts}/hypha-server/templates/service.yaml (100%) rename {helm-chart => helm-charts}/hypha-server/templates/serviceaccount.yaml (100%) rename {helm-chart => helm-charts}/hypha-server/templates/tests/test-connection.yaml (100%) rename {helm-chart => helm-charts}/hypha-server/values.yaml (100%) rename {helm-chart => helm-charts}/redis/Chart.yaml (100%) rename {helm-chart => helm-charts}/redis/templates/deployment.yaml (100%) rename {helm-chart => helm-charts}/redis/templates/service.yaml (100%) diff --git a/helm-chart/.env-template b/helm-charts/.env-template similarity index 100% rename from helm-chart/.env-template rename to helm-charts/.env-template diff --git a/helm-chart/.helmignore b/helm-charts/.helmignore similarity index 100% rename from helm-chart/.helmignore rename to helm-charts/.helmignore diff --git a/helm-chart/README.md b/helm-charts/README.md similarity index 99% rename from helm-chart/README.md rename to helm-charts/README.md index 97c7b049..fecb7408 100644 --- a/helm-chart/README.md +++ b/helm-charts/README.md @@ -13,7 +13,7 @@ Make sure you have the following installed: First, clone this repository: ```bash git clone https://amun-ai.github.com/hypha.git -cd hypha/helm-chart +cd hypha/helm-charts ``` Now you need to create a namespace for Hypha: diff --git a/helm-chart/aks-hypha.md b/helm-charts/aks-hypha.md similarity index 99% rename from helm-chart/aks-hypha.md rename to helm-charts/aks-hypha.md index 0a8563b2..8f816939 100644 --- a/helm-chart/aks-hypha.md +++ b/helm-charts/aks-hypha.md @@ -106,7 +106,7 @@ Download the Hypha Helm chart from the GitHub repository: ```bash git clone https://github.com/amun-ai/hypha.git -cd hypha/helm-chart +cd hypha/helm-charts ``` #### Step 2: Create a Namespace for Hypha @@ -232,7 +232,7 @@ startupCommand: #### Step 6: Install Hypha Using Helm -Now that the configuration is set, install Hypha using Helm (make sure you are in the `helm-chart` directory): +Now that the configuration is set, install Hypha using Helm (make sure you are in the `helm-charts` directory): ```bash helm install hypha-server ./hypha-server --namespace hypha diff --git a/helm-chart/apply-secrets.sh b/helm-charts/apply-secrets.sh similarity index 100% rename from helm-chart/apply-secrets.sh rename to helm-charts/apply-secrets.sh diff --git a/helm-chart/hypha-server/.helmignore b/helm-charts/hypha-server/.helmignore similarity index 100% rename from helm-chart/hypha-server/.helmignore rename to helm-charts/hypha-server/.helmignore diff --git a/helm-chart/hypha-server/Chart.yaml b/helm-charts/hypha-server/Chart.yaml similarity index 100% rename from helm-chart/hypha-server/Chart.yaml rename to helm-charts/hypha-server/Chart.yaml diff --git a/helm-chart/hypha-server/templates/NOTES.txt b/helm-charts/hypha-server/templates/NOTES.txt similarity index 100% rename from helm-chart/hypha-server/templates/NOTES.txt rename to helm-charts/hypha-server/templates/NOTES.txt diff --git a/helm-chart/hypha-server/templates/_helpers.tpl b/helm-charts/hypha-server/templates/_helpers.tpl similarity index 100% rename from helm-chart/hypha-server/templates/_helpers.tpl rename to helm-charts/hypha-server/templates/_helpers.tpl diff --git a/helm-chart/hypha-server/templates/deployment.yaml b/helm-charts/hypha-server/templates/deployment.yaml similarity index 100% rename from helm-chart/hypha-server/templates/deployment.yaml rename to helm-charts/hypha-server/templates/deployment.yaml diff --git a/helm-chart/hypha-server/templates/hpa.yaml b/helm-charts/hypha-server/templates/hpa.yaml similarity index 100% rename from helm-chart/hypha-server/templates/hpa.yaml rename to helm-charts/hypha-server/templates/hpa.yaml diff --git a/helm-chart/hypha-server/templates/ingress.yaml b/helm-charts/hypha-server/templates/ingress.yaml similarity index 100% rename from helm-chart/hypha-server/templates/ingress.yaml rename to helm-charts/hypha-server/templates/ingress.yaml diff --git a/helm-chart/hypha-server/templates/service.yaml b/helm-charts/hypha-server/templates/service.yaml similarity index 100% rename from helm-chart/hypha-server/templates/service.yaml rename to helm-charts/hypha-server/templates/service.yaml diff --git a/helm-chart/hypha-server/templates/serviceaccount.yaml b/helm-charts/hypha-server/templates/serviceaccount.yaml similarity index 100% rename from helm-chart/hypha-server/templates/serviceaccount.yaml rename to helm-charts/hypha-server/templates/serviceaccount.yaml diff --git a/helm-chart/hypha-server/templates/tests/test-connection.yaml b/helm-charts/hypha-server/templates/tests/test-connection.yaml similarity index 100% rename from helm-chart/hypha-server/templates/tests/test-connection.yaml rename to helm-charts/hypha-server/templates/tests/test-connection.yaml diff --git a/helm-chart/hypha-server/values.yaml b/helm-charts/hypha-server/values.yaml similarity index 100% rename from helm-chart/hypha-server/values.yaml rename to helm-charts/hypha-server/values.yaml diff --git a/helm-chart/redis/Chart.yaml b/helm-charts/redis/Chart.yaml similarity index 100% rename from helm-chart/redis/Chart.yaml rename to helm-charts/redis/Chart.yaml diff --git a/helm-chart/redis/templates/deployment.yaml b/helm-charts/redis/templates/deployment.yaml similarity index 100% rename from helm-chart/redis/templates/deployment.yaml rename to helm-charts/redis/templates/deployment.yaml diff --git a/helm-chart/redis/templates/service.yaml b/helm-charts/redis/templates/service.yaml similarity index 100% rename from helm-chart/redis/templates/service.yaml rename to helm-charts/redis/templates/service.yaml