From 1b82f405a5cc8647f6f9b786dc5a12680ee21ffc Mon Sep 17 00:00:00 2001 From: Pierluigi Lenoci <36044817+PierluigiLenociAkelius@users.noreply.github.com> Date: Thu, 6 Sep 2018 20:49:09 +0200 Subject: [PATCH] Fix for kafkaTrigger configuration (#6936) * [stable/sysdig] Fix readinessProbe (#6919) * [stable/sysdig] Fix readinessProbe `initialDelaysSeconds` was improperty indented beneath `exec`, instead of directly beneath `readinessProbe`. * [stable/sysdig] Version bump * [stable/sysdig] Update changelog Signed-off-by: Pierluigi Lenoci * [GITHUB-6174] Support external-dns 0.5.4 (#6855) * Amended RBAC to allow listing nodes * Bumped Docker image version to 0.5.4 Signed-off-by: Pierluigi Lenoci * Fix for kafkaTrigger configuration Signed-off-by: Pierluigi Lenoci * Bumped version Signed-off-by: Pierluigi Lenoci --- incubator/kubeless/Chart.yaml | 2 +- incubator/kubeless/values.yaml | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/incubator/kubeless/Chart.yaml b/incubator/kubeless/Chart.yaml index cf24fde669..b07574c1e6 100644 --- a/incubator/kubeless/Chart.yaml +++ b/incubator/kubeless/Chart.yaml @@ -1,5 +1,5 @@ name: kubeless -version: 1.0.4 +version: 1.0.5 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/values.yaml b/incubator/kubeless/values.yaml index 06eaadb5ba..ad55867c50 100644 --- a/incubator/kubeless/values.yaml +++ b/incubator/kubeless/values.yaml @@ -194,4 +194,5 @@ kafkaTrigger: repository: bitnami/kafka-trigger-controller tag: v1.0.0-alpha.3 pullPolicy: IfNotPresent - kafkaBrokers: localhost:9092 + env: + kafkaBrokers: localhost:9092