serverless / serverless-kubeless

This plugin enables support for Kubeless within the Serverless Framework.
Apache License 2.0
303 stars 80 forks source link

Bumped package version to fix broken examples #167

Closed mpalumbo7 closed 5 years ago

mpalumbo7 commented 5 years ago

Found that cert-manager-https example was not working due to reference to ^0.4.0 when support for tlsConfig and additionalAnnotations was not added until 0.6.1.

All examples had the same version, so I bumped it to the latest.

Fixes #166.