diff --git a/incubator/kubeless/Chart.yaml b/incubator/kubeless/Chart.yaml index 5ac4988ad6..91fff264ea 100644 --- a/incubator/kubeless/Chart.yaml +++ b/incubator/kubeless/Chart.yaml @@ -1,5 +1,5 @@ name: kubeless -version: 1.0.6 +version: 1.0.7 appVersion: v1.0.0-alpha.3 description: Kubeless is a Kubernetes-native serverless framework. It runs on top of your Kubernetes cluster and allows you to deploy small unit of code without having to build container images. icon: https://cloud.githubusercontent.com/assets/4056725/25480209/1d5bf83c-2b48-11e7-8db8-bcd650f31297.png diff --git a/incubator/kubeless/README.md b/incubator/kubeless/README.md index 2319fc70bb..41fd534390 100644 --- a/incubator/kubeless/README.md +++ b/incubator/kubeless/README.md @@ -55,6 +55,7 @@ The following table lists the configurable parameters of the Kubeless chart and | Parameter | Description | Default | |------------------------------------------------|--------------------------------------------|---------------------------------------| +| `rbac.create` | Create RBAC backed ServiceAccount | `false` | | `config.builderImage` | Function builder image | `kubeless/function-image-builder` | | `config.builderImagePullSecret` | Secret to pull builder image | "" | | `config.builderImage` | Provision image | `kubeless/unzip` |