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