Skip to content

Commit

Permalink
Bump version 0.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
sunu committed Sep 16, 2024
1 parent f6d04dc commit 607e181
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 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.1
appVersion: "0.0.1"
version: 0.0.2
appVersion: "0.0.2"
6 changes: 3 additions & 3 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: 402484a8540558e822b5eb092802fa65a09383cb
tag: 0.0.2

quotaEnforcer:
image:
repository: ghcr.io/sunu/get-quota-your-home
tag: f9cf31cf51a1794b4c359dfa9aa7a6fe8a8f4c71
tag: 0.0.2
# quota in GB
hardQuota: "10"

Expand All @@ -27,4 +27,4 @@ eks:

gke:
enabled: false
volumeId: "your-gke-volume-id"
volumeId: "your-gke-volume-id"

0 comments on commit 607e181

Please sign in to comment.