Skip to content

Commit

Permalink
Merge pull request #250 from linkernetworks/johnlin/bump-version-114
Browse files Browse the repository at this point in the history
[Release] bump version to v0.1.14
  • Loading branch information
John-Lin authored Aug 16, 2018
2 parents 481d87f + 7ce74e6 commit 26c66e4
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 14 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.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

0 comments on commit 26c66e4

Please sign in to comment.