Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: release agent 12.16.1 #1353

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 2 additions & 6 deletions charts/agent/Chart.yaml
Original file line number Diff line number Diff line change
@@ -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
Expand Down
37 changes: 17 additions & 20 deletions charts/agent/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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_<identifier> feature in Helm based
Expand All @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions charts/sysdig/Chart.yaml
Original file line number Diff line number Diff line change
@@ -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
Expand Down
50 changes: 25 additions & 25 deletions charts/sysdig/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand All @@ -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
Expand Down
Loading