diff --git a/helm/jupyterhub-home-nfs/Chart.yaml b/helm/jupyterhub-home-nfs/Chart.yaml index 66b8a1c..621d3ba 100644 --- a/helm/jupyterhub-home-nfs/Chart.yaml +++ b/helm/jupyterhub-home-nfs/Chart.yaml @@ -1,5 +1,5 @@ apiVersion: v2 name: jupyterhub-home-nfs description: A Helm chart for an in-cluster NFS server with storage quota enforcement -version: 0.0.6 -appVersion: "0.0.6" +version: 0.0.7 +appVersion: "0.0.7" diff --git a/helm/jupyterhub-home-nfs/values.yaml b/helm/jupyterhub-home-nfs/values.yaml index 6081ec2..95acb02 100644 --- a/helm/jupyterhub-home-nfs/values.yaml +++ b/helm/jupyterhub-home-nfs/values.yaml @@ -4,7 +4,7 @@ nfsServer: image: repository: ghcr.io/2i2c-org/nfs-ganesha - tag: 0.0.6 + tag: 0.0.7 # Quota enforcer configuration # This container enforces the quota on the home directories @@ -12,7 +12,7 @@ nfsServer: quotaEnforcer: image: repository: ghcr.io/2i2c-org/get-quota-your-home - tag: 0.0.6 + tag: 0.0.7 path: "/export" # quota in GB hardQuota: "10"