Skip to content

Commit

Permalink
Bump version 0.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
sunu committed Sep 18, 2024
1 parent 880de1a commit 4a53a0b
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.3
appVersion: "0.0.3"
version: 0.0.4
appVersion: "0.0.4"
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.3
tag: 0.0.4

quotaEnforcer:
image:
repository: ghcr.io/sunu/get-quota-your-home
tag: 0.0.3
tag: 0.0.4
path: "/export"
# quota in GB
hardQuota: "10"
Expand Down

0 comments on commit 4a53a0b

Please sign in to comment.