Skip to content

Commit

Permalink
feat: release agent 12.18.0 (#1493)
Browse files Browse the repository at this point in the history
Co-authored-by: updatecli <[email protected]>
  • Loading branch information
draios-jenkins and updatecli authored Nov 22, 2023
1 parent 73eca7f commit 2b91ee5
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions charts/agent/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
apiVersion: v2
appVersion: 12.17.1
appVersion: 12.18.0
dependencies:
- name: common
repository: file://../common
Expand Down Expand Up @@ -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
10 changes: 5 additions & 5 deletions charts/agent/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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: ""
Expand All @@ -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
Expand Down
4 changes: 2 additions & 2 deletions charts/sysdig-deploy/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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: [email protected]
Expand All @@ -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
Expand Down

0 comments on commit 2b91ee5

Please sign in to comment.