mirror of
https://github.com/helm/charts.git
synced 2026-08-23 22:37:45 +00:00
[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:
committed by
k8s-ci-robot
parent
79de7026c0
commit
c87cf6bb5e
@@ -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,5 +1,5 @@
|
||||
name: sysdig
|
||||
version: 1.0.1
|
||||
version: 1.0.2
|
||||
appVersion: 0.81.0
|
||||
description: Sysdig Monitor and Secure agent
|
||||
keywords:
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user