diff --git a/helm/jupyter-home-nfs/Chart.yaml b/helm/jupyter-home-nfs/Chart.yaml index 5a7ca99..669846e 100644 --- a/helm/jupyter-home-nfs/Chart.yaml +++ b/helm/jupyter-home-nfs/Chart.yaml @@ -1,5 +1,5 @@ apiVersion: v2 name: jupyter-home-nfs description: A Helm chart for an in-cluster NFS server with storage quota enforcement -version: 0.0.2 -appVersion: "0.0.2" +version: 0.0.3 +appVersion: "0.0.3" diff --git a/helm/jupyter-home-nfs/values.yaml b/helm/jupyter-home-nfs/values.yaml index 0820eb8..025d261 100644 --- a/helm/jupyter-home-nfs/values.yaml +++ b/helm/jupyter-home-nfs/values.yaml @@ -1,12 +1,12 @@ nfsServer: image: repository: ghcr.io/sunu/nfs-ganesha - tag: 0.0.2 + tag: 0.0.3 quotaEnforcer: image: repository: ghcr.io/sunu/get-quota-your-home - tag: 0.0.2 + tag: 0.0.3 path: "/export" # quota in GB hardQuota: "10"