Skip to content

Commit

Permalink
Bump version to 1.1.2 and update specs
Browse files Browse the repository at this point in the history
  • Loading branch information
disrani-px committed Jul 6, 2018
1 parent b430fcf commit 34f2652
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ MAINTAINER Portworx Inc. <[email protected]>
LABEL name="openstorage/stork" \
maintainer="[email protected]" \
vendor="Portworx Inc." \
version="1.1.1" \
version="1.1.2" \
release="1" \
summary="STORK" \
description="Storage Orchestrator Runtime for Kubernetes" \
Expand Down
2 changes: 1 addition & 1 deletion cmd/stork/stork.go
Original file line number Diff line number Diff line change
Expand Up @@ -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{
Expand Down
2 changes: 1 addition & 1 deletion specs/stork-daemonset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down
2 changes: 1 addition & 1 deletion specs/stork-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit 34f2652

Please sign in to comment.