Skip to content

Commit

Permalink
upgrade webapp
Browse files Browse the repository at this point in the history
  • Loading branch information
John-Lin committed Oct 3, 2018
1 parent f2247e2 commit 5530c7d
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion deploy/helm/config/development.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ apps:
controller:
replicaCount: 1
apiserverImageTag: v0.2.9
webappImageTag: v0.2.8
webappImageTag: v0.2.9
portalCPU: 50m
serverCPU: 100m
service:
Expand Down
2 changes: 1 addition & 1 deletion deploy/helm/config/production.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ apps:
controller:
replicaCount: 1
apiserverImageTag: v0.2.9
webappImageTag: v0.2.8
webappImageTag: v0.2.9
portalCPU: 200m
serverCPU: 100m
service:
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 @@ -5,7 +5,7 @@ apps:
controller:
replicaCount: 1
apiserverImageTag: v0.2.9
webappImageTag: v0.2.8
webappImageTag: v0.2.9
portalCPU: 50m
serverCPU: 100m
service:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ spec:
serviceAccountName: vortex-admin
containers:
- name: vortex-webapp
image: sdnvortex/vortex-portal:v0.2.5
image: sdnvortex/vortex-portal:v0.2.9
ports:
- containerPort: 8080
- name: vortex-server
Expand Down

0 comments on commit 5530c7d

Please sign in to comment.