Skip to content

Commit

Permalink
Update version to 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
disrani-px committed Feb 7, 2018
1 parent 89b6bb1 commit 44aab7c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cmd/stork/stork.go
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ func main() {
app := cli.NewApp()
app.Name = "stork"
app.Usage = "STorage Orchestartor Runtime for Kubernetes (STORK)"
app.Version = "1.0"
app.Version = "1.0.1"
app.Action = run

app.Flags = []cli.Flag{
Expand Down
2 changes: 1 addition & 1 deletion specs/stork-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ spec:
- --verbose
- --leader-elect=true
imagePullPolicy: Always
image: openstorage/stork:1.0
image: openstorage/stork:1.0.1
resources:
requests:
cpu: '0.1'
Expand Down

0 comments on commit 44aab7c

Please sign in to comment.