Merge pull request #7832 from bensonarokiadoss/master

update mgr and agent image location to pull from dockerhub
This commit is contained in:
L-Hudson 2018-12-10 16:28:09 -05:00 committed by GitHub
commit 5254404567
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -120,7 +120,7 @@ spec:
serviceAccountName: ucp-secureoverlay-agent
containers:
- name: ucp-secureoverlay-agent
image: ucp-secureoverlay-agent:3.1.0
image: docker/ucp-secureoverlay-agent:3.1.0
securityContext:
capabilities:
add: ["NET_ADMIN"]
@ -162,4 +162,4 @@ spec:
restartPolicy: Always
containers:
- name: ucp-secureoverlay-mgr
image: ucp-secureoverlay-mgr:3.1.0
image: docker/ucp-secureoverlay-mgr:3.1.0