From e1dfe44389d81208fbee035f2ac4e9b3bbb46b0e Mon Sep 17 00:00:00 2001 From: alhendrickson <159636032+alhendrickson@users.noreply.github.com.> Date: Mon, 20 Apr 2026 16:35:31 +0100 Subject: [PATCH 1/9] feat(helm): Publish jupyterhub helm chart --- helm-charts/cogstack-ce-helm/Chart.lock | 8 +- helm-charts/cogstack-ce-helm/Chart.yaml | 7 +- helm-charts/cogstack-ce-helm/README.md | 3 +- helm-charts/cogstack-ce-helm/README.md.gotmpl | 1 + .../charts/jupyterhub/README.md.gotmpl | 18 ---- .../Chart.lock | 0 .../Chart.yaml | 10 ++- .../README.md | 81 ++++++++++++++++- .../cogstack-jupyterhub-helm/README.md.gotmpl | 86 +++++++++++++++++++ .../examples/medcat-opensearch-e2e.ipynb | 0 .../examples/medcat-service-tutorial.ipynb | 0 .../templates/examples-configmap.yaml | 0 .../values.yaml | 2 +- 13 files changed, 185 insertions(+), 31 deletions(-) delete mode 100644 helm-charts/cogstack-ce-helm/charts/jupyterhub/README.md.gotmpl rename helm-charts/{cogstack-ce-helm/charts/jupyterhub => cogstack-jupyterhub-helm}/Chart.lock (100%) rename helm-charts/{cogstack-ce-helm/charts/jupyterhub => cogstack-jupyterhub-helm}/Chart.yaml (53%) rename helm-charts/{cogstack-ce-helm/charts/jupyterhub => cogstack-jupyterhub-helm}/README.md (66%) create mode 100644 helm-charts/cogstack-jupyterhub-helm/README.md.gotmpl rename helm-charts/{cogstack-ce-helm/charts/jupyterhub => cogstack-jupyterhub-helm}/examples/medcat-opensearch-e2e.ipynb (100%) rename helm-charts/{cogstack-ce-helm/charts/jupyterhub => cogstack-jupyterhub-helm}/examples/medcat-service-tutorial.ipynb (100%) rename helm-charts/{cogstack-ce-helm/charts/jupyterhub => cogstack-jupyterhub-helm}/templates/examples-configmap.yaml (100%) rename helm-charts/{cogstack-ce-helm/charts/jupyterhub => cogstack-jupyterhub-helm}/values.yaml (99%) diff --git a/helm-charts/cogstack-ce-helm/Chart.lock b/helm-charts/cogstack-ce-helm/Chart.lock index eaa59bf..9e5e1b5 100644 --- a/helm-charts/cogstack-ce-helm/Chart.lock +++ b/helm-charts/cogstack-ce-helm/Chart.lock @@ -14,8 +14,8 @@ dependencies: - name: opensearch-dashboards repository: https://opensearch-project.github.io/helm-charts/ version: 3.5.0 -- name: cogstack-jupyterhub - repository: file://charts/jupyterhub +- name: cogstack-jupyterhub-helm + repository: file://../cogstack-jupyterhub-helm version: 0.1.0 -digest: sha256:d9fb8600b71642cbbdcfc0e9c4b512f3efedadf99544b3e81f97f0deb5a8469a -generated: "2026-03-03T17:30:34.27108704Z" +digest: sha256:e0129202a475f3a6888591564ef1956019bee4ad57c89e4df00222488f9f16c2 +generated: "2026-04-20T15:53:22.403089397+01:00" diff --git a/helm-charts/cogstack-ce-helm/Chart.yaml b/helm-charts/cogstack-ce-helm/Chart.yaml index 3af6f32..e694457 100644 --- a/helm-charts/cogstack-ce-helm/Chart.yaml +++ b/helm-charts/cogstack-ce-helm/Chart.yaml @@ -50,7 +50,8 @@ dependencies: condition: opensearch-dashboards.enabled version: "3.5.0" repository: "https://opensearch-project.github.io/helm-charts/" - - name: cogstack-jupyterhub + - name: cogstack-jupyterhub-helm + alias: cogstack-jupyterhub condition: cogstack-jupyterhub.enabled - version: "0.1.0" - repository: "file://charts/jupyterhub" + version: "0.0.1" + repository: "file://../cogstack-jupyterhub-helm" diff --git a/helm-charts/cogstack-ce-helm/README.md b/helm-charts/cogstack-ce-helm/README.md index 02d7777..5774b69 100644 --- a/helm-charts/cogstack-ce-helm/README.md +++ b/helm-charts/cogstack-ce-helm/README.md @@ -63,6 +63,7 @@ The chart uses local subcharts via relative paths: - `medcat-service-helm` (as `medcat-service` and `anoncat-service`) - `medcat-trainer-helm` +- `cogstack-jupyterhub-helm` (as `cogstack-jupyterhub`) ## Uninstall @@ -83,7 +84,7 @@ kubectl delete namespace cogstack | file://../medcat-service-helm | medcat-service(medcat-service-helm) | 0.0.1 | | file://../medcat-service-helm | anoncat-service(medcat-service-helm) | 0.0.1 | | file://../medcat-trainer-helm | medcat-trainer(medcat-trainer-helm) | 0.0.1 | -| file://charts/jupyterhub | cogstack-jupyterhub | 0.1.0 | +| file://../cogstack-jupyterhub-helm | cogstack-jupyterhub(cogstack-jupyterhub-helm) | 0.1.0 | | https://opensearch-project.github.io/helm-charts/ | opensearch | 3.5.0 | | https://opensearch-project.github.io/helm-charts/ | opensearch-dashboards | 3.5.0 | diff --git a/helm-charts/cogstack-ce-helm/README.md.gotmpl b/helm-charts/cogstack-ce-helm/README.md.gotmpl index 317866b..77704cc 100644 --- a/helm-charts/cogstack-ce-helm/README.md.gotmpl +++ b/helm-charts/cogstack-ce-helm/README.md.gotmpl @@ -64,6 +64,7 @@ The chart uses local subcharts via relative paths: - `medcat-service-helm` (as `medcat-service` and `anoncat-service`) - `medcat-trainer-helm` +- `cogstack-jupyterhub-helm` (as `cogstack-jupyterhub`) ## Uninstall diff --git a/helm-charts/cogstack-ce-helm/charts/jupyterhub/README.md.gotmpl b/helm-charts/cogstack-ce-helm/charts/jupyterhub/README.md.gotmpl deleted file mode 100644 index 89e2dc3..0000000 --- a/helm-charts/cogstack-ce-helm/charts/jupyterhub/README.md.gotmpl +++ /dev/null @@ -1,18 +0,0 @@ -{{ template "chart.header" . }} -{{ template "chart.deprecationWarning" . }} - -{{ template "chart.badgesSection" . }} - -{{ template "chart.description" . }} - -{{ template "chart.homepageLine" . }} - -{{ template "chart.maintainersSection" . }} - -{{ template "chart.sourcesSection" . }} - -{{ template "chart.requirementsSection" . }} - -{{ template "chart.valuesSection" . }} - -{{ template "helm-docs.versionFooter" . }} diff --git a/helm-charts/cogstack-ce-helm/charts/jupyterhub/Chart.lock b/helm-charts/cogstack-jupyterhub-helm/Chart.lock similarity index 100% rename from helm-charts/cogstack-ce-helm/charts/jupyterhub/Chart.lock rename to helm-charts/cogstack-jupyterhub-helm/Chart.lock diff --git a/helm-charts/cogstack-ce-helm/charts/jupyterhub/Chart.yaml b/helm-charts/cogstack-jupyterhub-helm/Chart.yaml similarity index 53% rename from helm-charts/cogstack-ce-helm/charts/jupyterhub/Chart.yaml rename to helm-charts/cogstack-jupyterhub-helm/Chart.yaml index 66562d3..19fd735 100644 --- a/helm-charts/cogstack-ce-helm/charts/jupyterhub/Chart.yaml +++ b/helm-charts/cogstack-jupyterhub-helm/Chart.yaml @@ -1,10 +1,18 @@ apiVersion: v2 -name: cogstack-jupyterhub +name: cogstack-jupyterhub-helm description: A Helm chart for CogStack Jupyter Hub using official JupyterHub chart type: application version: 0.1.0 appVersion: "latest" +maintainers: + - name: alhendrickson + email: alistair@cogstack.org + - name: jocelyneholdbrook + email: jocelyne@cogstack.org + +icon: "https://avatars.githubusercontent.com/u/28688163" + dependencies: - name: jupyterhub version: 4.3.2 diff --git a/helm-charts/cogstack-ce-helm/charts/jupyterhub/README.md b/helm-charts/cogstack-jupyterhub-helm/README.md similarity index 66% rename from helm-charts/cogstack-ce-helm/charts/jupyterhub/README.md rename to helm-charts/cogstack-jupyterhub-helm/README.md index 4fd3cc8..b1b45b0 100644 --- a/helm-charts/cogstack-ce-helm/charts/jupyterhub/README.md +++ b/helm-charts/cogstack-jupyterhub-helm/README.md @@ -1,8 +1,83 @@ -# cogstack-jupyterhub +# CogStack JupyterHub Helm Chart -![Version: 0.1.0](https://img.shields.io/badge/Version-0.1.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) +## Overview -A Helm chart for CogStack Jupyter Hub using official JupyterHub chart +This chart deploys the upstream [`jupyterhub`](https://hub.jupyter.org/helm-chart/) Helm chart with CogStack defaults (hub/singleuser images) and optional example notebooks bundled as a ConfigMap. + +## Prerequisites + +- Kubernetes cluster +- Helm 3+ + +## Installation + +Install from a local checkout: + +```bash +helm install cogstack-cohorter oci://registry-1.docker.io/cogstacksystems/cogstack-jupyterhub-helm +``` + +## Configuration + +### Change the Docker image version + +The most common change is bumping the hub and single-user image tags: + +```yaml +jupyterhub: + hub: + image: + tag: "2.2.2" + singleuser: + image: + tag: "2.2.2" +``` + +### JupyterHub Configuration + +All configuration is passed through under the `jupyterhub.*` key (see `values.yaml` for the full default set). Commonly customized values include: + +- `jupyterhub.hub.config.*` (authenticator and hub config) +- `jupyterhub.singleuser.image.*` (user image) +- `jupyterhub.proxy.service.type` + +See the upstream JupyterHub documentation which lists every option [z2jh.jupyter.org](https://z2jh.jupyter.org/en/stable/resources/reference.html) + +### User culling + +Enable culling of idle user pods. This will delete pods that are unused and free up resources + +```yaml +jupyterhub: + cull: + enabled: true + every: 600 +``` + +### Authentication + +The default configuration uses the JupyterHub `DummyAuthenticator` (not for production). + +One option for you may be to setup the FirstUseAuthenticator. This will let any new user login and set their own passwords. + +```yaml +jupyterhub: + hub: + config: + JupyterHub: + authenticator_class: firstuseauthenticator.FirstUseAuthenticator + Authenticator: + admin_users: + - admin +``` + +Refer to the JupyterHub docs for other authentication settings on [z2jh](https://z2jh.jupyter.org/en/stable/administrator/authentication.html#general-configuration) + +### OAuth / OIDC + +JupyterHub can be setup with OAuth2 based authentication. + +See [Enabling OIDC Authentication](https://github.com/CogStack/cogstack-jupyter-hub/blob/main/README.md#enabling-oidc-authentication). ## Requirements diff --git a/helm-charts/cogstack-jupyterhub-helm/README.md.gotmpl b/helm-charts/cogstack-jupyterhub-helm/README.md.gotmpl new file mode 100644 index 0000000..2ec9d6e --- /dev/null +++ b/helm-charts/cogstack-jupyterhub-helm/README.md.gotmpl @@ -0,0 +1,86 @@ +# CogStack JupyterHub Helm Chart + +## Overview + +This chart deploys the upstream [`jupyterhub`](https://hub.jupyter.org/helm-chart/) Helm chart with CogStack defaults (hub/singleuser images) and optional example notebooks bundled as a ConfigMap. + +## Prerequisites + +- Kubernetes cluster +- Helm 3+ + +## Installation + +Install from a local checkout: + +```bash +helm install cogstack-cohorter oci://registry-1.docker.io/cogstacksystems/cogstack-jupyterhub-helm +``` + +## Configuration + +### Change the Docker image version + +The most common change is bumping the hub and single-user image tags: + +```yaml +jupyterhub: + hub: + image: + tag: "2.2.2" + singleuser: + image: + tag: "2.2.2" +``` + +### JupyterHub Configuration + +All configuration is passed through under the `jupyterhub.*` key (see `values.yaml` for the full default set). Commonly customized values include: + +- `jupyterhub.hub.config.*` (authenticator and hub config) +- `jupyterhub.singleuser.image.*` (user image) +- `jupyterhub.proxy.service.type` + +See the upstream JupyterHub documentation which lists every option [z2jh.jupyter.org](https://z2jh.jupyter.org/en/stable/resources/reference.html) + +### User culling + +Enable culling of idle user pods. This will delete pods that are unused and free up resources + +```yaml +jupyterhub: + cull: + enabled: true + every: 600 +``` + +### Authentication + +The default configuration uses the JupyterHub `DummyAuthenticator` (not for production). + +One option for you may be to setup the FirstUseAuthenticator. This will let any new user login and set their own passwords. + +```yaml +jupyterhub: + hub: + config: + JupyterHub: + authenticator_class: firstuseauthenticator.FirstUseAuthenticator + Authenticator: + admin_users: + - admin +``` + +Refer to the JupyterHub docs for other authentication settings on [z2jh](https://z2jh.jupyter.org/en/stable/administrator/authentication.html#general-configuration) + +### OAuth / OIDC + +JupyterHub can be setup with OAuth2 based authentication. + +See [Enabling OIDC Authentication](https://github.com/CogStack/cogstack-jupyter-hub/blob/main/README.md#enabling-oidc-authentication). + +{{ template "chart.requirementsSection" . }} + +{{ template "chart.valuesSection" . }} + +{{ template "helm-docs.versionFooter" . }} \ No newline at end of file diff --git a/helm-charts/cogstack-ce-helm/charts/jupyterhub/examples/medcat-opensearch-e2e.ipynb b/helm-charts/cogstack-jupyterhub-helm/examples/medcat-opensearch-e2e.ipynb similarity index 100% rename from helm-charts/cogstack-ce-helm/charts/jupyterhub/examples/medcat-opensearch-e2e.ipynb rename to helm-charts/cogstack-jupyterhub-helm/examples/medcat-opensearch-e2e.ipynb diff --git a/helm-charts/cogstack-ce-helm/charts/jupyterhub/examples/medcat-service-tutorial.ipynb b/helm-charts/cogstack-jupyterhub-helm/examples/medcat-service-tutorial.ipynb similarity index 100% rename from helm-charts/cogstack-ce-helm/charts/jupyterhub/examples/medcat-service-tutorial.ipynb rename to helm-charts/cogstack-jupyterhub-helm/examples/medcat-service-tutorial.ipynb diff --git a/helm-charts/cogstack-ce-helm/charts/jupyterhub/templates/examples-configmap.yaml b/helm-charts/cogstack-jupyterhub-helm/templates/examples-configmap.yaml similarity index 100% rename from helm-charts/cogstack-ce-helm/charts/jupyterhub/templates/examples-configmap.yaml rename to helm-charts/cogstack-jupyterhub-helm/templates/examples-configmap.yaml diff --git a/helm-charts/cogstack-ce-helm/charts/jupyterhub/values.yaml b/helm-charts/cogstack-jupyterhub-helm/values.yaml similarity index 99% rename from helm-charts/cogstack-ce-helm/charts/jupyterhub/values.yaml rename to helm-charts/cogstack-jupyterhub-helm/values.yaml index 53ae410..958ce76 100644 --- a/helm-charts/cogstack-ce-helm/charts/jupyterhub/values.yaml +++ b/helm-charts/cogstack-jupyterhub-helm/values.yaml @@ -109,4 +109,4 @@ jupyterhub: hook: enabled: false continuous: - enabled: false \ No newline at end of file + enabled: false From 5b9058e31c84fa7372ab1020abe5c57c337a6d80 Mon Sep 17 00:00:00 2001 From: alhendrickson <159636032+alhendrickson@users.noreply.github.com.> Date: Mon, 20 Apr 2026 16:37:55 +0100 Subject: [PATCH 2/9] feat(helm): Publish jupyterhub helm chart --- helm-charts/cogstack-ce-helm/Chart.lock | 6 +++--- helm-charts/cogstack-jupyterhub-helm/Chart.yaml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/helm-charts/cogstack-ce-helm/Chart.lock b/helm-charts/cogstack-ce-helm/Chart.lock index 9e5e1b5..ec28a64 100644 --- a/helm-charts/cogstack-ce-helm/Chart.lock +++ b/helm-charts/cogstack-ce-helm/Chart.lock @@ -16,6 +16,6 @@ dependencies: version: 3.5.0 - name: cogstack-jupyterhub-helm repository: file://../cogstack-jupyterhub-helm - version: 0.1.0 -digest: sha256:e0129202a475f3a6888591564ef1956019bee4ad57c89e4df00222488f9f16c2 -generated: "2026-04-20T15:53:22.403089397+01:00" + version: 0.0.1 +digest: sha256:91586641cf31493b780341598900d7bd33d64be72cc34ac808811c4f7ff508cd +generated: "2026-04-20T16:37:45.151724713+01:00" diff --git a/helm-charts/cogstack-jupyterhub-helm/Chart.yaml b/helm-charts/cogstack-jupyterhub-helm/Chart.yaml index 19fd735..3782d31 100644 --- a/helm-charts/cogstack-jupyterhub-helm/Chart.yaml +++ b/helm-charts/cogstack-jupyterhub-helm/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 name: cogstack-jupyterhub-helm description: A Helm chart for CogStack Jupyter Hub using official JupyterHub chart type: application -version: 0.1.0 +version: 0.0.1 appVersion: "latest" maintainers: From fe600498569ef21069f9cd04fe719d53f54b2228 Mon Sep 17 00:00:00 2001 From: alhendrickson <159636032+alhendrickson@users.noreply.github.com.> Date: Mon, 20 Apr 2026 17:42:21 +0100 Subject: [PATCH 3/9] feat(helm): Add jupyterhub repo --- .github/linters/ct.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/linters/ct.yaml b/.github/linters/ct.yaml index 3b925ef..69e2ad4 100644 --- a/.github/linters/ct.yaml +++ b/.github/linters/ct.yaml @@ -7,3 +7,4 @@ helm-extra-args: --timeout 1000s chart-repos: - opensearch=https://opensearch-project.github.io/helm-charts - ollama=https://otwld.github.io/ollama-helm + - jupyterhub=https://hub.jupyter.org/helm-chart \ No newline at end of file From add27ba7d1f5c73cd849a3572501d34692aa6013 Mon Sep 17 00:00:00 2001 From: alhendrickson <159636032+alhendrickson@users.noreply.github.com.> Date: Mon, 20 Apr 2026 17:44:09 +0100 Subject: [PATCH 4/9] feat(helm): Add jupyterhub - lint --- helm-charts/cogstack-jupyterhub-helm/values.yaml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/helm-charts/cogstack-jupyterhub-helm/values.yaml b/helm-charts/cogstack-jupyterhub-helm/values.yaml index 958ce76..4d8d11a 100644 --- a/helm-charts/cogstack-jupyterhub-helm/values.yaml +++ b/helm-charts/cogstack-jupyterhub-helm/values.yaml @@ -8,9 +8,7 @@ jupyterhub: tag: "2.2.2" # -- Pull policy for the JupyterHub hub. pullPolicy: IfNotPresent - extraConfig: - 00-log-level: | - c.Application.log_level = 'DEBUG' + config: JupyterHub: authenticator_class: dummy @@ -33,6 +31,8 @@ jupyterhub: # -- Extra hub configuration for custom spawner settings extraConfig: + 00-log-level: | + c.Application.log_level = 'DEBUG' 00-custom-spawner: | # Custom environment variables for user pods c.KubeSpawner.environment = { @@ -69,8 +69,8 @@ jupyterhub: echo "Notebooks already initialized - skipping"; fi networkPolicy: - enabled: false - startTimeout: 600 # Give 10 minutes to start the container, which includes pulling the image. + enabled: false + startTimeout: 600 # Give 10 minutes to start the container, which includes pulling the image. # User pod configuration uid: 0 fsGid: 0 From 6732adaffbf5ca762d24ffaab9cd3bc9eddd2ad9 Mon Sep 17 00:00:00 2001 From: alhendrickson <159636032+alhendrickson@users.noreply.github.com.> Date: Tue, 21 Apr 2026 16:34:52 +0100 Subject: [PATCH 5/9] feat(helm): Publish jupyterhub chart to github --- .github/workflows/kubernetes-charts-build.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/kubernetes-charts-build.yaml b/.github/workflows/kubernetes-charts-build.yaml index 5519c12..fe0a8b9 100644 --- a/.github/workflows/kubernetes-charts-build.yaml +++ b/.github/workflows/kubernetes-charts-build.yaml @@ -134,6 +134,7 @@ jobs: helm package ./cogstack-ce-helm --version ${{ steps.version.outputs.chart_version }} --dependency-update helm package ./cogstack-cohorter-helm --version ${{ steps.version.outputs.chart_version }} --dependency-update helm package ./cogstack-observability-helm --version ${{ steps.version.outputs.chart_version }} --dependency-update + helm package ./cogstack-jupyterhub-helm --version ${{ steps.version.outputs.chart_version }} --dependency-update - name: Helm OCI login to Docker Hub run: helm registry login registry-1.docker.io -u ${{ secrets.DOCKERHUB_USERNAME }} -p ${{ secrets.DOCKERHUB_TOKEN }} @@ -145,6 +146,7 @@ jobs: helm push ./cogstack-ce-helm-${{ steps.version.outputs.chart_version }}.tgz oci://registry-1.docker.io/cogstacksystems helm push ./cogstack-cohorter-helm-${{ steps.version.outputs.chart_version }}.tgz oci://registry-1.docker.io/cogstacksystems helm push ./cogstack-observability-helm-${{ steps.version.outputs.chart_version }}.tgz oci://registry-1.docker.io/cogstacksystems + helm push ./cogstack-jupyterhub-helm-${{ steps.version.outputs.chart_version }}.tgz oci://registry-1.docker.io/cogstacksystems - name: Release uses: softprops/action-gh-release@v2 From 6f0d7b402a35a52b0a7148546aef237409070c1e Mon Sep 17 00:00:00 2001 From: alhendrickson <159636032+alhendrickson@users.noreply.github.com.> Date: Tue, 21 Apr 2026 16:46:57 +0100 Subject: [PATCH 6/9] feat(helm): Add docs --- helm-charts/cogstack-jupyterhub-helm/README.md | 2 +- helm-charts/cogstack-jupyterhub-helm/README.md.gotmpl | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/helm-charts/cogstack-jupyterhub-helm/README.md b/helm-charts/cogstack-jupyterhub-helm/README.md index b1b45b0..7e8e493 100644 --- a/helm-charts/cogstack-jupyterhub-helm/README.md +++ b/helm-charts/cogstack-jupyterhub-helm/README.md @@ -14,7 +14,7 @@ This chart deploys the upstream [`jupyterhub`](https://hub.jupyter.org/helm-char Install from a local checkout: ```bash -helm install cogstack-cohorter oci://registry-1.docker.io/cogstacksystems/cogstack-jupyterhub-helm +helm install jupyterhub oci://registry-1.docker.io/cogstacksystems/cogstack-jupyterhub-helm ``` ## Configuration diff --git a/helm-charts/cogstack-jupyterhub-helm/README.md.gotmpl b/helm-charts/cogstack-jupyterhub-helm/README.md.gotmpl index 2ec9d6e..3b79054 100644 --- a/helm-charts/cogstack-jupyterhub-helm/README.md.gotmpl +++ b/helm-charts/cogstack-jupyterhub-helm/README.md.gotmpl @@ -14,7 +14,7 @@ This chart deploys the upstream [`jupyterhub`](https://hub.jupyter.org/helm-char Install from a local checkout: ```bash -helm install cogstack-cohorter oci://registry-1.docker.io/cogstacksystems/cogstack-jupyterhub-helm +helm install jupyterhub oci://registry-1.docker.io/cogstacksystems/cogstack-jupyterhub-helm ``` ## Configuration From 6745a6d75ff6a3d08a2fd75fc246c77468517896 Mon Sep 17 00:00:00 2001 From: alhendrickson <159636032+alhendrickson@users.noreply.github.com.> Date: Tue, 21 Apr 2026 16:47:59 +0100 Subject: [PATCH 7/9] feat(helm): Add docs --- docs/mkdocs.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/mkdocs.yml b/docs/mkdocs.yml index 2307e99..8b9891a 100644 --- a/docs/mkdocs.yml +++ b/docs/mkdocs.yml @@ -67,10 +67,12 @@ nav: - Troubleshooting: platform/deployment/helm/troubleshooting.md - Charts: - Charts Overview: platform/deployment/helm/charts/_index.md + - Cogstack CE Helm: platform/deployment/helm/charts/cogstack-ce-helm.md - MedCAT Service Helm: platform/deployment/helm/charts/medcat-service-helm.md - MedCAT Trainer Helm: platform/deployment/helm/charts/medcat-trainer-helm.md - - Cogstack CE Helm: platform/deployment/helm/charts/cogstack-ce-helm.md + - Cogstack Cohorter Helm: platform/deployment/helm/charts/cogstack-cohorter-helm.md - Cogstack Observability Helm: platform/deployment/helm/charts/cogstack-observability-helm.md + - Cogstack JupyterHub Helm: platform/deployment/helm/charts/cogstack-jupyterhub-helm.md - Examples: - Examples: platform/deployment/examples/_index.md - AWS Kubernetes EKS: platform/deployment/examples/aws-kubernetes-eks.md From 862fe5cab5905cf8ab84107d04c86c804e6c206e Mon Sep 17 00:00:00 2001 From: alhendrickson <159636032+alhendrickson@users.noreply.github.com.> Date: Tue, 21 Apr 2026 16:49:53 +0100 Subject: [PATCH 8/9] feat(helm): Add docs --- docs/scripts/copy_files_from_repo.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/scripts/copy_files_from_repo.py b/docs/scripts/copy_files_from_repo.py index c6b4d04..816ddff 100644 --- a/docs/scripts/copy_files_from_repo.py +++ b/docs/scripts/copy_files_from_repo.py @@ -22,11 +22,11 @@ # Add more entries here to copy additional static files into documentation. COPY_SPECS = [ { - "sourceFilePath": "helm-charts/cogstack-ce-helm/charts/jupyterhub/examples/medcat-service-tutorial.ipynb", + "sourceFilePath": "helm-charts/cogstack-jupyterhub-helm/charts/examples/medcat-service-tutorial.ipynb", "outputFilePath": "platform/cogstack-ai/medcat-service-tutorial.ipynb", }, { - "sourceFilePath": "helm-charts/cogstack-ce-helm/charts/jupyterhub/examples/medcat-opensearch-e2e.ipynb", + "sourceFilePath": "helm-charts/cogstack-jupyterhub-helm/charts/examples/medcat-opensearch-e2e.ipynb", "outputFilePath": "cogstack-ce/tutorial/medcat-opensearch-e2e.ipynb", }, ] From c58f726661dd6cbefb59a5e8437cbffb087b33d6 Mon Sep 17 00:00:00 2001 From: alhendrickson <159636032+alhendrickson@users.noreply.github.com.> Date: Tue, 21 Apr 2026 16:53:41 +0100 Subject: [PATCH 9/9] feat(helm): Add docs --- docs/scripts/copy_files_from_repo.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/scripts/copy_files_from_repo.py b/docs/scripts/copy_files_from_repo.py index 816ddff..bb513c3 100644 --- a/docs/scripts/copy_files_from_repo.py +++ b/docs/scripts/copy_files_from_repo.py @@ -22,11 +22,11 @@ # Add more entries here to copy additional static files into documentation. COPY_SPECS = [ { - "sourceFilePath": "helm-charts/cogstack-jupyterhub-helm/charts/examples/medcat-service-tutorial.ipynb", + "sourceFilePath": "helm-charts/cogstack-jupyterhub-helm/examples/medcat-service-tutorial.ipynb", "outputFilePath": "platform/cogstack-ai/medcat-service-tutorial.ipynb", }, { - "sourceFilePath": "helm-charts/cogstack-jupyterhub-helm/charts/examples/medcat-opensearch-e2e.ipynb", + "sourceFilePath": "helm-charts/cogstack-jupyterhub-helm/examples/medcat-opensearch-e2e.ipynb", "outputFilePath": "cogstack-ce/tutorial/medcat-opensearch-e2e.ipynb", }, ]