Skip to content

Commit 629c5f0

Browse files
draios-jenkinsupdatecli
andauthored
feat: release agent 12.17.1 (#1430)
Co-authored-by: updatecli <[email protected]>
1 parent 83dda96 commit 629c5f0

File tree

4 files changed

+6
-8
lines changed

4 files changed

+6
-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: 12.17.0
2+
appVersion: 12.17.1
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.14.1
33+
version: 1.14.2

charts/agent/values.yaml

Lines changed: 1 addition & 3 deletions
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: 12.17.0
54+
tag: 12.17.1
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
@@ -169,10 +169,8 @@ priorityClassValue: 10
169169
ebpf:
170170
# Enable eBPF support for Sysdig Agent
171171
enabled: false
172-
173172
# Define the kind of eBPF driver that will be used by the agent. Can be `legacy_ebpf` or `universal_ebpf`
174173
kind: legacy_ebpf
175-
176174
slim:
177175
# Uses a slim version of the Sysdig Agent
178176
enabled: true

charts/sysdig/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
apiVersion: v1
2-
appVersion: 12.17.0
2+
appVersion: 12.17.1
33
deprecated: true
44
description: Sysdig Monitor and Secure agent
55
home: https://www.sysdig.com/
@@ -15,4 +15,4 @@ name: sysdig
1515
sources:
1616
- https://app.sysdigcloud.com/#/settings/user
1717
- https://github.com/draios/sysdig
18-
version: 1.16.18
18+
version: 1.16.19

charts/sysdig/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ image:
77
overrideValue: null
88
registry: quay.io
99
repository: sysdig/agent
10-
tag: 12.17.0
10+
tag: 12.17.1
1111
# Specify a imagePullPolicy
1212
# Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
1313
# ref: http://kubernetes.io/docs/user-guide/images/#pre-pulling-images

0 commit comments

Comments
 (0)