Skip to content

Commit 6b1f581

Browse files
IgorEulalioFedericoFeresinidraios-jenkins
authored
fix(agent,kspm-collector,node-analyzer,rapid-response,sysdig-deploy): Set test rollout namespace based on required service accounts (#1593)
Co-authored-by: FedericoFeresini <[email protected]> Co-authored-by: draios-jenkins <[email protected]>
1 parent 053b15f commit 6b1f581

File tree

9 files changed

+13
-9
lines changed

9 files changed

+13
-9
lines changed

charts/agent/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,4 +30,4 @@ sources:
3030
- https://app.sysdigcloud.com/#/settings/user
3131
- https://github.com/draios/sysdig
3232
type: application
33-
version: 1.19.4
33+
version: 1.19.5

charts/agent/templates/tests/test-rollout.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ apiVersion: v1
22
kind: Pod
33
metadata:
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 }}

charts/kspm-collector/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ apiVersion: v2
22
name: kspm-collector
33
description: Sysdig KSPM collector
44

5-
version: 0.11.1
5+
version: 0.11.2
66
appVersion: 1.37.1
77

88
keywords:

charts/kspm-collector/templates/tests/test-rollout.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ apiVersion: v1
22
kind: Pod
33
metadata:
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 }}

charts/node-analyzer/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ apiVersion: v2
22
name: node-analyzer
33
description: Sysdig Node Analyzer
44
# currently matching Sysdig's appVersion 1.14.34
5-
version: 1.22.4
5+
version: 1.22.5
66
appVersion: 12.9.0
77
keywords:
88
- monitoring

charts/node-analyzer/templates/tests/test-rollout.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ apiVersion: v1
22
kind: Pod
33
metadata:
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 }}

charts/rapid-response/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

charts/rapid-response/templates/tests/test-rollout.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ apiVersion: v1
22
kind: Pod
33
metadata:
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 }}

charts/sysdig-deploy/Chart.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ apiVersion: v2
22
name: sysdig-deploy
33
description: A chart with various Sysdig components for Kubernetes
44
type: application
5-
version: 1.37.13
5+
version: 1.37.14
66
maintainers:
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

0 commit comments

Comments
 (0)