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 <pierluigi.lenoci@akelius.de>

* [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 <pierluigi.lenoci@akelius.de>

* Fix for kafkaTrigger configuration

Signed-off-by: Pierluigi Lenoci <pierluigi.lenoci@akelius.de>

* Bumped version

Signed-off-by: Pierluigi Lenoci <pierluigi.lenoci@akelius.de>
This commit is contained in:
Pierluigi Lenoci
2018-09-06 11:49:09 -07:00
committed by k8s-ci-robot
parent c84205c5ff
commit 1b82f405a5
2 changed files with 3 additions and 2 deletions
+1 -1
View File
@@ -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
+2 -1
View File
@@ -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