diff --git a/Dockerfile b/Dockerfile index 6f9ca76cf2..778589e3f9 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.2" \ + version="1.1.3" \ release="1" \ summary="STORK" \ description="Storage Orchestrator Runtime for Kubernetes" \ diff --git a/cmd/stork/stork.go b/cmd/stork/stork.go index 27e4dd1779..029b852c2c 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.2" + app.Version = "1.1.3" app.Action = run app.Flags = []cli.Flag{ diff --git a/specs/stork-daemonset.yaml b/specs/stork-daemonset.yaml index 0ddef9032a..c688928229 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.1.2 + image: openstorage/stork:1.1.3 resources: requests: cpu: '0.1' diff --git a/specs/stork-deployment.yaml b/specs/stork-deployment.yaml index 44e6b78a55..67f23f9336 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.1.2 + image: openstorage/stork:1.1.3 resources: requests: cpu: '0.1'