From 4bb7e20544a9f377e99ee7d3b5fd90ccde95cb71 Mon Sep 17 00:00:00 2001 From: draios-jenkins Date: Wed, 31 Jul 2024 09:20:23 -0700 Subject: [PATCH] chore(sysdig-deploy): Automatic version bump due to updated dependencies (#1864) Co-authored-by: AlbertoBarba <16882595+AlbertoBarba@users.noreply.github.com> --- charts/sysdig-deploy/Chart.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/charts/sysdig-deploy/Chart.yaml b/charts/sysdig-deploy/Chart.yaml index 5ca2e193c..ee78b9b46 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.61.2 +version: 1.61.3 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.27.11 + version: ~1.27.12 alias: agent condition: agent.enabled - name: common @@ -36,7 +36,7 @@ dependencies: - name: node-analyzer # repository: https://charts.sysdig.com repository: file://../node-analyzer - version: ~1.30.1 + version: ~1.30.2 alias: nodeAnalyzer condition: nodeAnalyzer.enabled - name: cluster-scanner