diff --git a/deploy/overlays/stable/kustomization.yaml b/deploy/overlays/stable/kustomization.yaml index 8cdedf7..2b809fa 100644 --- a/deploy/overlays/stable/kustomization.yaml +++ b/deploy/overlays/stable/kustomization.yaml @@ -4,7 +4,7 @@ bases: - ../../base images: - name: docker.io/ofekmeister/csi-gcs - newTag: v0.2.0 + newTag: v0.3.0 - name: quay.io/k8scsi/csi-node-driver-registrar newName: gcr.io/gke-release/csi-node-driver-registrar newTag: v1.2.0-gke.0 diff --git a/tasks/constants.py b/tasks/constants.py index 52ae143..64fcd6c 100644 --- a/tasks/constants.py +++ b/tasks/constants.py @@ -1,4 +1,4 @@ -VERSION = '0.2.0' +VERSION = '0.3.0' GCSFUSE_VERSION = '0.27.0' REPO = 'ofekmeister'