From b2146b31e56eb00a6dc270bbb9bb530a3ee69f4c Mon Sep 17 00:00:00 2001 From: Adam Roberts Date: Mon, 11 Sep 2023 16:47:27 -0400 Subject: [PATCH] feat: release agent 12.16.1 (#1353) Co-authored-by: updatecli --- charts/agent/Chart.yaml | 8 ++----- charts/agent/values.yaml | 37 +++++++++++++---------------- charts/sysdig/Chart.yaml | 4 ++-- charts/sysdig/values.yaml | 50 +++++++++++++++++++-------------------- 4 files changed, 46 insertions(+), 53 deletions(-) diff --git a/charts/agent/Chart.yaml b/charts/agent/Chart.yaml index 12e53972e..070b8b451 100644 --- a/charts/agent/Chart.yaml +++ b/charts/agent/Chart.yaml @@ -1,14 +1,10 @@ apiVersion: v2 name: agent description: Sysdig Monitor and Secure agent - type: application - # currently matching sysdig 1.14.32 -version: 1.13.9 - -appVersion: 12.16.0 - +version: 1.13.10 +appVersion: 12.16.1 keywords: - monitoring - security diff --git a/charts/agent/values.yaml b/charts/agent/values.yaml index 796cd80f9..07c2772a1 100644 --- a/charts/agent/values.yaml +++ b/charts/agent/values.yaml @@ -32,7 +32,6 @@ global: # NjExWjAUMRIwEAYDVQQDEwloYXJib3ItY2EwggEiMA0GCSqGSIb3DQEBAQUAA4IB # MMNlTAQ9fvdNOTzZntye0PQYRTTS34D= # -----END CERTIFICATE----- - # Filename that is used when creating the secret. Required if cert is provided. keyName: # Provide the name of an existing Secret that contains the CA required @@ -42,7 +41,7 @@ global: # Provide the name of an existing ConfigMap that contains the CA required existingCaConfigMap: # Provide the filename that is defined inside the existing ConfigMap - existingCaConfigMapKeyName: + existingCaConfigMapKeyName: null namespace: "" image: # This is a hack to support RELATED_IMAGE_ feature in Helm based @@ -52,7 +51,7 @@ image: overrideValue: null registry: quay.io repository: sysdig/agent - tag: 12.16.0 + tag: 12.16.1 # 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 @@ -208,14 +207,14 @@ sysdig: disableCaptures: false # Advanced settings. Any option in here will be directly translated into dragent.yaml in the Configmap settings: {} - ### Example: Agent tags - # tags: linux:ubuntu,dept:dev,local:nyc - ### Example: Proxy configuration (see https://docs.sysdig.com/en/enable-http-proxy-for-agents.html) - # ssl: false - # http_proxy: - # proxy_host: squid.yourdomain.com - # proxy_port: 3128 - # ssl: false + ### Example: Agent tags + # tags: linux:ubuntu,dept:dev,local:nyc + ### Example: Proxy configuration (see https://docs.sysdig.com/en/enable-http-proxy-for-agents.html) + # ssl: false + # http_proxy: + # proxy_host: squid.yourdomain.com + # proxy_port: 3128 + # ssl: false secure: # true here enables Sysdig Secure: container run-time security & forensics enabled: true @@ -256,13 +255,13 @@ extraVolumes: # - mountPath: /opt/draios/secret # name: sysdig-new-secret extraSecrets: [] - # Allow passing extra secrets that can be mounted via extraVolumes - # - # extraSecrets: - # - name: sysdig-new-secret - # data: - # sysdig-new-password-key1: bXlwYXNzd29yZA== - # sysdig-new-password-key2: bXlwYXNzd29yZA== +# Allow passing extra secrets that can be mounted via extraVolumes +# +# extraSecrets: +# - name: sysdig-new-secret +# data: +# sysdig-new-password-key1: bXlwYXNzd29yZA== +# sysdig-new-password-key2: bXlwYXNzd29yZA== # Allow sysdig to run on Kubernetes 1.6 masters. tolerations: - effect: NoSchedule @@ -336,10 +335,8 @@ ssl: # NjExWjAUMRIwEAYDVQQDEwloYXJib3ItY2EwggEiMA0GCSqGSIb3DQEBAQUAA4IB # MMNlTAQ9fvdNOTzZntye0PQYRTTS34D= # -----END CERTIFICATE----- - # Filename that is used when creating the secret. Required if cert is provided. keyName: null - # Provide the name of an existing Secret that contains the CA required existingCaSecret: null # Provide the filename that is defined inside the existing Secret diff --git a/charts/sysdig/Chart.yaml b/charts/sysdig/Chart.yaml index 5191a61e4..50812df7c 100644 --- a/charts/sysdig/Chart.yaml +++ b/charts/sysdig/Chart.yaml @@ -1,7 +1,7 @@ apiVersion: v1 name: sysdig -version: 1.16.11 -appVersion: 12.16.0 +version: 1.16.12 +appVersion: 12.16.1 description: Sysdig Monitor and Secure agent keywords: - monitoring diff --git a/charts/sysdig/values.yaml b/charts/sysdig/values.yaml index 4db82130e..74b7ee16a 100644 --- a/charts/sysdig/values.yaml +++ b/charts/sysdig/values.yaml @@ -7,7 +7,7 @@ image: overrideValue: null registry: quay.io repository: sysdig/agent - tag: 12.16.0 + tag: 12.16.1 # 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 @@ -168,14 +168,14 @@ sysdig: disableCaptures: false # Advanced settings. Any option in here will be directly translated into dragent.yaml in the Configmap settings: {} - ### Example: Agent tags - # tags: linux:ubuntu,dept:dev,local:nyc - ### Example: Proxy configuration (see https://docs.sysdig.com/en/enable-http-proxy-for-agents.html) - # ssl: false - # http_proxy: - # proxy_host: squid.yourdomain.com - # proxy_port: 3128 - # ssl: false + ### Example: Agent tags + # tags: linux:ubuntu,dept:dev,local:nyc + ### Example: Proxy configuration (see https://docs.sysdig.com/en/enable-http-proxy-for-agents.html) + # ssl: false + # http_proxy: + # proxy_host: squid.yourdomain.com + # proxy_port: 3128 + # ssl: false secure: # true here enables Sysdig Secure: container run-time security & forensics enabled: true @@ -515,15 +515,15 @@ kspmCollector: memory: 1536Mi env: {} customAppChecks: {} - # Allow passing custom app checks for Sysdig Agent. - # Example: - # - # sample.py: |- - # from checks import AgentCheck - # - # class MyCustomCheck(AgentCheck): - # def check(self, instance): - # self.gauge("testhelm", 1) +# Allow passing custom app checks for Sysdig Agent. +# Example: +# +# sample.py: |- +# from checks import AgentCheck +# +# class MyCustomCheck(AgentCheck): +# def check(self, instance): +# self.gauge("testhelm", 1) # Promscrape prometheus.yaml not configured by default prometheus: file: false @@ -550,13 +550,13 @@ extraVolumes: # - mountPath: /opt/draios/secret # name: sysdig-new-secret extraSecrets: [] - # Allow passing extra secrets that can be mounted via extraVolumes - # - # extraSecrets: - # - name: sysdig-new-secret - # data: - # sysdig-new-password-key1: bXlwYXNzd29yZA== - # sysdig-new-password-key2: bXlwYXNzd29yZA== +# Allow passing extra secrets that can be mounted via extraVolumes +# +# extraSecrets: +# - name: sysdig-new-secret +# data: +# sysdig-new-password-key1: bXlwYXNzd29yZA== +# sysdig-new-password-key2: bXlwYXNzd29yZA== # Allow sysdig to run on Kubernetes 1.6 masters. tolerations: - effect: NoSchedule