diff --git a/.github/workflows/helm.yaml b/.github/workflows/helm.yaml index 32d00dc62a..d67e57f7fd 100644 --- a/.github/workflows/helm.yaml +++ b/.github/workflows/helm.yaml @@ -14,19 +14,15 @@ jobs: - name: Checkout uses: actions/checkout@v2 - name: Set up Helm - uses: azure/setup-helm@v1 - with: - version: v3.5.0 + uses: azure/setup-helm@v4.2.0 - name: Set up Python uses: actions/setup-python@v2 - with: - python-version: 3.7 - name: Set up chart-testing uses: helm/chart-testing-action@v2.2.1 with: version: v3.5.1 - name: Lint chart - run: ct lint --charts helm-chart/sefaria-project + run: ct lint --charts helm-chart/sefaria chart: name: Release Chart @@ -87,9 +83,9 @@ jobs: wget -nv -nc -O yq https://github.com/mikefarah/yq/releases/download/v4.20.2/yq_linux_amd64 chmod +x yq - name: Update chart version - run: ./yq -i e '.version = "${{ steps.chartVersion.outputs.chartVersion }}"' helm-chart/sefaria-project/Chart.yaml + run: ./yq -i e '.version = "${{ steps.chartVersion.outputs.chartVersion }}"' helm-chart/sefaria/Chart.yaml - name: Update chart appVersion - run: ./yq -i e '.appVersion = "${{ steps.appVersion.outputs.appVersion }}"' helm-chart/sefaria-project/Chart.yaml + run: ./yq -i e '.appVersion = "${{ steps.appVersion.outputs.appVersion }}"' helm-chart/sefaria/Chart.yaml - name: Publish Helm charts uses: stefanprodan/helm-gh-pages@master with: diff --git a/build/ci/integration-helm-deploy.sh b/build/ci/integration-helm-deploy.sh index 0a0518654f..da8460ded9 100755 --- a/build/ci/integration-helm-deploy.sh +++ b/build/ci/integration-helm-deploy.sh @@ -21,5 +21,5 @@ yq e -i '.secrets.localSettings.data.SEFARIA_DB = "sefaria-integration"' $1 yq e -i '.ingress.hosts[0].host = strenv(GIT_COMMIT)+".integration.sefaria.org"' $1 yq e -i '.localSettings.FRONT_END_URL = "https://"+strenv(GIT_COMMIT)+".integration.sefaria.org"' $1 -helm upgrade -i $NAME ./helm-chart/sefaria-project --namespace $NAMESPACE -f $1 --debug --timeout=30m0s +helm upgrade -i $NAME ./helm-chart/sefaria --namespace $NAMESPACE -f $1 --debug --timeout=30m0s diff --git a/build/ci/sandbox-helm-deploy.sh b/build/ci/sandbox-helm-deploy.sh index e61983a897..7e9b53f182 100755 --- a/build/ci/sandbox-helm-deploy.sh +++ b/build/ci/sandbox-helm-deploy.sh @@ -19,5 +19,5 @@ yq e -i '.monitor.containerImage.tag = strenv(TAG)' $1 yq e -i '.deployEnv = strenv(NAME)' $1 yq e -i '.localSettings.FRONT_END_URL = "https://"+strenv(NAME)+".cauldron.sefaria.org"' $1 -helm upgrade -i $NAME ./helm-chart/sefaria-project --namespace $NAMESPACE -f $1 --debug --timeout=30m0s +helm upgrade -i $NAME ./helm-chart/sefaria --namespace $NAMESPACE -f $1 --debug --timeout=30m0s diff --git a/helm-chart/sefaria-project/Chart.yaml b/helm-chart/sefaria/Chart.yaml similarity index 100% rename from helm-chart/sefaria-project/Chart.yaml rename to helm-chart/sefaria/Chart.yaml diff --git a/helm-chart/sefaria-project/README.md b/helm-chart/sefaria/README.md similarity index 100% rename from helm-chart/sefaria-project/README.md rename to helm-chart/sefaria/README.md diff --git a/helm-chart/sefaria-project/templates/_helpers.tpl b/helm-chart/sefaria/templates/_helpers.tpl similarity index 100% rename from helm-chart/sefaria-project/templates/_helpers.tpl rename to helm-chart/sefaria/templates/_helpers.tpl diff --git a/helm-chart/sefaria-project/templates/analysistemplate/rollout-complete.yaml b/helm-chart/sefaria/templates/analysistemplate/rollout-complete.yaml similarity index 100% rename from helm-chart/sefaria-project/templates/analysistemplate/rollout-complete.yaml rename to helm-chart/sefaria/templates/analysistemplate/rollout-complete.yaml diff --git a/helm-chart/sefaria-project/templates/analysistemplate/rollout-priming.yaml b/helm-chart/sefaria/templates/analysistemplate/rollout-priming.yaml similarity index 100% rename from helm-chart/sefaria-project/templates/analysistemplate/rollout-priming.yaml rename to helm-chart/sefaria/templates/analysistemplate/rollout-priming.yaml diff --git a/helm-chart/sefaria-project/templates/analysistemplate/rollout-readiness.yaml b/helm-chart/sefaria/templates/analysistemplate/rollout-readiness.yaml similarity index 100% rename from helm-chart/sefaria-project/templates/analysistemplate/rollout-readiness.yaml rename to helm-chart/sefaria/templates/analysistemplate/rollout-readiness.yaml diff --git a/helm-chart/sefaria-project/templates/analysistemplate/rollout-ready.yaml b/helm-chart/sefaria/templates/analysistemplate/rollout-ready.yaml similarity index 100% rename from helm-chart/sefaria-project/templates/analysistemplate/rollout-ready.yaml rename to helm-chart/sefaria/templates/analysistemplate/rollout-ready.yaml diff --git a/helm-chart/sefaria-project/templates/configmap/create-mongo-dumps.yaml b/helm-chart/sefaria/templates/configmap/create-mongo-dumps.yaml similarity index 100% rename from helm-chart/sefaria-project/templates/configmap/create-mongo-dumps.yaml rename to helm-chart/sefaria/templates/configmap/create-mongo-dumps.yaml diff --git a/helm-chart/sefaria-project/templates/configmap/create-pg-dumps.yaml b/helm-chart/sefaria/templates/configmap/create-pg-dumps.yaml similarity index 100% rename from helm-chart/sefaria-project/templates/configmap/create-pg-dumps.yaml rename to helm-chart/sefaria/templates/configmap/create-pg-dumps.yaml diff --git a/helm-chart/sefaria-project/templates/configmap/gunicorn.yaml b/helm-chart/sefaria/templates/configmap/gunicorn.yaml similarity index 100% rename from helm-chart/sefaria-project/templates/configmap/gunicorn.yaml rename to helm-chart/sefaria/templates/configmap/gunicorn.yaml diff --git a/helm-chart/sefaria-project/templates/configmap/local-settings-file.yaml b/helm-chart/sefaria/templates/configmap/local-settings-file.yaml similarity index 100% rename from helm-chart/sefaria-project/templates/configmap/local-settings-file.yaml rename to helm-chart/sefaria/templates/configmap/local-settings-file.yaml diff --git a/helm-chart/sefaria-project/templates/configmap/local-settings-linker.yaml b/helm-chart/sefaria/templates/configmap/local-settings-linker.yaml similarity index 100% rename from helm-chart/sefaria-project/templates/configmap/local-settings-linker.yaml rename to helm-chart/sefaria/templates/configmap/local-settings-linker.yaml diff --git a/helm-chart/sefaria-project/templates/configmap/local-settings-monitor.yaml b/helm-chart/sefaria/templates/configmap/local-settings-monitor.yaml similarity index 100% rename from helm-chart/sefaria-project/templates/configmap/local-settings-monitor.yaml rename to helm-chart/sefaria/templates/configmap/local-settings-monitor.yaml diff --git a/helm-chart/sefaria-project/templates/configmap/local-settings-nginx.yaml b/helm-chart/sefaria/templates/configmap/local-settings-nginx.yaml similarity index 100% rename from helm-chart/sefaria-project/templates/configmap/local-settings-nginx.yaml rename to helm-chart/sefaria/templates/configmap/local-settings-nginx.yaml diff --git a/helm-chart/sefaria-project/templates/configmap/local-settings-node.yaml b/helm-chart/sefaria/templates/configmap/local-settings-node.yaml similarity index 100% rename from helm-chart/sefaria-project/templates/configmap/local-settings-node.yaml rename to helm-chart/sefaria/templates/configmap/local-settings-node.yaml diff --git a/helm-chart/sefaria-project/templates/configmap/local-settings-web.yaml b/helm-chart/sefaria/templates/configmap/local-settings-web.yaml similarity index 100% rename from helm-chart/sefaria-project/templates/configmap/local-settings-web.yaml rename to helm-chart/sefaria/templates/configmap/local-settings-web.yaml diff --git a/helm-chart/sefaria-project/templates/configmap/local-settings.yaml b/helm-chart/sefaria/templates/configmap/local-settings.yaml similarity index 100% rename from helm-chart/sefaria-project/templates/configmap/local-settings.yaml rename to helm-chart/sefaria/templates/configmap/local-settings.yaml diff --git a/helm-chart/sefaria-project/templates/configmap/mongo-destroy.yaml b/helm-chart/sefaria/templates/configmap/mongo-destroy.yaml similarity index 100% rename from helm-chart/sefaria-project/templates/configmap/mongo-destroy.yaml rename to helm-chart/sefaria/templates/configmap/mongo-destroy.yaml diff --git a/helm-chart/sefaria-project/templates/configmap/mongo-restore.yaml b/helm-chart/sefaria/templates/configmap/mongo-restore.yaml similarity index 100% rename from helm-chart/sefaria-project/templates/configmap/mongo-restore.yaml rename to helm-chart/sefaria/templates/configmap/mongo-restore.yaml diff --git a/helm-chart/sefaria-project/templates/configmap/nginx.yaml b/helm-chart/sefaria/templates/configmap/nginx.yaml similarity index 100% rename from helm-chart/sefaria-project/templates/configmap/nginx.yaml rename to helm-chart/sefaria/templates/configmap/nginx.yaml diff --git a/helm-chart/sefaria-project/templates/configmap/robots-txt.yaml b/helm-chart/sefaria/templates/configmap/robots-txt.yaml similarity index 100% rename from helm-chart/sefaria-project/templates/configmap/robots-txt.yaml rename to helm-chart/sefaria/templates/configmap/robots-txt.yaml diff --git a/helm-chart/sefaria-project/templates/configmap/upload-mongo-dumps.yaml b/helm-chart/sefaria/templates/configmap/upload-mongo-dumps.yaml similarity index 100% rename from helm-chart/sefaria-project/templates/configmap/upload-mongo-dumps.yaml rename to helm-chart/sefaria/templates/configmap/upload-mongo-dumps.yaml diff --git a/helm-chart/sefaria-project/templates/configmap/upload-pg-dumps.yaml b/helm-chart/sefaria/templates/configmap/upload-pg-dumps.yaml similarity index 100% rename from helm-chart/sefaria-project/templates/configmap/upload-pg-dumps.yaml rename to helm-chart/sefaria/templates/configmap/upload-pg-dumps.yaml diff --git a/helm-chart/sefaria-project/templates/configmap/varnish-config.yaml b/helm-chart/sefaria/templates/configmap/varnish-config.yaml similarity index 100% rename from helm-chart/sefaria-project/templates/configmap/varnish-config.yaml rename to helm-chart/sefaria/templates/configmap/varnish-config.yaml diff --git a/helm-chart/sefaria-project/templates/cronjob/daily-email-notifications.yaml b/helm-chart/sefaria/templates/cronjob/daily-email-notifications.yaml similarity index 100% rename from helm-chart/sefaria-project/templates/cronjob/daily-email-notifications.yaml rename to helm-chart/sefaria/templates/cronjob/daily-email-notifications.yaml diff --git a/helm-chart/sefaria-project/templates/cronjob/index-from-queue.yaml b/helm-chart/sefaria/templates/cronjob/index-from-queue.yaml similarity index 100% rename from helm-chart/sefaria-project/templates/cronjob/index-from-queue.yaml rename to helm-chart/sefaria/templates/cronjob/index-from-queue.yaml diff --git a/helm-chart/sefaria-project/templates/cronjob/metrics.yaml b/helm-chart/sefaria/templates/cronjob/metrics.yaml similarity index 100% rename from helm-chart/sefaria-project/templates/cronjob/metrics.yaml rename to helm-chart/sefaria/templates/cronjob/metrics.yaml diff --git a/helm-chart/sefaria-project/templates/cronjob/mongo-backup.yaml b/helm-chart/sefaria/templates/cronjob/mongo-backup.yaml similarity index 100% rename from helm-chart/sefaria-project/templates/cronjob/mongo-backup.yaml rename to helm-chart/sefaria/templates/cronjob/mongo-backup.yaml diff --git a/helm-chart/sefaria-project/templates/cronjob/nation-builder-sync.yaml b/helm-chart/sefaria/templates/cronjob/nation-builder-sync.yaml similarity index 100% rename from helm-chart/sefaria-project/templates/cronjob/nation-builder-sync.yaml rename to helm-chart/sefaria/templates/cronjob/nation-builder-sync.yaml diff --git a/helm-chart/sefaria-project/templates/cronjob/postgres-packup.yaml b/helm-chart/sefaria/templates/cronjob/postgres-packup.yaml similarity index 100% rename from helm-chart/sefaria-project/templates/cronjob/postgres-packup.yaml rename to helm-chart/sefaria/templates/cronjob/postgres-packup.yaml diff --git a/helm-chart/sefaria-project/templates/cronjob/rambi-webpages-weekly.yaml b/helm-chart/sefaria/templates/cronjob/rambi-webpages-weekly.yaml similarity index 89% rename from helm-chart/sefaria-project/templates/cronjob/rambi-webpages-weekly.yaml rename to helm-chart/sefaria/templates/cronjob/rambi-webpages-weekly.yaml index a3f67ef4cb..5c1797c198 100644 --- a/helm-chart/sefaria-project/templates/cronjob/rambi-webpages-weekly.yaml +++ b/helm-chart/sefaria/templates/cronjob/rambi-webpages-weekly.yaml @@ -45,9 +45,6 @@ spec: name: local-settings subPath: local_settings.py readOnly: true - - mountPath: /google-cloud-secret - name: backup-manager-secret - readOnly: true command: ["bash"] args: [ "-c", @@ -66,9 +63,6 @@ spec: items: - key: local_settings.py path: local_settings.py - - name: backup-manager-secret # used to access google cloud - secret: - secretName: {{ template "sefaria.secrets.backupManager" . }} successfulJobsHistoryLimit: 1 failedJobsHistoryLimit: 2 {{- end }} diff --git a/helm-chart/sefaria-project/templates/cronjob/regenerate-long-cached-data.yaml b/helm-chart/sefaria/templates/cronjob/regenerate-long-cached-data.yaml similarity index 100% rename from helm-chart/sefaria-project/templates/cronjob/regenerate-long-cached-data.yaml rename to helm-chart/sefaria/templates/cronjob/regenerate-long-cached-data.yaml diff --git a/helm-chart/sefaria-project/templates/cronjob/reindex-elasticsearch-es6.yaml b/helm-chart/sefaria/templates/cronjob/reindex-elasticsearch-es6.yaml similarity index 100% rename from helm-chart/sefaria-project/templates/cronjob/reindex-elasticsearch-es6.yaml rename to helm-chart/sefaria/templates/cronjob/reindex-elasticsearch-es6.yaml diff --git a/helm-chart/sefaria-project/templates/cronjob/reindex-elasticsearch.yaml b/helm-chart/sefaria/templates/cronjob/reindex-elasticsearch.yaml similarity index 100% rename from helm-chart/sefaria-project/templates/cronjob/reindex-elasticsearch.yaml rename to helm-chart/sefaria/templates/cronjob/reindex-elasticsearch.yaml diff --git a/helm-chart/sefaria-project/templates/cronjob/sitemaps.yaml b/helm-chart/sefaria/templates/cronjob/sitemaps.yaml similarity index 100% rename from helm-chart/sefaria-project/templates/cronjob/sitemaps.yaml rename to helm-chart/sefaria/templates/cronjob/sitemaps.yaml diff --git a/helm-chart/sefaria-project/templates/cronjob/topics-indexing.yaml b/helm-chart/sefaria/templates/cronjob/topics-indexing.yaml similarity index 100% rename from helm-chart/sefaria-project/templates/cronjob/topics-indexing.yaml rename to helm-chart/sefaria/templates/cronjob/topics-indexing.yaml diff --git a/helm-chart/sefaria-project/templates/cronjob/trello.yaml b/helm-chart/sefaria/templates/cronjob/trello.yaml similarity index 100% rename from helm-chart/sefaria-project/templates/cronjob/trello.yaml rename to helm-chart/sefaria/templates/cronjob/trello.yaml diff --git a/helm-chart/sefaria-project/templates/cronjob/trends.yaml b/helm-chart/sefaria/templates/cronjob/trends.yaml similarity index 100% rename from helm-chart/sefaria-project/templates/cronjob/trends.yaml rename to helm-chart/sefaria/templates/cronjob/trends.yaml diff --git a/helm-chart/sefaria-project/templates/cronjob/weekly-email-notifications.yaml b/helm-chart/sefaria/templates/cronjob/weekly-email-notifications.yaml similarity index 100% rename from helm-chart/sefaria-project/templates/cronjob/weekly-email-notifications.yaml rename to helm-chart/sefaria/templates/cronjob/weekly-email-notifications.yaml diff --git a/helm-chart/sefaria-project/templates/ingress.yaml b/helm-chart/sefaria/templates/ingress.yaml similarity index 100% rename from helm-chart/sefaria-project/templates/ingress.yaml rename to helm-chart/sefaria/templates/ingress.yaml diff --git a/helm-chart/sefaria-project/templates/jobs/mongo-destroy.yaml b/helm-chart/sefaria/templates/jobs/mongo-destroy.yaml similarity index 100% rename from helm-chart/sefaria-project/templates/jobs/mongo-destroy.yaml rename to helm-chart/sefaria/templates/jobs/mongo-destroy.yaml diff --git a/helm-chart/sefaria-project/templates/jobs/mongo-restore.yaml b/helm-chart/sefaria/templates/jobs/mongo-restore.yaml similarity index 100% rename from helm-chart/sefaria-project/templates/jobs/mongo-restore.yaml rename to helm-chart/sefaria/templates/jobs/mongo-restore.yaml diff --git a/helm-chart/sefaria-project/templates/prometheus/varnish-dashboard-config.yaml b/helm-chart/sefaria/templates/prometheus/varnish-dashboard-config.yaml similarity index 100% rename from helm-chart/sefaria-project/templates/prometheus/varnish-dashboard-config.yaml rename to helm-chart/sefaria/templates/prometheus/varnish-dashboard-config.yaml diff --git a/helm-chart/sefaria-project/templates/prometheus/varnish-grafanadashboard.yaml b/helm-chart/sefaria/templates/prometheus/varnish-grafanadashboard.yaml similarity index 100% rename from helm-chart/sefaria-project/templates/prometheus/varnish-grafanadashboard.yaml rename to helm-chart/sefaria/templates/prometheus/varnish-grafanadashboard.yaml diff --git a/helm-chart/sefaria-project/templates/prometheus/varnish-servicemonitor.yaml b/helm-chart/sefaria/templates/prometheus/varnish-servicemonitor.yaml similarity index 100% rename from helm-chart/sefaria-project/templates/prometheus/varnish-servicemonitor.yaml rename to helm-chart/sefaria/templates/prometheus/varnish-servicemonitor.yaml diff --git a/helm-chart/sefaria-project/templates/redis-deployment.yaml b/helm-chart/sefaria/templates/redis-deployment.yaml similarity index 100% rename from helm-chart/sefaria-project/templates/redis-deployment.yaml rename to helm-chart/sefaria/templates/redis-deployment.yaml diff --git a/helm-chart/sefaria-project/templates/redis-poddisruptionbudget.yaml b/helm-chart/sefaria/templates/redis-poddisruptionbudget.yaml similarity index 100% rename from helm-chart/sefaria-project/templates/redis-poddisruptionbudget.yaml rename to helm-chart/sefaria/templates/redis-poddisruptionbudget.yaml diff --git a/helm-chart/sefaria-project/templates/rollout/linker.yaml b/helm-chart/sefaria/templates/rollout/linker.yaml similarity index 100% rename from helm-chart/sefaria-project/templates/rollout/linker.yaml rename to helm-chart/sefaria/templates/rollout/linker.yaml diff --git a/helm-chart/sefaria-project/templates/rollout/monitor.yaml b/helm-chart/sefaria/templates/rollout/monitor.yaml similarity index 100% rename from helm-chart/sefaria-project/templates/rollout/monitor.yaml rename to helm-chart/sefaria/templates/rollout/monitor.yaml diff --git a/helm-chart/sefaria-project/templates/rollout/nginx.yaml b/helm-chart/sefaria/templates/rollout/nginx.yaml similarity index 100% rename from helm-chart/sefaria-project/templates/rollout/nginx.yaml rename to helm-chart/sefaria/templates/rollout/nginx.yaml diff --git a/helm-chart/sefaria-project/templates/rollout/nodejs.yaml b/helm-chart/sefaria/templates/rollout/nodejs.yaml similarity index 100% rename from helm-chart/sefaria-project/templates/rollout/nodejs.yaml rename to helm-chart/sefaria/templates/rollout/nodejs.yaml diff --git a/helm-chart/sefaria-project/templates/rollout/task.yaml b/helm-chart/sefaria/templates/rollout/task.yaml similarity index 100% rename from helm-chart/sefaria-project/templates/rollout/task.yaml rename to helm-chart/sefaria/templates/rollout/task.yaml diff --git a/helm-chart/sefaria-project/templates/rollout/varnish.yaml b/helm-chart/sefaria/templates/rollout/varnish.yaml similarity index 100% rename from helm-chart/sefaria-project/templates/rollout/varnish.yaml rename to helm-chart/sefaria/templates/rollout/varnish.yaml diff --git a/helm-chart/sefaria-project/templates/rollout/web.yaml b/helm-chart/sefaria/templates/rollout/web.yaml similarity index 100% rename from helm-chart/sefaria-project/templates/rollout/web.yaml rename to helm-chart/sefaria/templates/rollout/web.yaml diff --git a/helm-chart/sefaria-project/templates/secret/backup-manager.yaml b/helm-chart/sefaria/templates/secret/backup-manager.yaml similarity index 100% rename from helm-chart/sefaria-project/templates/secret/backup-manager.yaml rename to helm-chart/sefaria/templates/secret/backup-manager.yaml diff --git a/helm-chart/sefaria-project/templates/secret/elastic-admin.yaml b/helm-chart/sefaria/templates/secret/elastic-admin.yaml similarity index 100% rename from helm-chart/sefaria-project/templates/secret/elastic-admin.yaml rename to helm-chart/sefaria/templates/secret/elastic-admin.yaml diff --git a/helm-chart/sefaria-project/templates/secret/elastic-certificate.yaml b/helm-chart/sefaria/templates/secret/elastic-certificate.yaml similarity index 100% rename from helm-chart/sefaria-project/templates/secret/elastic-certificate.yaml rename to helm-chart/sefaria/templates/secret/elastic-certificate.yaml diff --git a/helm-chart/sefaria-project/templates/secret/elastic-user.yaml b/helm-chart/sefaria/templates/secret/elastic-user.yaml similarity index 100% rename from helm-chart/sefaria-project/templates/secret/elastic-user.yaml rename to helm-chart/sefaria/templates/secret/elastic-user.yaml diff --git a/helm-chart/sefaria-project/templates/secret/google-client.yaml b/helm-chart/sefaria/templates/secret/google-client.yaml similarity index 100% rename from helm-chart/sefaria-project/templates/secret/google-client.yaml rename to helm-chart/sefaria/templates/secret/google-client.yaml diff --git a/helm-chart/sefaria-project/templates/secret/local-settings.yaml b/helm-chart/sefaria/templates/secret/local-settings.yaml similarity index 100% rename from helm-chart/sefaria-project/templates/secret/local-settings.yaml rename to helm-chart/sefaria/templates/secret/local-settings.yaml diff --git a/helm-chart/sefaria-project/templates/secret/logging.yaml b/helm-chart/sefaria/templates/secret/logging.yaml similarity index 100% rename from helm-chart/sefaria-project/templates/secret/logging.yaml rename to helm-chart/sefaria/templates/secret/logging.yaml diff --git a/helm-chart/sefaria-project/templates/secret/origin-il-tls.yaml b/helm-chart/sefaria/templates/secret/origin-il-tls.yaml similarity index 100% rename from helm-chart/sefaria-project/templates/secret/origin-il-tls.yaml rename to helm-chart/sefaria/templates/secret/origin-il-tls.yaml diff --git a/helm-chart/sefaria-project/templates/secret/origin-tls.yaml b/helm-chart/sefaria/templates/secret/origin-tls.yaml similarity index 100% rename from helm-chart/sefaria-project/templates/secret/origin-tls.yaml rename to helm-chart/sefaria/templates/secret/origin-tls.yaml diff --git a/helm-chart/sefaria-project/templates/secret/school-lookup.yaml b/helm-chart/sefaria/templates/secret/school-lookup.yaml similarity index 100% rename from helm-chart/sefaria-project/templates/secret/school-lookup.yaml rename to helm-chart/sefaria/templates/secret/school-lookup.yaml diff --git a/helm-chart/sefaria-project/templates/secret/slack-webhook.yaml b/helm-chart/sefaria/templates/secret/slack-webhook.yaml similarity index 100% rename from helm-chart/sefaria-project/templates/secret/slack-webhook.yaml rename to helm-chart/sefaria/templates/secret/slack-webhook.yaml diff --git a/helm-chart/sefaria-project/templates/secret/varnish.yaml b/helm-chart/sefaria/templates/secret/varnish.yaml similarity index 100% rename from helm-chart/sefaria-project/templates/secret/varnish.yaml rename to helm-chart/sefaria/templates/secret/varnish.yaml diff --git a/helm-chart/sefaria-project/templates/service/linker-previous.yaml b/helm-chart/sefaria/templates/service/linker-previous.yaml similarity index 100% rename from helm-chart/sefaria-project/templates/service/linker-previous.yaml rename to helm-chart/sefaria/templates/service/linker-previous.yaml diff --git a/helm-chart/sefaria-project/templates/service/linker.yaml b/helm-chart/sefaria/templates/service/linker.yaml similarity index 100% rename from helm-chart/sefaria-project/templates/service/linker.yaml rename to helm-chart/sefaria/templates/service/linker.yaml diff --git a/helm-chart/sefaria-project/templates/service/monitor.yaml b/helm-chart/sefaria/templates/service/monitor.yaml similarity index 100% rename from helm-chart/sefaria-project/templates/service/monitor.yaml rename to helm-chart/sefaria/templates/service/monitor.yaml diff --git a/helm-chart/sefaria-project/templates/service/nginx-preview.yaml b/helm-chart/sefaria/templates/service/nginx-preview.yaml similarity index 100% rename from helm-chart/sefaria-project/templates/service/nginx-preview.yaml rename to helm-chart/sefaria/templates/service/nginx-preview.yaml diff --git a/helm-chart/sefaria-project/templates/service/nginx-previous.yaml b/helm-chart/sefaria/templates/service/nginx-previous.yaml similarity index 100% rename from helm-chart/sefaria-project/templates/service/nginx-previous.yaml rename to helm-chart/sefaria/templates/service/nginx-previous.yaml diff --git a/helm-chart/sefaria-project/templates/service/nginx.yaml b/helm-chart/sefaria/templates/service/nginx.yaml similarity index 100% rename from helm-chart/sefaria-project/templates/service/nginx.yaml rename to helm-chart/sefaria/templates/service/nginx.yaml diff --git a/helm-chart/sefaria-project/templates/service/nodejs-previous.yaml b/helm-chart/sefaria/templates/service/nodejs-previous.yaml similarity index 100% rename from helm-chart/sefaria-project/templates/service/nodejs-previous.yaml rename to helm-chart/sefaria/templates/service/nodejs-previous.yaml diff --git a/helm-chart/sefaria-project/templates/service/nodejs.yaml b/helm-chart/sefaria/templates/service/nodejs.yaml similarity index 100% rename from helm-chart/sefaria-project/templates/service/nodejs.yaml rename to helm-chart/sefaria/templates/service/nodejs.yaml diff --git a/helm-chart/sefaria-project/templates/service/redis.yaml b/helm-chart/sefaria/templates/service/redis.yaml similarity index 100% rename from helm-chart/sefaria-project/templates/service/redis.yaml rename to helm-chart/sefaria/templates/service/redis.yaml diff --git a/helm-chart/sefaria-project/templates/service/task.yaml b/helm-chart/sefaria/templates/service/task.yaml similarity index 100% rename from helm-chart/sefaria-project/templates/service/task.yaml rename to helm-chart/sefaria/templates/service/task.yaml diff --git a/helm-chart/sefaria-project/templates/service/varnish-previous.yaml b/helm-chart/sefaria/templates/service/varnish-previous.yaml similarity index 100% rename from helm-chart/sefaria-project/templates/service/varnish-previous.yaml rename to helm-chart/sefaria/templates/service/varnish-previous.yaml diff --git a/helm-chart/sefaria-project/templates/service/varnish.yaml b/helm-chart/sefaria/templates/service/varnish.yaml similarity index 100% rename from helm-chart/sefaria-project/templates/service/varnish.yaml rename to helm-chart/sefaria/templates/service/varnish.yaml diff --git a/helm-chart/sefaria-project/templates/service/web-previous.yaml b/helm-chart/sefaria/templates/service/web-previous.yaml similarity index 100% rename from helm-chart/sefaria-project/templates/service/web-previous.yaml rename to helm-chart/sefaria/templates/service/web-previous.yaml diff --git a/helm-chart/sefaria-project/templates/service/web.yaml b/helm-chart/sefaria/templates/service/web.yaml similarity index 100% rename from helm-chart/sefaria-project/templates/service/web.yaml rename to helm-chart/sefaria/templates/service/web.yaml diff --git a/helm-chart/sefaria-project/values.yaml b/helm-chart/sefaria/values.yaml similarity index 100% rename from helm-chart/sefaria-project/values.yaml rename to helm-chart/sefaria/values.yaml