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.14 #250

Merged
merged 1 commit into from
Aug 16, 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.13
SERVER_VERSION = v0.1.14
## Folder content generated files
BUILD_FOLDER = ./build
PROJECT_URL = github.com/linkernetworks/vortex
Expand Down
10 changes: 5 additions & 5 deletions deploy/helm/config/development.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ apps:
glusterfs: false
replicaCount: 1
controller:
apiserverImageTag: v0.1.13
webappImageTag: v0.1.7
apiserverImageTag: v0.1.14
webappImageTag: v0.1.9
portalCPU: 50m
serverCPU: 100m
service:
Expand All @@ -19,7 +19,7 @@ apps:
# vortex/deploy/helm/apps/charts/network-controller
network-controller:
controller:
imageTag: v0.4.0
imageTag: v0.4.3
tcpCPU: 50m
unixCPU: 50m
# vortex/deploy/helm/apps/charts/prometheus
Expand Down Expand Up @@ -60,11 +60,11 @@ services:
tag: 4.1.1-xenial
pvc:
volumeType: nfs
nfsPath: /nfsshare
nfsPath: /nfsshare
nfsServer: 172.17.8.100
reclaimPolicy: Delete
accessModes: ReadWriteOnce
storageClass:
storageClass:
storage: 1Gi
service:
nodePort: true
8 changes: 4 additions & 4 deletions deploy/helm/config/production.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ apps:
glusterfs: true
replicaCount: 1
controller:
apiserverImageTag: v0.1.13
webappImageTag: v0.1.7
apiserverImageTag: v0.1.14
webappImageTag: v0.1.9
portalCPU: 200m
serverCPU: 100m
service:
Expand All @@ -19,7 +19,7 @@ apps:
# vortex/deploy/helm/apps/charts/network-controller
network-controller:
controller:
imageTag: v0.4.0
imageTag: v0.4.3
tcpCPU: 100m
unixCPU: 100m
# vortex/deploy/helm/apps/charts/prometheus
Expand Down Expand Up @@ -60,7 +60,7 @@ services:
tag: 4.1.1-xenial
pvc:
volumeType: nfs
nfsPath: /nfsshare
nfsPath: /nfsshare
nfsServer: 10.1.14.86
reclaimPolicy: Recycle
accessModes: ReadWriteMany
Expand Down
6 changes: 3 additions & 3 deletions deploy/helm/config/testing.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ apps:
glusterfs: false
replicaCount: 1
controller:
apiserverImageTag: v0.1.13
webappImageTag: v0.1.7
apiserverImageTag: v0.1.14
webappImageTag: v0.1.9
portalCPU: 50m
serverCPU: 100m
service:
Expand All @@ -19,7 +19,7 @@ apps:
# vortex/deploy/helm/apps/charts/network-controller
network-controller:
controller:
imageTag: v0.4.0
imageTag: v0.4.3
tcpCPU: 50m
unixCPU: 50m
# vortex/deploy/helm/apps/charts/prometheus
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.13
image: sdnvortex/vortex:v0.1.14
ports:
- containerPort: 7890