diff --git a/Dockerfile b/Dockerfile index b814f092c8..6da3952134 100644 --- a/Dockerfile +++ b/Dockerfile @@ -4,7 +4,7 @@ MAINTAINER Portworx Inc. LABEL name="openstorage/stork" \ maintainer="support@portworx.com" \ vendor="Portworx Inc." \ - version="1.1" \ + version="1.1.1" \ release="1" \ summary="STORK" \ description="Storage Orchestrator Runtime for Kubernetes" \ diff --git a/cmd/stork/stork.go b/cmd/stork/stork.go index e71ae271bf..591e2f5a81 100644 --- a/cmd/stork/stork.go +++ b/cmd/stork/stork.go @@ -43,7 +43,7 @@ func main() { app := cli.NewApp() app.Name = "stork" app.Usage = "STorage Orchestartor Runtime for Kubernetes (STORK)" - app.Version = "1.1" + app.Version = "1.1.1" app.Action = run app.Flags = []cli.Flag{ diff --git a/specs/stork-daemonset.yaml b/specs/stork-daemonset.yaml index 2bdfa262aa..ffb7c35915 100644 --- a/specs/stork-daemonset.yaml +++ b/specs/stork-daemonset.yaml @@ -147,7 +147,7 @@ spec: # automatically update schedulerName #- --app-initializer=true imagePullPolicy: Always - image: openstorage/stork:1.0.3 + image: openstorage/stork:1.1.1 resources: requests: cpu: '0.1' diff --git a/specs/stork-deployment.yaml b/specs/stork-deployment.yaml index 1fc7f340b3..f1e8fb52c8 100644 --- a/specs/stork-deployment.yaml +++ b/specs/stork-deployment.yaml @@ -159,7 +159,7 @@ spec: # automatically update schedulerName #- --app-initializer=true imagePullPolicy: Always - image: openstorage/stork:1.0.3 + image: openstorage/stork:1.1.1 resources: requests: cpu: '0.1'