Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Release] bump version to v0.1.8 #221

Merged
merged 1 commit into from
Aug 6, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.7
SERVER_VERSION = v0.1.8
## Folder content generated files
BUILD_FOLDER = ./build
PROJECT_URL = github.com/linkernetworks/vortex
Expand Down
4 changes: 2 additions & 2 deletions 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.7
apiserverImageTag: v0.1.8
webappImageTag: v0.1.0
service:
ports:
Expand Down Expand Up @@ -58,4 +58,4 @@ services:
storage: 1Gi
service:
nodePort: true


4 changes: 2 additions & 2 deletions 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.7
apiserverImageTag: v0.1.8
webappImageTag: v0.1.0
service:
ports:
Expand Down Expand Up @@ -58,4 +58,4 @@ services:
storage: 100Gi
service:
nodePort: false


4 changes: 2 additions & 2 deletions 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.7
apiserverImageTag: v0.1.8
webappImageTag: v0.1.0
service:
ports:
Expand Down Expand Up @@ -58,4 +58,4 @@ services:
storage: 1Gi
service:
nodePort: true


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