Skip to content

Commit 2b91ee5

Browse files
draios-jenkinsupdatecli
andauthored
feat: release agent 12.18.0 (#1493)
Co-authored-by: updatecli <[email protected]>
1 parent 73eca7f commit 2b91ee5

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
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.1
2+
appVersion: 12.18.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: 1.15.2
33+
version: 1.16.0

charts/agent/values.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -33,13 +33,13 @@ global:
3333
# MMNlTAQ9fvdNOTzZntye0PQYRTTS34D=
3434
# -----END CERTIFICATE-----
3535
# Filename that is used when creating the secret. Required if cert is provided.
36-
keyName:
36+
keyName: null
3737
# Provide the name of an existing Secret that contains the CA required
38-
existingCaSecret:
38+
existingCaSecret: null
3939
# Provide the filename that is defined inside the existing Secret
40-
existingCaSecretKeyName:
40+
existingCaSecretKeyName: null
4141
# Provide the name of an existing ConfigMap that contains the CA required
42-
existingCaConfigMap:
42+
existingCaConfigMap: null
4343
# Provide the filename that is defined inside the existing ConfigMap
4444
existingCaConfigMapKeyName: null
4545
namespace: ""
@@ -51,7 +51,7 @@ image:
5151
overrideValue: null
5252
registry: quay.io
5353
repository: sysdig/agent
54-
tag: 12.17.1
54+
tag: 12.18.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/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.29.13
5+
version: 1.30.0
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.15.2
29+
version: ~1.16.0
3030
alias: agent
3131
condition: agent.enabled
3232
- name: common

0 commit comments

Comments
 (0)