[incubator/kubeless] kafka trigger version update (#14834)

* Fixed type referencing kubernetes instead of kubeless

Signed-off-by: Dima Goldin <dimag@rnd-hub.com>

* updated kafka trigger to reference latest version 1.0.1
fixed readme to reflect this as well

Signed-off-by: Dima Goldin <dimag@rnd-hub.com>

* chart version bump

Signed-off-by: Dima Goldin <dimagoldin@outlook.com>
This commit is contained in:
Dima G
2019-06-17 07:32:11 -07:00
committed by Kubernetes Prow Robot
parent 1063eeedc8
commit 4d17b097e9
3 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
name: kubeless
version: 2.0.5
version: 2.0.6
appVersion: v1.0.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
+2 -2
View File
@@ -29,7 +29,7 @@ $ helm install --name my-release --namespace kubeless incubator/kubeless
>
> While the chart supports deploying Kubeless to any namespace, Kubeless expects to be deployed under a namespace named `kubeless`.
The command deploys Kubernetes on the Kubernetes cluster in the default configuration. The [configuration](#configuration) section lists the parameters that can be configured during installation.
The command deploys Kubeless on the Kubernetes cluster in the default configuration. The [configuration](#configuration) section lists the parameters that can be configured during installation.
> **Tip**: List all releases using `helm list`
@@ -90,7 +90,7 @@ The following table lists the configurable parameters of the Kubeless chart and
| `kafkaTrigger.env.kafkaBrokers` | Kafka Brokers Environment Variable | `localhost:9092` |
| `kafkaTrigger.deployment.ui.image.repository` | Kubeless Kafka Trigger image | `bitnami/kubeless-ui` |
| `kafkaTrigger.deployment.ui.image.pullPolicy` | Kubeless Kafka Trigger image pull policy | `IfNotPresent` |
| `kafkaTrigger.deployment.ui.image.tag` | Kubeless Kafka Trigger image tag | `v1.0.0-alpha.3` |
| `kafkaTrigger.deployment.ui.image.tag` | Kubeless Kafka Trigger image tag | `v1.0.1` |
Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. For example,
+1 -1
View File
@@ -476,7 +476,7 @@ kafkaTrigger:
deployment:
image:
repository: bitnami/kafka-trigger-controller
tag: v1.0.0
tag: v1.0.1
pullPolicy: IfNotPresent
env:
kafkaBrokers: localhost:9092