Skip to content

Commit 17645dc

Browse files
draios-jenkinsupdateclifrancesco-furlan
authored
feat(agent,sydig-deploy,shield): release agent 14.0.1 (#2296)
Co-authored-by: updatecli <[email protected]> Co-authored-by: Francesco Furlan <[email protected]>
1 parent 2871945 commit 17645dc

File tree

6 files changed

+8
-13
lines changed

6 files changed

+8
-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.0.0
2+
appVersion: 14.0.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.1.0
33+
version: 2.1.1

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.0.0
54+
tag: 14.0.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
1515
type: application
16-
version: 1.11.0
16+
version: 1.11.1
1717
appVersion: "1.0.0"

charts/shield/README.md

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

charts/shield/values.yaml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@ sysdig_endpoint:
2828
secure_api_token:
2929
# The API token for the Sysdig Secure instance (existing secret)
3030
secure_api_token_existing_secret:
31-
3231
# Features
3332

3433
features:
@@ -254,7 +253,7 @@ host:
254253
# The image name for the host shield
255254
shield_name: agent-slim
256255
# The tag for the host shield images
257-
tag: 14.0.0
256+
tag: 14.0.1
258257
# The pull policy for the host shield images
259258
pull_policy: IfNotPresent
260259
# The pull secrets for the host shield images
@@ -376,7 +375,6 @@ host:
376375
volume_mounts: []
377376
# The dns policy for the host shield
378377
dns_policy:
379-
380378
cluster:
381379
image:
382380
# The registry where the cluster shield image is stored
@@ -532,7 +530,6 @@ ssl:
532530
existing_ca_secret:
533531
# Provide the filename that is defined inside the existing Secret
534532
existing_ca_secret_key_name:
535-
536533
proxy:
537534
# HTTP proxy to use for all HTTP requests
538535
http_proxy:
@@ -546,7 +543,6 @@ proxy:
546543
no_proxy:
547544
# Provide the name of an existing Secret that contains the no proxy hosts
548545
no_proxy_existing_secret:
549-
550546
# Additional .APIVersions in .Capabilities, e.g. "security.openshift.io/v1"
551547
extra_capabilities_api_versions: []
552548

@@ -574,7 +570,6 @@ volume_mounts: []
574570
name_override:
575571
# Overrides the default full resource identifier ex. <override>-cluster
576572
fullname_override:
577-
578573
# Optional parameter used to check the compatibility of shield
579574
# component versions with the on-premised backend version.
580575
#

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.87.0
5+
version: 1.87.1
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: ~2.1.0
29+
version: ~2.1.1
3030
alias: agent
3131
condition: agent.enabled
3232
- name: common

0 commit comments

Comments
 (0)