Skip to content

Commit a32a879

Browse files
draios-jenkinsupdateclifrancesco-furlan
authored
feat(agent,shield,sysdig-deploy): release agent 13.9.2 (#2264)
Co-authored-by: updatecli <[email protected]> Co-authored-by: Francesco Furlan <[email protected]>
1 parent c3322db commit a32a879

File tree

6 files changed

+8
-8
lines changed

6 files changed

+8
-8
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: 13.9.1
2+
appVersion: 13.9.2
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: 1.38.1
33+
version: 1.38.2

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: 13.9.1
54+
tag: 13.9.2
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.6.2
16+
version: 1.6.3
1717
appVersion: "1.0.0"

charts/shield/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ The following table lists the configurable parameters of the `shield` chart and
155155
| host.image.repository | The repository where the host shield images are stored | <code>sysdig</code> |
156156
| host.image.kmodule_name | The image name for the host shield kmodule drive | <code>agent-kmodule</code> |
157157
| host.image.shield_name | The image name for the host shield | <code>agent-slim</code> |
158-
| host.image.tag | The tag for the host shield images | <code>13.9.1</code> |
158+
| host.image.tag | The tag for the host shield images | <code>13.9.2</code> |
159159
| host.image.pull_policy | The pull policy for the host shield images | <code>IfNotPresent</code> |
160160
| host.image.pull_secrets | The pull secrets for the host shield images | <code>[]</code> |
161161
| 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
@@ -250,7 +250,7 @@ host:
250250
# The image name for the host shield
251251
shield_name: agent-slim
252252
# The tag for the host shield images
253-
tag: 13.9.1
253+
tag: 13.9.2
254254
# The pull policy for the host shield images
255255
pull_policy: IfNotPresent
256256
# The pull secrets for the host shield images

charts/sysdig-deploy/Chart.yaml

Lines changed: 2 additions & 2 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.84.1
5+
version: 1.84.2
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.38.1
29+
version: ~1.38.2
3030
alias: agent
3131
condition: agent.enabled
3232
- name: common

0 commit comments

Comments
 (0)