Skip to content

Commit

Permalink
Update irods-csi-driver.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mb-wali authored Dec 5, 2023
1 parent 41989d0 commit 0846cc5
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions docs/deployments/irods-csi-driver.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# iRODS CSI Driver

**Currently deployed version: 0.9.4**
**Currently deployed version: 0.9.9**

iRODS Container Storage Interface (CSI) Driver implements the CSI Specification to provide container orchestration engines (like Kubernetes) iRODS access.

Expand Down Expand Up @@ -28,6 +28,7 @@ nodeService:
extraArgs:
- --cache_size_max=10737418240
- '--cache_timeout_settings=[{"path":"/","timeout":"-1ns","inherit":false},{"path":"/ZONE","timeout":"-1ns","inherit":false},{"path":"/ZONE/home","timeout":"1h","inherit":false},{"path":"/ZONE/home/shared","timeout":"1h","inherit":true}]'
- --data_root=/irodsfs-pool

```

Expand Down Expand Up @@ -78,7 +79,7 @@ helm install -n irods-csi-driver irods-csi-driver irods-csi-driver-repo/irods-cs
## install specific version

```bash
helm install -n irods-csi-driver irods-csi-driver --version 0.8.7 irods-csi-driver-repo/irods-csi-driver -f values.yaml
helm install -n irods-csi-driver irods-csi-driver --version 0.9.9 irods-csi-driver-repo/irods-csi-driver -f values.yaml
```

## NOTE
Expand Down Expand Up @@ -113,4 +114,4 @@ function remove_deployment_prefix() {
for id in "$@"; do
delete_resources $(remove_deployment_prefix "$id")
done
```
```

0 comments on commit 0846cc5

Please sign in to comment.