Skip to content

Commit

Permalink
Bump version 0.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
sunu committed Sep 18, 2024
1 parent 9758b38 commit 2cc00ea
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions helm/jupyter-home-nfs/Chart.yaml
Original file line number Diff line number Diff line change
@@ -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"
4 changes: 2 additions & 2 deletions helm/jupyter-home-nfs/values.yaml
Original file line number Diff line number Diff line change
@@ -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"
Expand Down

0 comments on commit 2cc00ea

Please sign in to comment.