Skip to content

Commit

Permalink
release v0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ofek committed Apr 20, 2020
1 parent 38d81ac commit dc70271
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion deploy/overlays/stable/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ bases:
- ../../base
images:
- name: docker.io/ofekmeister/csi-gcs
newTag: v0.1.0
newTag: v0.2.0
- name: quay.io/k8scsi/csi-node-driver-registrar
newName: gcr.io/gke-release/csi-node-driver-registrar
newTag: v1.2.0-gke.0
2 changes: 1 addition & 1 deletion tasks/constants.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
VERSION = '0.1.0'
VERSION = '0.2.0'
GCSFUSE_VERSION = '0.27.0'

REPO = 'ofekmeister'
Expand Down
2 changes: 1 addition & 1 deletion tasks/image.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,6 @@ def build(ctx, release=False, compress=False, version=VERSION, gcsfuse=GCSFUSE_V
'version': f'The desired version (default: {VERSION})',
}
)
def push(ctx, version=VERSION):
def deploy(ctx, version=VERSION):
ctx.run(f'docker push {image_name(version)}', echo=True)
ctx.run(f'docker push {IMAGE_LATEST}', echo=True)

0 comments on commit dc70271

Please sign in to comment.