Skip to content

Commit c8c11c3

Browse files
draios-jenkinsupdateclifrancesco-furlan
authored
feat(agent,shield,sysdig-deploy): release agent 14.2.0 (#2361)
Co-authored-by: updatecli <[email protected]> Co-authored-by: Francesco Furlan <[email protected]>
1 parent 5a36777 commit c8c11c3

File tree

6 files changed

+13
-13
lines changed

6 files changed

+13
-13
lines changed

charts/agent/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
apiVersion: v2
2-
appVersion: 14.1.1
2+
appVersion: 14.2.0
33
dependencies:
44
- name: common
55
repository: file://../common
@@ -30,4 +30,4 @@ sources:
3030
- https://app.sysdigcloud.com/#/settings/user
3131
- https://github.com/draios/sysdig
3232
type: application
33-
version: 2.2.5
33+
version: 2.3.0

charts/agent/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ image:
5151
overrideValue: null
5252
registry: quay.io
5353
repository: sysdig/agent
54-
tag: 14.1.1
54+
tag: 14.2.0
5555
# Specify a imagePullPolicy
5656
# Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
5757
# ref: http://kubernetes.io/docs/user-guide/images/#pre-pulling-images

charts/shield/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,5 @@ maintainers:
1313
- name: mavimo
1414
1515
type: application
16-
version: 1.17.0
16+
version: 1.18.0
1717
appVersion: "1.0.0"

charts/shield/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ The following table lists the configurable parameters of the `shield` chart and
157157
| host.image.repository | The repository where the host shield images are stored | <code>sysdig</code> |
158158
| host.image.kmodule_name | The image name for the host shield kmodule drive | <code>agent-kmodule</code> |
159159
| host.image.shield_name | The image name for the host shield | <code>agent-slim</code> |
160-
| host.image.tag | The tag for the host shield images | <code>14.1.1</code> |
160+
| host.image.tag | The tag for the host shield images | <code>14.2.0</code> |
161161
| host.image.pull_policy | The pull policy for the host shield images | <code>IfNotPresent</code> |
162162
| host.image.pull_secrets | The pull secrets for the host shield images | <code>[]</code> |
163163
| host.priority_class.create | Create a priority class for the host shield | <code>false</code> |

charts/shield/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -254,7 +254,7 @@ host:
254254
# The image name for the host shield
255255
shield_name: agent-slim
256256
# The tag for the host shield images
257-
tag: 14.1.1
257+
tag: 14.2.0
258258
# The pull policy for the host shield images
259259
pull_policy: IfNotPresent
260260
# The pull secrets for the host shield images

charts/sysdig-deploy/Chart.yaml

Lines changed: 7 additions & 7 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.92.0
5+
version: 1.93.0
66
maintainers:
77
- name: AlbertoBarba
88
@@ -20,13 +20,13 @@ dependencies:
2020
- name: admission-controller
2121
# repository: https://charts.sysdig.com
2222
repository: file://../admission-controller
23-
version: ~0.16.10
23+
version: ~0.16.11
2424
alias: admissionController
2525
condition: admissionController.enabled
2626
- name: agent
2727
# repository: https://charts.sysdig.com
2828
repository: file://../agent
29-
version: ~2.2.4
29+
version: ~2.3.0
3030
alias: agent
3131
condition: agent.enabled
3232
- name: common
@@ -36,25 +36,25 @@ dependencies:
3636
- name: node-analyzer
3737
# repository: https://charts.sysdig.com
3838
repository: file://../node-analyzer
39-
version: ~1.36.6
39+
version: ~1.36.7
4040
alias: nodeAnalyzer
4141
condition: nodeAnalyzer.enabled
4242
- name: cluster-scanner
4343
# repository: https://charts.sysdig.com
4444
repository: file://../cluster-scanner
45-
version: ~0.14.2
45+
version: ~0.14.3
4646
alias: clusterScanner
4747
condition: clusterScanner.enabled
4848
- name: kspm-collector
4949
# repository: https://charts.sysdig.com
5050
repository: file://../kspm-collector
51-
version: ~0.18.3
51+
version: ~0.18.4
5252
alias: kspmCollector
5353
condition: kspmCollector.enabled,global.kspm.deploy
5454
- name: rapid-response
5555
# repository: https://charts.sysdig.com
5656
repository: file://../rapid-response
57-
version: ~0.9.25
57+
version: ~0.9.26
5858
alias: rapidResponse
5959
condition: rapidResponse.enabled
6060
- name: cluster-shield

0 commit comments

Comments
 (0)