Skip to content

Commit

Permalink
Merge pull request #182 from linkernetworks/johnlin/bump-version
Browse files Browse the repository at this point in the history
[Release] bump into v0.1.5
  • Loading branch information
Hung-Wei Chiu authored Jul 26, 2018
2 parents 064b59f + 71dc26a commit 6a81e91
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.4
SERVER_VERSION = v0.1.5
## Folder content generated files
BUILD_FOLDER = ./build

Expand Down
2 changes: 1 addition & 1 deletion deploy/helm/apps/charts/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.4
tag: v0.1.5

service:
ports:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@ spec:
serviceAccountName: vortex-admin
containers:
- name: vortex-server
image: sdnvortex/vortex:v0.1.4
image: sdnvortex/vortex:v0.1.5
ports:
- containerPort: 7890

0 comments on commit 6a81e91

Please sign in to comment.