diff --git a/Makefile b/Makefile index 76dd3159..bd42c87e 100644 --- a/Makefile +++ b/Makefile @@ -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 diff --git a/deploy/helm/config/development.yaml b/deploy/helm/config/development.yaml index 51385c06..a127ee6c 100644 --- a/deploy/helm/config/development.yaml +++ b/deploy/helm/config/development.yaml @@ -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: @@ -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 @@ -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 diff --git a/deploy/helm/config/production.yaml b/deploy/helm/config/production.yaml index 00244e29..bb522e34 100644 --- a/deploy/helm/config/production.yaml +++ b/deploy/helm/config/production.yaml @@ -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: @@ -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 @@ -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 diff --git a/deploy/helm/config/testing.yaml b/deploy/helm/config/testing.yaml index a0515bd3..aea1e537 100644 --- a/deploy/helm/config/testing.yaml +++ b/deploy/helm/config/testing.yaml @@ -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: @@ -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 diff --git a/deploy/kubernetes/apps/vortex/vortex-server/deployment.yaml b/deploy/kubernetes/apps/vortex/vortex-server/deployment.yaml index 8acd049f..98022eab 100644 --- a/deploy/kubernetes/apps/vortex/vortex-server/deployment.yaml +++ b/deploy/kubernetes/apps/vortex/vortex-server/deployment.yaml @@ -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