File tree 2 files changed +18
-1
lines changed
2 files changed +18
-1
lines changed Original file line number Diff line number Diff line change
1
+ #{{- if gt (len (lookup "rbac.authorization.k8s.io/v1" "ClusterRole" "" "")) 0 -}}
2
+ # {{- $found := dict -}}
3
+ # {{- set $found "cis.cattle.io/v1/ClusterScan" false -}}
4
+ # {{- set $found "cis.cattle.io/v1/ClusterScanBenchmark" false -}}
5
+ # {{- set $found "cis.cattle.io/v1/ClusterScanProfile" false -}}
6
+ # {{- set $found "cis.cattle.io/v1/ClusterScanReport" false -}}
7
+ # {{- range .Capabilities.APIVersions -}}
8
+ # {{- if hasKey $found (toString .) -}}
9
+ # {{- set $found (toString .) true -}}
10
+ # {{- end -}}
11
+ # {{- end -}}
12
+ # {{- range $_, $exists := $found -}}
13
+ # {{- if (eq $exists false) -}}
14
+ # {{- required "Required CRDs are missing. Please install the corresponding CRD chart before installing this chart." "" -}}
15
+ # {{- end -}}
16
+ # {{- end -}}
17
+ #{{- end -}}
Original file line number Diff line number Diff line change 5
5
image :
6
6
cisoperator :
7
7
repository : rancher/cis-operator
8
- tag : v1.3.2
8
+ tag : v1.3.3
9
9
securityScan :
10
10
repository : rancher/security-scan
11
11
tag : v0.5.2
You can’t perform that action at this time.
0 commit comments