Skip to content

Commit

Permalink
feat: release agent 13.3.0 (#1799)
Browse files Browse the repository at this point in the history
Co-authored-by: updatecli <[email protected]>
Co-authored-by: Adam Roberts <[email protected]>
  • Loading branch information
3 people authored Jul 3, 2024
1 parent a306ed7 commit 8c39a94
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 6 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: 13.2.1
appVersion: 13.3.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.25.0
version: 1.26.0
3 changes: 1 addition & 2 deletions charts/agent/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ image:
overrideValue: null
registry: quay.io
repository: sysdig/agent
tag: 13.2.1
tag: 13.3.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 Expand Up @@ -89,7 +89,6 @@ windows:
memory: 512Mi
affinity: {}
tolerations: []

# Specify a predefined resource profile.
#
# Available options are:
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.57.4
version: 1.58.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.25.0
version: ~1.26.0
alias: agent
condition: agent.enabled
- name: common
Expand Down

0 comments on commit 8c39a94

Please sign in to comment.