File tree Expand file tree Collapse file tree 9 files changed +13
-9
lines changed Expand file tree Collapse file tree 9 files changed +13
-9
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.19.4
33+ version : 1.19.5
Original file line number Diff line number Diff line change @@ -2,6 +2,7 @@ apiVersion: v1
22kind : Pod
33metadata :
44 name : " {{ include " agent.fullname" . }}-test-rollout"
5+ namespace : {{ include "agent.namespace" . }}
56 labels :
67 helm.sh/chart : {{ include "agent.chart" . }}
78 app.kubernetes.io/version : {{ .Chart.AppVersion | quote }}
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ apiVersion: v2
22name : kspm-collector
33description : Sysdig KSPM collector
44
5- version : 0.11.1
5+ version : 0.11.2
66appVersion : 1.37.1
77
88keywords :
Original file line number Diff line number Diff line change @@ -2,6 +2,7 @@ apiVersion: v1
22kind : Pod
33metadata :
44 name : " {{ include " kspmCollector.fullname" . }}-test-rollout"
5+ namespace : {{ include "kspmCollector.namespace" . }}
56 labels :
67 helm.sh/chart : {{ include "kspmCollector.chart" . }}
78 app.kubernetes.io/version : {{ .Chart.AppVersion | quote }}
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ apiVersion: v2
22name : node-analyzer
33description : Sysdig Node Analyzer
44# currently matching Sysdig's appVersion 1.14.34
5- version : 1.22.4
5+ version : 1.22.5
66appVersion : 12.9.0
77keywords :
88 - monitoring
Original file line number Diff line number Diff line change @@ -2,6 +2,7 @@ apiVersion: v1
22kind : Pod
33metadata :
44 name : " {{ include " nodeAnalyzer.fullname" . }}-test-rollout"
5+ namespace : {{ include "nodeAnalyzer.namespace" . }}
56 labels :
67 helm.sh/chart : {{ include "nodeAnalyzer.chart" . }}
78 app.kubernetes.io/version : {{ .Chart.AppVersion | quote }}
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ type: application
1515# This is the chart version. This version number should be incremented each time you make changes
1616# to the chart and its templates, including the app version.
1717# Versions are expected to follow Semantic Versioning (https://semver.org/)
18- version : 0.8.4
18+ version : 0.8.5
1919
2020# This is the version number of the application being deployed. This version number should be
2121# incremented each time you make changes to the application. Versions are not expected to
Original file line number Diff line number Diff line change @@ -2,6 +2,7 @@ apiVersion: v1
22kind : Pod
33metadata :
44 name : " {{ include " rapidResponse.fullname" . }}-test-rollout"
5+ namespace : {{ .Release.Namespace }}
56 labels :
67 helm.sh/chart : {{ include "rapidResponse.chart" . }}
78 app.kubernetes.io/version : {{ .Chart.AppVersion | quote }}
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.37.13
5+ version : 1.37.14
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.19.4
29+ version : ~1.19.5
3030 alias : agent
3131 condition : agent.enabled
3232 - name : common
@@ -36,7 +36,7 @@ dependencies:
3636 - name : node-analyzer
3737 # repository: https://charts.sysdig.com
3838 repository : file://../node-analyzer
39- version : ~1.22.4
39+ version : ~1.22.5
4040 alias : nodeAnalyzer
4141 condition : nodeAnalyzer.enabled
4242 - name : cluster-scanner
@@ -48,12 +48,12 @@ dependencies:
4848 - name : kspm-collector
4949 # repository: https://charts.sysdig.com
5050 repository : file://../kspm-collector
51- version : ~0.11.1
51+ version : ~0.11.2
5252 alias : kspmCollector
5353 condition : global.kspm.deploy
5454 - name : rapid-response
5555 # repository: https://charts.sysdig.com
5656 repository : file://../rapid-response
57- version : ~0.8.4
57+ version : ~0.8.5
5858 alias : rapidResponse
5959 condition : rapidResponse.enabled
You can’t perform that action at this time.
0 commit comments