From 2de3cf999b582f59bc11be923c4a407a0719036a Mon Sep 17 00:00:00 2001 From: Adam Roberts Date: Tue, 8 Aug 2023 16:18:25 -0400 Subject: [PATCH] fix(agent): fix Chart.yaml field (#1293) --- charts/agent/Chart.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/agent/Chart.yaml b/charts/agent/Chart.yaml index 58506962c..b7f495083 100644 --- a/charts/agent/Chart.yaml +++ b/charts/agent/Chart.yaml @@ -5,7 +5,7 @@ description: Sysdig Monitor and Secure agent type: application # currently matching sysdig 1.14.32 -version: 1.13.3 +version: 1.13.4 appVersion: 12.16.0 @@ -36,4 +36,4 @@ dependencies: - name: common # repository: https://charts.sysdig.com repository: file://../common -version: 1.13.3~1.1.1 + version: ~1.1.0