We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5af5ab6 + c5bdb23 commit e95a070Copy full SHA for e95a070
Chart.yaml
@@ -1,7 +1,7 @@
1
apiVersion: v1
2
name: threatstack-agent
3
-version: 2.1.2
4
-appVersion: 2.3.3
+version: 2.1.3
+appVersion: 2.3.4
5
description: A Helm chart for the Threat Stack Cloud Security Agent
6
keywords:
7
- security
templates/daemonset.yaml
@@ -71,7 +71,7 @@ spec:
71
{{- if .Values.daemonset.livenessProbe }}
72
livenessProbe:
73
{{ toYaml .Values.daemonset.livenessProbe | indent 10 }}
74
-{{- else if and (eq .Values.gkeContainerOs false) (eq .Values.gkeUbuntu false) }}
+{{- else }}
75
76
exec:
77
command: [ "sh", "-c", "tsagent status" ]
0 commit comments