From 34f2652f1e7151219c4bc00d1b8a57984b07589e Mon Sep 17 00:00:00 2001 From: Dinesh Israni Date: Thu, 5 Jul 2018 18:45:44 -0700 Subject: [PATCH] Bump version to 1.1.2 and update specs --- Dockerfile | 2 +- cmd/stork/stork.go | 2 +- specs/stork-daemonset.yaml | 2 +- specs/stork-deployment.yaml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Dockerfile b/Dockerfile index 6da3952134..6f9ca76cf2 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.1" \ + version="1.1.2" \ release="1" \ summary="STORK" \ description="Storage Orchestrator Runtime for Kubernetes" \ diff --git a/cmd/stork/stork.go b/cmd/stork/stork.go index 4dc8c1d349..27e4dd1779 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.1" + app.Version = "1.1.2" app.Action = run app.Flags = []cli.Flag{ diff --git a/specs/stork-daemonset.yaml b/specs/stork-daemonset.yaml index ffb7c35915..0ddef9032a 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.1 + image: openstorage/stork:1.1.2 resources: requests: cpu: '0.1' diff --git a/specs/stork-deployment.yaml b/specs/stork-deployment.yaml index f1e8fb52c8..44e6b78a55 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.1 + image: openstorage/stork:1.1.2 resources: requests: cpu: '0.1'