Skip to content

Commit

Permalink
Merge pull request #129 from linkernetworks/johnlin/bump-2-v0.1.1
Browse files Browse the repository at this point in the history
bump to v0.1.1
  • Loading branch information
John-Lin authored Jul 19, 2018
2 parents ac92537 + 2c5673a commit 264350e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
## vortex server version
SERVER_VERSION = v0.1.0
SERVER_VERSION = v0.1.1
## Folder content generated files
BUILD_FOLDER = ./build

Expand Down
2 changes: 1 addition & 1 deletion deploy/helm/apps/vortex-server/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ global:

replicaCount: 1
image:
tag: v0.1.0
tag: v0.1.1

service:
ports:
Expand Down
2 changes: 1 addition & 1 deletion deploy/kubernetes/apps/vortex/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@ spec:
spec:
containers:
- name: vortex-server
image: sdnvortex/vortex:v0.1.0
image: sdnvortex/vortex:v0.1.1
ports:
- containerPort: 7890

0 comments on commit 264350e

Please sign in to comment.