Skip to content

Commit

Permalink
added gke 1.6.0 templates
Browse files Browse the repository at this point in the history
  • Loading branch information
vardhaman22 committed Oct 22, 2024
1 parent 0790f84 commit a7e71b3
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 0 deletions.
1 change: 1 addition & 0 deletions chart/app-readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,3 +28,4 @@ This chart installs the following components:
| CIS | eks | eks-1.2.0 | eks |
| CIS | aks | aks-1.0 | aks |
| CIS | gke | gke-1.2.0 | gke |
| CIS | gke | gke-1.6.0 | gke-1.29+ |
1 change: 1 addition & 0 deletions chart/templates/benchmark-gke-1.2.0.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,4 @@ metadata:
spec:
clusterProvider: gke
minKubernetesVersion: "1.15.0"
maxKubernetesVersion: "1.28.x"
8 changes: 8 additions & 0 deletions chart/templates/benchmark-gke-1.6.0.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
---
apiVersion: cis.cattle.io/v1
kind: ClusterScanBenchmark
metadata:
name: gke-1.6.0
spec:
clusterProvider: gke
minKubernetesVersion: "1.29.0"
9 changes: 9 additions & 0 deletions chart/templates/scanprofilegke-1.6.0.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
---
apiVersion: cis.cattle.io/v1
kind: ClusterScanProfile
metadata:
name: gke-profile-1.6.0
annotations:
clusterscanprofile.cis.cattle.io/builtin: "true"
spec:
benchmarkVersion: gke-1.6.0

0 comments on commit a7e71b3

Please sign in to comment.