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

Former-commit-id: 94f863471c4d45dc04e39373491c0f874e6cf315 [formerly 0d6178b]
Former-commit-id: db078b40ff07a9e90bc046a195302a6196f7cd13
  • Loading branch information
John-Lin authored Jul 19, 2018
2 parents d17c5c8 + 5bcb6a9 commit c395db2
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 c395db2

Please sign in to comment.