Skip to content

Commit

Permalink
Update version
Browse files Browse the repository at this point in the history
  • Loading branch information
iychoi committed Jul 26, 2022
1 parent 6f501a8 commit 9e1a995
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions deploy/kubernetes/overlays/stable/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ bases:
- ../../base
images:
- name: cyverse/irods-csi-driver
newTag: v0.8.1
newTag: v0.8.2
- name: cyverse/irods-csi-driver-pool
newTag: v0.8.1
newTag: v0.8.2
- name: quay.io/k8scsi/csi-provisioner
newTag: v1.6.0
- name: quay.io/k8scsi/livenessprobe
Expand Down
4 changes: 2 additions & 2 deletions helm/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
apiVersion: v2
appVersion: "0.8.1"
appVersion: "0.8.2"
name: irods-csi-driver
description: A Helm chart for iRODS CSI Driver
version: 0.8.1
version: 0.8.2
kubeVersion: ">=1.14.0-0"
home: https://github.com/cyverse/irods-csi-driver
sources:
Expand Down
2 changes: 1 addition & 1 deletion helm/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ helm install irods-csi-driver -f user_values.yaml --namespace kube-system .
```shell script
helm upgrade irods-csi-driver \
--install . \
--version 0.8.1 \
--version 0.8.2 \
--namespace kube-system \
-f values.yaml
```
Expand Down
6 changes: 3 additions & 3 deletions helm/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ controllerService:
irodsPlugin:
image:
repository: cyverse/irods-csi-driver
tag: v0.8.1
tag: v0.8.2
pullPolicy: Always

extraArgs:
Expand Down Expand Up @@ -53,7 +53,7 @@ nodeService:
irodsPlugin:
image:
repository: cyverse/irods-csi-driver
tag: v0.8.1
tag: v0.8.2
pullPolicy: Always

extraArgs:
Expand All @@ -68,7 +68,7 @@ nodeService:
irodsPool:
image:
repository: cyverse/irods-csi-driver-pool
tag: v0.8.1
tag: v0.8.2
pullPolicy: Always

extraArgs:
Expand Down

0 comments on commit 9e1a995

Please sign in to comment.