diff --git a/Makefile b/Makefile index 9922435..c75f277 100644 --- a/Makefile +++ b/Makefile @@ -9,7 +9,7 @@ CSI_DRIVER_IMAGE?=cyverse/irods-csi-driver CSI_DRIVER_DOCKERFILE=deploy/image/irods_csi_driver_image.dockerfile CSI_DRIVER_POOL_IMAGE?=cyverse/irods-csi-driver-pool CSI_DRIVER_POOL_DOCKERFILE=deploy/image/irods_csi_driver_pool_image.dockerfile -VERSION=v0.8.2 +VERSION=v0.8.3 GIT_COMMIT?=$(shell git rev-parse HEAD) BUILD_DATE?=$(shell date -u +"%Y-%m-%dT%H:%M:%SZ") LDFLAGS?="-X ${PKG}/pkg/driver.driverVersion=${VERSION} -X ${PKG}/pkg/driver.gitCommit=${GIT_COMMIT} -X ${PKG}/pkg/driver.buildDate=${BUILD_DATE}" diff --git a/helm/Chart.yaml b/helm/Chart.yaml index 1b3e3de..1dee381 100644 --- a/helm/Chart.yaml +++ b/helm/Chart.yaml @@ -1,8 +1,8 @@ apiVersion: v2 -appVersion: "0.8.2" +appVersion: "0.8.3" name: irods-csi-driver description: A Helm chart for iRODS CSI Driver -version: 0.8.2 +version: 0.8.3 kubeVersion: ">=1.14.0-0" home: https://github.com/cyverse/irods-csi-driver sources: diff --git a/helm/README.md b/helm/README.md index 3eefaf3..2900db5 100644 --- a/helm/README.md +++ b/helm/README.md @@ -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.2 \ + --version 0.8.3 \ --namespace kube-system \ -f values.yaml ``` diff --git a/helm/values.yaml b/helm/values.yaml index ad7f49e..fdaa2b0 100644 --- a/helm/values.yaml +++ b/helm/values.yaml @@ -13,7 +13,7 @@ controllerService: irodsPlugin: image: repository: cyverse/irods-csi-driver - tag: v0.8.2 + tag: v0.8.3 pullPolicy: Always extraArgs: @@ -53,7 +53,7 @@ nodeService: irodsPlugin: image: repository: cyverse/irods-csi-driver - tag: v0.8.2 + tag: v0.8.3 pullPolicy: Always extraArgs: @@ -68,7 +68,7 @@ nodeService: irodsPool: image: repository: cyverse/irods-csi-driver-pool - tag: v0.8.2 + tag: v0.8.3 pullPolicy: Always extraArgs: