Skip to content

Commit

Permalink
Bump version to 1.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
disrani-px committed Sep 18, 2018
1 parent f464192 commit fe2b638
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.3" \
version="1.1.4" \
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.3"
app.Version = "1.1.4"
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.3
image: openstorage/stork:1.1.4
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.3
image: openstorage/stork:1.1.4
resources:
requests:
cpu: '0.1'
Expand Down

0 comments on commit fe2b638

Please sign in to comment.