From 2b91ee5813a416c7e4fe20fa3639645904deba47 Mon Sep 17 00:00:00 2001 From: draios-jenkins Date: Wed, 22 Nov 2023 23:00:39 +0100 Subject: [PATCH] feat: release agent 12.18.0 (#1493) Co-authored-by: updatecli --- charts/agent/Chart.yaml | 4 ++-- charts/agent/values.yaml | 10 +++++----- charts/sysdig-deploy/Chart.yaml | 4 ++-- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/charts/agent/Chart.yaml b/charts/agent/Chart.yaml index dd27c1828..111e87e5a 100644 --- a/charts/agent/Chart.yaml +++ b/charts/agent/Chart.yaml @@ -1,5 +1,5 @@ apiVersion: v2 -appVersion: 12.17.1 +appVersion: 12.18.0 dependencies: - name: common repository: file://../common @@ -30,4 +30,4 @@ sources: - https://app.sysdigcloud.com/#/settings/user - https://github.com/draios/sysdig type: application -version: 1.15.2 +version: 1.16.0 diff --git a/charts/agent/values.yaml b/charts/agent/values.yaml index 7a1c13d04..a2130d3f5 100644 --- a/charts/agent/values.yaml +++ b/charts/agent/values.yaml @@ -33,13 +33,13 @@ global: # MMNlTAQ9fvdNOTzZntye0PQYRTTS34D= # -----END CERTIFICATE----- # Filename that is used when creating the secret. Required if cert is provided. - keyName: + keyName: null # Provide the name of an existing Secret that contains the CA required - existingCaSecret: + existingCaSecret: null # Provide the filename that is defined inside the existing Secret - existingCaSecretKeyName: + existingCaSecretKeyName: null # Provide the name of an existing ConfigMap that contains the CA required - existingCaConfigMap: + existingCaConfigMap: null # Provide the filename that is defined inside the existing ConfigMap existingCaConfigMapKeyName: null namespace: "" @@ -51,7 +51,7 @@ image: overrideValue: null registry: quay.io repository: sysdig/agent - tag: 12.17.1 + tag: 12.18.0 # Specify a imagePullPolicy # Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent' # ref: http://kubernetes.io/docs/user-guide/images/#pre-pulling-images diff --git a/charts/sysdig-deploy/Chart.yaml b/charts/sysdig-deploy/Chart.yaml index 60c2aafc9..b5f6b87be 100644 --- a/charts/sysdig-deploy/Chart.yaml +++ b/charts/sysdig-deploy/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 name: sysdig-deploy description: A chart with various Sysdig components for Kubernetes type: application -version: 1.29.13 +version: 1.30.0 maintainers: - name: AlbertoBarba email: alberto.barba@sysdig.com @@ -26,7 +26,7 @@ dependencies: - name: agent # repository: https://charts.sysdig.com repository: file://../agent - version: ~1.15.2 + version: ~1.16.0 alias: agent condition: agent.enabled - name: common