diff --git a/lib/helpers.js b/lib/helpers.js index 70cb854..84b2679 100644 --- a/lib/helpers.js +++ b/lib/helpers.js @@ -219,11 +219,6 @@ function getRuntimeDepfile(runtime, configMap) { depFile = r.depName; } }); - if (!depFile) { - throw new Error( - `The runtime ${runtime} is not supported yet` - ); - } return depFile; } diff --git a/package.json b/package.json index 5d1215e..08af9c5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "serverless-kubeless", - "version": "0.9.2", + "version": "0.9.3", "description": "This plugin enables support for Kubeless within the [Serverless Framework](https://github.com/serverless).", "main": "index.js", "directories": {