[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
This commit is contained in:
Majid Burney
2018-07-31 12:16:39 -07:00
committed by k8s-ci-robot
parent 79de7026c0
commit c87cf6bb5e
3 changed files with 8 additions and 2 deletions
+6
View File
@@ -3,6 +3,12 @@
This file documents all notable changes to Sysdig Helm Chart. The release
numbering uses [semantic versioning](http://semver.org).
## v1.0.2
### Minor Changes
* Fix readinessProbe in daemonset's pod spec
## v1.0.1
### Minor Changes
+1 -1
View File
@@ -1,5 +1,5 @@
name: sysdig
version: 1.0.1
version: 1.0.2
appVersion: 0.81.0
description: Sysdig Monitor and Secure agent
keywords:
+1 -1
View File
@@ -32,7 +32,7 @@ spec:
readinessProbe:
exec:
command: [ "test", "-e", "/opt/draios/logs/draios.log" ]
initialDelaySeconds: 10
initialDelaySeconds: 10
volumeMounts:
- mountPath: /host/var/run/docker.sock
name: docker-sock