From 6730c95343fe5b2fbcb64e47726bbe51160940a3 Mon Sep 17 00:00:00 2001 From: Tarashish Mishra Date: Wed, 16 Oct 2024 18:55:10 +0530 Subject: [PATCH] Rename repo to jupyterhub-home-nfs Also account for the move to 2i2c-org GitHub organization. --- .github/workflows/build-publish-docker-helm.yaml | 6 +++--- chartpress.yaml | 8 ++++---- helm/{jupyter-home-nfs => jupyterhub-home-nfs}/Chart.yaml | 2 +- .../templates/NOTES.txt | 0 .../templates/deployment.yaml | 0 .../templates/persistent-volume-claim.yaml | 0 .../templates/persistent-volume.yaml | 0 .../templates/service.yaml | 0 .../{jupyter-home-nfs => jupyterhub-home-nfs}/values.yaml | 4 ++-- 9 files changed, 10 insertions(+), 10 deletions(-) rename helm/{jupyter-home-nfs => jupyterhub-home-nfs}/Chart.yaml (83%) rename helm/{jupyter-home-nfs => jupyterhub-home-nfs}/templates/NOTES.txt (100%) rename helm/{jupyter-home-nfs => jupyterhub-home-nfs}/templates/deployment.yaml (100%) rename helm/{jupyter-home-nfs => jupyterhub-home-nfs}/templates/persistent-volume-claim.yaml (100%) rename helm/{jupyter-home-nfs => jupyterhub-home-nfs}/templates/persistent-volume.yaml (100%) rename helm/{jupyter-home-nfs => jupyterhub-home-nfs}/templates/service.yaml (100%) rename helm/{jupyter-home-nfs => jupyterhub-home-nfs}/values.yaml (80%) diff --git a/.github/workflows/build-publish-docker-helm.yaml b/.github/workflows/build-publish-docker-helm.yaml index 7a2c222..591a58b 100644 --- a/.github/workflows/build-publish-docker-helm.yaml +++ b/.github/workflows/build-publish-docker-helm.yaml @@ -44,12 +44,12 @@ jobs: - name: Get the version id: get_version - run: echo ::set-output name=VERSION::$(cat helm/jupyter-home-nfs/Chart.yaml | grep version | awk '{print $2}') + run: echo ::set-output name=VERSION::$(cat helm/jupyterhub-home-nfs/Chart.yaml | grep version | awk '{print $2}') - name: Package Helm Chart run: | - helm package helm/jupyter-home-nfs -d .helm-charts + helm package helm/jupyterhub-home-nfs -d .helm-charts - name: Push Helm Chart run: | - helm push .helm-charts/jupyter-home-nfs-${{ steps.get_version.outputs.VERSION }}.tgz oci://ghcr.io/sunu/jupyter-home-nfs \ No newline at end of file + helm push .helm-charts/jupyterhub-home-nfs-${{ steps.get_version.outputs.VERSION }}.tgz oci://ghcr.io/2i2c-org/jupyterhub-home-nfs \ No newline at end of file diff --git a/chartpress.yaml b/chartpress.yaml index 1d1da70..36b9d31 100644 --- a/chartpress.yaml +++ b/chartpress.yaml @@ -1,9 +1,9 @@ charts: - - name: jupyter-home-nfs - chartPath: helm/jupyter-home-nfs - imagePrefix: ghcr.io/sunu/ + - name: jupyterhub-home-nfs + chartPath: helm/jupyterhub-home-nfs + imagePrefix: ghcr.io/2i2c-org/ repo: - git: sunu/jupyter-home-nfs + git: 2i2c-org/jupyterhub-home-nfs images: get-quota-your-home: valuesPath: quotaEnforcer.image diff --git a/helm/jupyter-home-nfs/Chart.yaml b/helm/jupyterhub-home-nfs/Chart.yaml similarity index 83% rename from helm/jupyter-home-nfs/Chart.yaml rename to helm/jupyterhub-home-nfs/Chart.yaml index 12ac67c..33497a5 100644 --- a/helm/jupyter-home-nfs/Chart.yaml +++ b/helm/jupyterhub-home-nfs/Chart.yaml @@ -1,5 +1,5 @@ apiVersion: v2 -name: jupyter-home-nfs +name: jupyterhub-home-nfs description: A Helm chart for an in-cluster NFS server with storage quota enforcement version: 0.0.5 appVersion: "0.0.5" diff --git a/helm/jupyter-home-nfs/templates/NOTES.txt b/helm/jupyterhub-home-nfs/templates/NOTES.txt similarity index 100% rename from helm/jupyter-home-nfs/templates/NOTES.txt rename to helm/jupyterhub-home-nfs/templates/NOTES.txt diff --git a/helm/jupyter-home-nfs/templates/deployment.yaml b/helm/jupyterhub-home-nfs/templates/deployment.yaml similarity index 100% rename from helm/jupyter-home-nfs/templates/deployment.yaml rename to helm/jupyterhub-home-nfs/templates/deployment.yaml diff --git a/helm/jupyter-home-nfs/templates/persistent-volume-claim.yaml b/helm/jupyterhub-home-nfs/templates/persistent-volume-claim.yaml similarity index 100% rename from helm/jupyter-home-nfs/templates/persistent-volume-claim.yaml rename to helm/jupyterhub-home-nfs/templates/persistent-volume-claim.yaml diff --git a/helm/jupyter-home-nfs/templates/persistent-volume.yaml b/helm/jupyterhub-home-nfs/templates/persistent-volume.yaml similarity index 100% rename from helm/jupyter-home-nfs/templates/persistent-volume.yaml rename to helm/jupyterhub-home-nfs/templates/persistent-volume.yaml diff --git a/helm/jupyter-home-nfs/templates/service.yaml b/helm/jupyterhub-home-nfs/templates/service.yaml similarity index 100% rename from helm/jupyter-home-nfs/templates/service.yaml rename to helm/jupyterhub-home-nfs/templates/service.yaml diff --git a/helm/jupyter-home-nfs/values.yaml b/helm/jupyterhub-home-nfs/values.yaml similarity index 80% rename from helm/jupyter-home-nfs/values.yaml rename to helm/jupyterhub-home-nfs/values.yaml index 6a8dc2b..3c7295f 100644 --- a/helm/jupyter-home-nfs/values.yaml +++ b/helm/jupyterhub-home-nfs/values.yaml @@ -1,11 +1,11 @@ nfsServer: image: - repository: ghcr.io/sunu/nfs-ganesha + repository: ghcr.io/2i2c-org/nfs-ganesha tag: 0.0.5 quotaEnforcer: image: - repository: ghcr.io/sunu/get-quota-your-home + repository: ghcr.io/2i2c-org/get-quota-your-home tag: 0.0.5 path: "/export" # quota in GB