File tree Expand file tree Collapse file tree 4 files changed +4
-8
lines changed Expand file tree Collapse file tree 4 files changed +4
-8
lines changed Original file line number Diff line number Diff line change @@ -30,4 +30,4 @@ sources:
3030- https://app.sysdigcloud.com/#/settings/user
3131- https://github.com/draios/sysdig
3232type : application
33- version : 1.18.0
33+ version : 1.18.1
Original file line number Diff line number Diff line change @@ -93,7 +93,7 @@ Sysdig Agent resources
9393 { {- toYaml .Values.resources -} }
9494{ {- else if not (hasKey $resourceProfiles .Values.resourceProfile) } }
9595 { {- fail (printf " Invalid value for resourceProfile provided: %s" .Values.resourceProfile) } }
96- { {- else if and ( include " agent.gke.autopilot" .) ( not .Values.slim.enabled) } }
96+ { {- else if include " agent.gke.autopilot" . } }
9797 { {- toYaml (dict " requests" (dict " cpu" " 250m"
9898 " ephemeral-storage" .Values.gke.ephemeralStorage
9999 " memory" " 512Mi" )
Original file line number Diff line number Diff line change 99 gke :
1010 autopilot : true
1111 createPriorityClass : true
12- slim :
13- enabled : false
1412 asserts :
1513 - containsDocument :
1614 kind : DaemonSet
3129 autopilot : true
3230 createPriorityClass : true
3331 ephemeralStorage : 256Mi
34- slim :
35- enabled : false
3632 asserts :
3733 - equal :
3834 path : spec.template.spec.containers[0].resources.requests.ephemeral-storage
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ apiVersion: v2
22name : sysdig-deploy
33description : A chart with various Sysdig components for Kubernetes
44type : application
5- version : 1.33.0
5+ version : 1.33.1
66maintainers :
77 - name : AlbertoBarba
88@@ -26,7 +26,7 @@ dependencies:
2626 - name : agent
2727 # repository: https://charts.sysdig.com
2828 repository : file://../agent
29- version : ~1.18.0
29+ version : ~1.18.1
3030 alias : agent
3131 condition : agent.enabled
3232 - name : common
You can’t perform that action at this time.
0 commit comments