From ec87d6401b93189a84bd3ed053465db2148293fd Mon Sep 17 00:00:00 2001 From: Igor Eulalio <41654187+IgorEulalio@users.noreply.github.com> Date: Mon, 23 Oct 2023 20:10:16 -0300 Subject: [PATCH 1/6] Update cluster-scanner-runtime-scanner-check.yaml Fix for the below discussion: https://sysdigcloud.slack.com/archives/C8R29J8KE/p1697724328414589?thread_ts=1697651280.472299&cid=C8R29J8KE --- .../templates/cluster-scanner-runtime-scanner-check.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/sysdig-deploy/templates/cluster-scanner-runtime-scanner-check.yaml b/charts/sysdig-deploy/templates/cluster-scanner-runtime-scanner-check.yaml index 7d812b2db..2903db089 100644 --- a/charts/sysdig-deploy/templates/cluster-scanner-runtime-scanner-check.yaml +++ b/charts/sysdig-deploy/templates/cluster-scanner-runtime-scanner-check.yaml @@ -1,3 +1,3 @@ -{{- if and .Values.clusterScanner.enabled .Values.nodeAnalyzer.enabled ( include "deployRuntimeScanner" . ) -}} +{{- if and .Values.clusterScanner.enabled .Values.nodeAnalyzer.runtimeScanner.deploy ( include "deployRuntimeScanner" . ) -}} {{ fail "Cannot enable both the Runtime Scanner and the Cluster Scanner at the same time" }} {{- end -}} From 38fe26686236a563eb1493a2a56a9d3d124bbea3 Mon Sep 17 00:00:00 2001 From: Igor Eulalio <41654187+IgorEulalio@users.noreply.github.com> Date: Tue, 24 Oct 2023 12:35:51 +0000 Subject: [PATCH 2/6] feat(agent): bump agent chart version to 1.14.2 --- charts/agent/Chart.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/agent/Chart.yaml b/charts/agent/Chart.yaml index dfeae8701..ed5005546 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.14.1 +version: 1.14.2 From b42b4b1658f0f9dc323719d922193965987d8b5f Mon Sep 17 00:00:00 2001 From: Igor Eulalio <41654187+IgorEulalio@users.noreply.github.com> Date: Tue, 24 Oct 2023 12:36:21 +0000 Subject: [PATCH 3/6] feat(agent): bump agent chart version to 1.14.2 --- charts/sysdig-deploy/Chart.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/sysdig-deploy/Chart.yaml b/charts/sysdig-deploy/Chart.yaml index 0ad960da4..3485398e9 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.14.1 + version: ~1.14.2 alias: agent condition: agent.enabled - name: common From c1e772ea74fc091fcbe538cdbcf024ab89a40da6 Mon Sep 17 00:00:00 2001 From: Igor Eulalio Date: Tue, 24 Oct 2023 12:18:55 -0300 Subject: [PATCH 4/6] feat(agent): change condition to not fail in case nodeAnalyzer is entire disabled. --- .../templates/cluster-scanner-runtime-scanner-check.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/sysdig-deploy/templates/cluster-scanner-runtime-scanner-check.yaml b/charts/sysdig-deploy/templates/cluster-scanner-runtime-scanner-check.yaml index 2903db089..0803fba59 100644 --- a/charts/sysdig-deploy/templates/cluster-scanner-runtime-scanner-check.yaml +++ b/charts/sysdig-deploy/templates/cluster-scanner-runtime-scanner-check.yaml @@ -1,3 +1,3 @@ -{{- if and .Values.clusterScanner.enabled .Values.nodeAnalyzer.runtimeScanner.deploy ( include "deployRuntimeScanner" . ) -}} +{{- if and .Values.clusterScanner.enabled .Values.nodeAnalyzer.enabled .Values.nodeAnalyzer.nodeAnalyzer.runtimeScanner.deploy ( include "deployRuntimeScanner" . ) -}} {{ fail "Cannot enable both the Runtime Scanner and the Cluster Scanner at the same time" }} {{- end -}} From d18035abddf132d50058ce707a7e3ebab498d6d0 Mon Sep 17 00:00:00 2001 From: Igor Eulalio Date: Tue, 24 Oct 2023 15:07:21 -0300 Subject: [PATCH 5/6] feat(agent): fix bump for agent rollback version 1.14.1 and bumping sysdig-deploy --- charts/agent/Chart.yaml | 2 +- charts/sysdig-deploy/Chart.yaml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/charts/agent/Chart.yaml b/charts/agent/Chart.yaml index ed5005546..dfeae8701 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.14.2 +version: 1.14.1 diff --git a/charts/sysdig-deploy/Chart.yaml b/charts/sysdig-deploy/Chart.yaml index 3485398e9..adc244092 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.26.5 +version: 1.26.6 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.14.2 + version: ~1.14.1 alias: agent condition: agent.enabled - name: common From b7f126d4036b72619015c5b1e395de27490c2b36 Mon Sep 17 00:00:00 2001 From: Igor Eulalio Date: Wed, 25 Oct 2023 10:14:01 -0300 Subject: [PATCH 6/6] feat(agent): bump sysdig-deploy 1.26.8 --- charts/sysdig-deploy/Chart.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/sysdig-deploy/Chart.yaml b/charts/sysdig-deploy/Chart.yaml index 9fc24d4e3..c5e262dc8 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.26.6 +version: 1.26.8 maintainers: - name: AlbertoBarba email: alberto.barba@sysdig.com