From c0050d3c57c1fa694d5a8d898f262fb90307192e Mon Sep 17 00:00:00 2001 From: draios-jenkins Date: Mon, 24 Jul 2023 06:10:48 -0700 Subject: [PATCH] chore(sysdig-deploy): Automatic version bump due to updated dependencies (#1254) Co-authored-by: mavimo --- charts/sysdig-deploy/Chart.yaml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/charts/sysdig-deploy/Chart.yaml b/charts/sysdig-deploy/Chart.yaml index 946c12ad2..a6d1f0d6f 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.14.1 +version: 1.14.2 maintainers: - name: aroberts87 email: adam.roberts@sysdig.com @@ -14,13 +14,13 @@ dependencies: - name: admission-controller # repository: https://charts.sysdig.com repository: file://../admission-controller - version: ~0.11.5 + version: ~0.11.6 alias: admissionController condition: admissionController.enabled - name: agent # repository: https://charts.sysdig.com repository: file://../agent - version: ~1.11.0 + version: ~1.11.1 alias: agent condition: agent.enabled - name: common @@ -30,7 +30,7 @@ dependencies: - name: node-analyzer # repository: https://charts.sysdig.com repository: file://../node-analyzer - version: ~1.11.0 + version: ~1.11.1 alias: nodeAnalyzer condition: nodeAnalyzer.enabled - name: cluster-scanner @@ -42,12 +42,12 @@ dependencies: - name: kspm-collector # repository: https://charts.sysdig.com repository: file://../kspm-collector - version: ~0.3.3 + version: ~0.3.4 alias: kspmCollector condition: global.kspm.deploy - name: rapid-response # repository: https://charts.sysdig.com repository: file://../rapid-response - version: ~0.6.2 + version: ~0.6.3 alias: rapidResponse condition: rapidResponse.enabled