From 9c1f472128ae27761c5b1849791da296ec308f0c Mon Sep 17 00:00:00 2001 From: Francesco Furlan Date: Fri, 15 Dec 2023 09:40:19 +0100 Subject: [PATCH] chore(agent,sysdig-deploy): bump version --- charts/agent/Chart.yaml | 2 +- charts/sysdig-deploy/Chart.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/agent/Chart.yaml b/charts/agent/Chart.yaml index 482509259..0fb8d3645 100644 --- a/charts/agent/Chart.yaml +++ b/charts/agent/Chart.yaml @@ -30,4 +30,4 @@ sources: - https://app.sysdigcloud.com/#/settings/user - https://github.com/draios/sysdig type: application -version: 1.18.2 +version: 1.18.3 diff --git a/charts/sysdig-deploy/Chart.yaml b/charts/sysdig-deploy/Chart.yaml index bfbea3431..c8997674b 100644 --- a/charts/sysdig-deploy/Chart.yaml +++ b/charts/sysdig-deploy/Chart.yaml @@ -26,7 +26,7 @@ dependencies: - name: agent # repository: https://charts.sysdig.com repository: file://../agent - version: ~1.18.2 + version: ~1.18.3 alias: agent condition: agent.enabled - name: common