From 6a1a26f89f8f3b3e5202143443d7e7b2610c1bd1 Mon Sep 17 00:00:00 2001 From: Uchinda Padmaperuma <89894943+uchinda-sph@users.noreply.github.com> Date: Tue, 14 Nov 2023 13:43:41 +0800 Subject: [PATCH] update chart version --- modules/enforcers/variables.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/enforcers/variables.tf b/modules/enforcers/variables.tf index 6824ff4..f469861 100644 --- a/modules/enforcers/variables.tf +++ b/modules/enforcers/variables.tf @@ -5,7 +5,7 @@ variable "helm_config_defaults" { name = "aqua-helm" chart = "kube-enforcer" repository = "https://helm.aquasec.com" - version = "2022.4.28" + version = "2022.4.32" namespace = "aqua" create_namespace = true description = "Aqua security enforcer helm Chart deployment configuration"