Skip to content

Commit

Permalink
use openwhisk/kube-invoker-agent instead of dgrove/invoker-agent
Browse files Browse the repository at this point in the history
  • Loading branch information
dgrove-oss committed Feb 22, 2018
1 parent 6fe43b9 commit 613c670
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion kubernetes/invoker/invoker-agent.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ spec:
containers:
- name: invoker-agent
imagePullPolicy: Always
image: dgrove/invoker-agent
image: openwhisk/kube-invoker-agent
securityContext:
privileged: true
ports:
Expand Down
3 changes: 3 additions & 0 deletions tools/travis/deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@ echo "Publishing kube-couchdb image"
echo "Publishing kube-docker-pull image"
./tools/travis/publish.sh openwhisk kube-docker-pull latest docker/docker-pull

echo "Publishing kube-invoker-agent image"
./tools/travis/publish.sh openwhisk kube-invoker-agent latest docker/invoker-agent

echo "Publishing kube-openwhisk-catalog image"
./tools/travis/publish.sh openwhisk kube-openwhisk-catalog latest docker/openwhisk-catalog

Expand Down

0 comments on commit 613c670

Please sign in to comment.