Skip to content

Commit

Permalink
Merge pull request #144 from linkernetworks/johnlin/bump-to-v0.1.4
Browse files Browse the repository at this point in the history
[Release] bump to v0.1.4

Former-commit-id: d0c7d280552a926f0ff26a9d22fee7ba2a5d3d82 [formerly 4799ef1]
Former-commit-id: 97f073a070d237a98c84cb0d47c61b00f879995a
  • Loading branch information
John-Lin authored Jul 20, 2018
2 parents c6cd75b + 0ff9592 commit d363d02
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.3
SERVER_VERSION = v0.1.4
## Folder content generated files
BUILD_FOLDER = ./build

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

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.3
image: sdnvortex/vortex:v0.1.4
ports:
- containerPort: 7890

0 comments on commit d363d02

Please sign in to comment.