Skip to content

Commit 52a6f9c

Browse files
committed
Update to 0.3.0-rc1 tag
Updates the tag in the connector YAML file to use the latest RC build. Signed-off-by: Alex Ellis (OpenFaaS Ltd) <[email protected]>
1 parent c29e216 commit 52a6f9c

File tree

2 files changed

+16
-6
lines changed

2 files changed

+16
-6
lines changed

README.md

Lines changed: 14 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,11 @@ With this project your functions can subscribe to events generated by the change
1010

1111
## Status
1212

13+
The code is under **active development** and testing is welcomed by end-users.
14+
1315
This project uses the [OpenFaaS Connector SDK](https://github.com/openfaas-incubator/connector-sdk).
1416

15-
The code is under **active development** and only suitable for early adopters. For the initial version the vCenter user credentials need to be stored in plain-text in your YAML files, but this will move to using [OpenFaaS secrets](https://docs.openfaas.com/reference/secrets/) in the next version.
17+
vCenter credentials are stored in Kubernetes secrets.
1618

1719
## Supported Events
1820

@@ -67,13 +69,21 @@ The default path is `/var/openfaas/secrets/` which can be overridden by setting
6769
6870
## Example
6971
70-
You can find a detailed example using vSphere tags for `VmPoweredOnEvent` [here](docs/example.md). You might also want to check out Robert Guske's [blog](https://rguske.github.io/post/event-driven-interactions-with-vsphere-using-functions-as-a-service/) post on how he automated the integration between several VMware products with OpenFaaS and this vcenter-connector.
72+
You can find a detailed example using vSphere tags for `VmPoweredOnEvent` [here](docs/example.md).
73+
74+
Robert Guske of VMware write up a detailed [blog postblog](https://rguske.github.io/post/event-driven-interactions-with-vsphere-using-functions-as-a-service/) on how he automated the integration between several VMware products with OpenFaaS and this vcenter-connector.
75+
76+
## Contributing
77+
78+
Please propose changes in an Issue before submitting a PR and sign-off commits.
79+
80+
See the [contribution guide for OpenFaaS](https://github.com/openfaas/faas/blob/master/CONTRIBUTING.md) for more.
7181
72-
## License
82+
### License
7383
7484
MIT
7585
76-
## Acknowledgements
86+
### Acknowledgements
7787
7888
This project is hosted and maintained by [OpenFaaS Ltd](https://www.openfaas.com/)
7989

yaml/kubernetes/connector-dep.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,10 @@ spec:
1616
spec:
1717
containers:
1818
- name: vcenter
19-
image: openfaas/vcenter-connector:0.2.2-rc2
19+
image: openfaas/vcenter-connector:0.3.0-rc1
2020
command: ["./connector"]
2121
args: ["-vcenter", "http://vcsim.openfaas:8989", "-vc-user-secret-name", "vcenter-username", "-vc-pass-secret-name", "vcenter-password", "-insecure", "-gateway", "http://gateway.openfaas:8080"]
22-
# To remove auth, remove the volumes and mounts.
22+
# To remove basic-authentication, remove the volumes and mounts from this file
2323
env:
2424
- name: basic_auth
2525
value: "true"

0 commit comments

Comments
 (0)