Skip to content

Commit

Permalink
Merge pull request #229 from linkernetworks/johnlin/bump-version-0110
Browse files Browse the repository at this point in the history
[Release] bump version to v0.1.10
  • Loading branch information
John-Lin authored Aug 8, 2018
2 parents ca5b3de + e2a1869 commit 148cf67
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 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.9
SERVER_VERSION = v0.1.10
## Folder content generated files
BUILD_FOLDER = ./build
PROJECT_URL = github.com/linkernetworks/vortex
Expand Down
2 changes: 1 addition & 1 deletion deploy/helm/config/development.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ apps:
glusterfs: false
replicaCount: 1
controller:
apiserverImageTag: v0.1.9
apiserverImageTag: v0.1.10
webappImageTag: v0.1.0
service:
ports:
Expand Down
2 changes: 1 addition & 1 deletion deploy/helm/config/productaion.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ apps:
glusterfs: true
replicaCount: 1
controller:
apiserverImageTag: v0.1.9
apiserverImageTag: v0.1.10
webappImageTag: v0.1.0
service:
ports:
Expand Down
2 changes: 1 addition & 1 deletion deploy/helm/config/testing.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ apps:
glusterfs: false
replicaCount: 1
controller:
apiserverImageTag: v0.1.9
apiserverImageTag: v0.1.10
webappImageTag: v0.1.0
service:
ports:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ spec:
ports:
- containerPort: 8080
- name: vortex-server
image: sdnvortex/vortex:v0.1.9
image: sdnvortex/vortex:v0.1.10
ports:
- containerPort: 7890

0 comments on commit 148cf67

Please sign in to comment.