From 6f9defe1fc79b0103ffa47df79bef8bc474f1b2b Mon Sep 17 00:00:00 2001 From: Igor Eulalio Date: Mon, 7 Oct 2024 19:53:32 -0300 Subject: [PATCH 1/2] allow accesskey to be null in case access_key_existing_secret is set --- charts/shield/values.schema.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/shield/values.schema.json b/charts/shield/values.schema.json index 848a4575b..e880fcd6f 100644 --- a/charts/shield/values.schema.json +++ b/charts/shield/values.schema.json @@ -85,7 +85,7 @@ "type": "object", "properties": { "access_key": { - "type": "string", + "type": [ "string", "null" ], "description": "Sysdig Agent Access Key", "examples": [ "12345678-1234-1234-1234-123456789012" From 4d129b5d4cd5411bb29774ca25132483c8c51a3c Mon Sep 17 00:00:00 2001 From: Igor Eulalio Date: Mon, 7 Oct 2024 19:55:45 -0300 Subject: [PATCH 2/2] bump chart version --- charts/shield/Chart.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/shield/Chart.yaml b/charts/shield/Chart.yaml index d3041b1ca..629506c3a 100644 --- a/charts/shield/Chart.yaml +++ b/charts/shield/Chart.yaml @@ -13,5 +13,5 @@ maintainers: - name: mavimo email: marcovito.moscaritolo@sysdig.com type: application -version: 0.1.3 +version: 0.1.4 appVersion: "1.0.0"