Skip to content

Commit

Permalink
Bump version to 0.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
sunu committed Oct 17, 2024
1 parent c9b6f09 commit 3df76d1
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.5
appVersion: "0.0.5"
version: 0.0.6
appVersion: "0.0.6"
4 changes: 2 additions & 2 deletions helm/jupyterhub-home-nfs/values.yaml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
nfsServer:
image:
repository: ghcr.io/2i2c-org/nfs-ganesha
tag: 0.0.5
tag: 0.0.6

quotaEnforcer:
image:
repository: ghcr.io/2i2c-org/get-quota-your-home
tag: 0.0.5
tag: 0.0.6
path: "/export"
# quota in GB
hardQuota: "10"
Expand Down

0 comments on commit 3df76d1

Please sign in to comment.