Skip to content

Commit e95a070

Browse files
authored
Merge pull request #30 from olhado/liveness-probe-2.3.4
Liveness probe 2.3.4
2 parents 5af5ab6 + c5bdb23 commit e95a070

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
apiVersion: v1
22
name: threatstack-agent
3-
version: 2.1.2
4-
appVersion: 2.3.3
3+
version: 2.1.3
4+
appVersion: 2.3.4
55
description: A Helm chart for the Threat Stack Cloud Security Agent
66
keywords:
77
- security

templates/daemonset.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ spec:
7171
{{- if .Values.daemonset.livenessProbe }}
7272
livenessProbe:
7373
{{ toYaml .Values.daemonset.livenessProbe | indent 10 }}
74-
{{- else if and (eq .Values.gkeContainerOs false) (eq .Values.gkeUbuntu false) }}
74+
{{- else }}
7575
livenessProbe:
7676
exec:
7777
command: [ "sh", "-c", "tsagent status" ]

0 commit comments

Comments
 (0)