Skip to content

Commit ff8972c

Browse files
draios-jenkinsupdatecli
andauthored
feat(agent,shield): release agent 14.5.1 (#2584)
Co-authored-by: updatecli <updatecli@sysdig.com>
1 parent 2a750dc commit ff8972c

5 files changed

Lines changed: 6 additions & 6 deletions

File tree

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.5.0
2+
appVersion: 14.5.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: 2.7.1
33+
version: 2.7.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: 14.5.0
54+
tag: 14.5.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

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
email: marcovito.moscaritolo@sysdig.com
1515
type: application
16-
version: 1.34.3
16+
version: 1.34.4
1717
appVersion: "1.0.0"

charts/shield/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ The following table lists the configurable parameters of the `shield` chart and
163163
| host.image.repository | The repository where the host shield images are stored | <code>sysdig</code> |
164164
| host.image.kmodule_name | The image name for the host shield kmodule drive | <code>agent-kmodule</code> |
165165
| host.image.shield_name | The image name for the host shield | <code>agent-slim</code> |
166-
| host.image.tag | The tag for the host shield images | <code>14.5.0</code> |
166+
| host.image.tag | The tag for the host shield images | <code>14.5.1</code> |
167167
| host.image.pull_policy | The pull policy for the host shield images | <code>IfNotPresent</code> |
168168
| host.image.pull_secrets | The pull secrets for the host shield images | <code>[]</code> |
169169
| 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
@@ -287,7 +287,7 @@ host:
287287
# The image name for the host shield
288288
shield_name: agent-slim
289289
# The tag for the host shield images
290-
tag: 14.5.0
290+
tag: 14.5.1
291291
# The pull policy for the host shield images
292292
pull_policy: IfNotPresent
293293
# The pull secrets for the host shield images

0 commit comments

Comments
 (0)