From 4d17b097e9dfeabc13711ab21e9657d0ffdcd19e Mon Sep 17 00:00:00 2001 From: Dima G <32038657+dimagoldin@users.noreply.github.com> Date: Mon, 17 Jun 2019 17:32:11 +0300 Subject: [PATCH] [incubator/kubeless] kafka trigger version update (#14834) * Fixed type referencing kubernetes instead of kubeless Signed-off-by: Dima Goldin * updated kafka trigger to reference latest version 1.0.1 fixed readme to reflect this as well Signed-off-by: Dima Goldin * chart version bump Signed-off-by: Dima Goldin --- incubator/kubeless/Chart.yaml | 2 +- incubator/kubeless/README.md | 4 ++-- incubator/kubeless/values.yaml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/incubator/kubeless/Chart.yaml b/incubator/kubeless/Chart.yaml index f38bf9f84c..657640140e 100644 --- a/incubator/kubeless/Chart.yaml +++ b/incubator/kubeless/Chart.yaml @@ -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 diff --git a/incubator/kubeless/README.md b/incubator/kubeless/README.md index e54e78a1f2..dad7ce3f3a 100644 --- a/incubator/kubeless/README.md +++ b/incubator/kubeless/README.md @@ -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, diff --git a/incubator/kubeless/values.yaml b/incubator/kubeless/values.yaml index ca0423f4ea..59a790ba1a 100644 --- a/incubator/kubeless/values.yaml +++ b/incubator/kubeless/values.yaml @@ -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