Skip to content

Commit

Permalink
Bump version to 0.4.0 release
Browse files Browse the repository at this point in the history
Signed-off-by: Alex Ellis (OpenFaaS Ltd) <alexellis2@gmail.com>
  • Loading branch information
alexellis committed Sep 9, 2019
1 parent 0d02cc8 commit fefb588
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions Makefile
Expand Up @@ -5,5 +5,8 @@ NAMESPACE?=functions
build:
./build.sh $(TAG)

push:
docker push openfaas/vcenter-connector:$(TAG)

armhf-build:
./build.sh $(TAG)
2 changes: 1 addition & 1 deletion yaml/kubernetes/connector-dep.yml
Expand Up @@ -16,7 +16,7 @@ spec:
spec:
containers:
- name: vcenter
image: openfaas/vcenter-connector:0.3.0-rc1
image: openfaas/vcenter-connector:0.4.0
command: ["./connector"]
args: ["-vcenter", "http://vcsim.openfaas:8989", "-vc-user-secret-name", "vcenter-username", "-vc-pass-secret-name", "vcenter-password", "-insecure", "-gateway", "http://gateway.openfaas:8080"]
# To remove basic-authentication, remove the volumes and mounts from this file
Expand Down

0 comments on commit fefb588

Please sign in to comment.