From 1eaec494a01368cc133a346e14c0fba79078a68d Mon Sep 17 00:00:00 2001 From: draios-jenkins Date: Thu, 11 Jul 2024 11:50:27 +0200 Subject: [PATCH] chore(sysdig-deploy): Automatic version bump due to updated dependencies (#1809) Co-authored-by: draios-jenkins <11537382+draios-jenkins@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 d27249df4..0e8ba3fa0 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.59.3 +version: 1.59.4 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.1 + version: ~1.27.2 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.29.7 + version: ~1.29.8 alias: nodeAnalyzer condition: nodeAnalyzer.enabled - name: cluster-scanner