From 17b84a0a2f7877981c2028a7af0b7ac5ef00cf59 Mon Sep 17 00:00:00 2001 From: Tarashish Mishra Date: Wed, 27 Nov 2024 16:04:01 +0530 Subject: [PATCH] Bump the version of jupyterhub-home-nfs on VEDA staging Also adds Prometheus exporter to report disk usage --- config/clusters/nasa-veda/staging.values.yaml | 2 ++ helm-charts/basehub/Chart.yaml | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/config/clusters/nasa-veda/staging.values.yaml b/config/clusters/nasa-veda/staging.values.yaml index 38a011f61..fd03ef129 100644 --- a/config/clusters/nasa-veda/staging.values.yaml +++ b/config/clusters/nasa-veda/staging.values.yaml @@ -87,3 +87,5 @@ basehub: quotaEnforcer: hardQuota: "10" # in GB path: "/export/staging" + prometheusExporter: + enabled: true diff --git a/helm-charts/basehub/Chart.yaml b/helm-charts/basehub/Chart.yaml index 7c05a32cb..9aeaf8164 100644 --- a/helm-charts/basehub/Chart.yaml +++ b/helm-charts/basehub/Chart.yaml @@ -26,6 +26,6 @@ dependencies: repository: "https://helm.dask.org/" condition: dask-gateway.enabled - name: jupyterhub-home-nfs - version: 0.0.6 + version: 0.0.7 repository: oci://ghcr.io/2i2c-org/jupyterhub-home-nfs condition: jupyterhub-home-nfs.enabled