From 30b6ede29dadb4a86796bf443fd49894f44ef77f Mon Sep 17 00:00:00 2001 From: GONCALO MARQUES <9379664+gonmmarques@users.noreply.github.com> Date: Wed, 2 Oct 2024 16:43:06 +0100 Subject: [PATCH] update chart values.schema.json --- charts/k6-operator/values.schema.json | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/charts/k6-operator/values.schema.json b/charts/k6-operator/values.schema.json index 58e66b42..b1bff5b3 100644 --- a/charts/k6-operator/values.schema.json +++ b/charts/k6-operator/values.schema.json @@ -118,6 +118,12 @@ }, "title": "image", "type": "object" + }, + "podSecurityContext": { + "additionalProperties": true, + "description": "global.podSecurityContext -- A security context defines privileges and access control settings for a Pod", + "title": "podSecurityContext", + "type": "object" } }, "title": "global", @@ -169,7 +175,7 @@ "type": "string" }, "tag": { - "default": "controller-v0.0.15", + "default": "controller-v0.0.16", "description": "manager.image.tag -- controller-manager image tag", "title": "tag", "type": "string"