From be37b667ff3ec40bee686ba2a0c49c96aece7875 Mon Sep 17 00:00:00 2001 From: vardhaman Date: Thu, 14 Nov 2024 14:35:12 +0530 Subject: [PATCH] fix constraint for gke profile --- chart/templates/configmap.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/chart/templates/configmap.yaml b/chart/templates/configmap.yaml index 094c9dfe..08eef854 100644 --- a/chart/templates/configmap.yaml +++ b/chart/templates/configmap.yaml @@ -13,6 +13,9 @@ data: >=1.21.0: rke2-cis-1.8-profile-permissive eks: "eks-profile" gke: "gke-profile" + gke: |- + <1.29.0: gke-profile + >=1.29.0: gke-profile-1.6.0 aks: "aks-profile" k3s: "k3s-cis-1.8-profile-permissive" default: "cis-1.8-profile"