Skip to content

Commit

Permalink
Bump version to 0.0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
sunu committed Nov 27, 2024
1 parent 75502f2 commit cbaaa24
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions helm/jupyterhub-home-nfs/Chart.yaml
Original file line number Diff line number Diff line change
@@ -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"
4 changes: 2 additions & 2 deletions helm/jupyterhub-home-nfs/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@
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

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"
Expand Down

0 comments on commit cbaaa24

Please sign in to comment.