Skip to content

Commit

Permalink
SLK-69062 Upgrade kube-bench version to 0.6.17
Browse files Browse the repository at this point in the history
  • Loading branch information
Adi Shaull committed Jul 25, 2023
1 parent 26880e7 commit 8df8b4b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/DeployOpenShiftOperator.md
Original file line number Diff line number Diff line change
Expand Up @@ -688,7 +688,7 @@ spec:
gateway_address: 'aqua-gateway:8443' # Required: provide <<AQUA GW IP OR DNS: AQUA GW PORT>>
cluster_name: Default-cluster-name # Required: provide your cluster name
imagePullSecret: aqua-registry # Required: provide the imagePullSecret name
kubebench_image: 'docker.io/aquasec/kube-bench:v0.6.16' # Optional: KubeBench image name can be replace with custom registry
kubebench_image: 'docker.io/aquasec/kube-bench:v0.6.17' # Optional: KubeBench image name can be replace with custom registry
deploy:
service: ClusterIP
image:
Expand Down
2 changes: 1 addition & 1 deletion pkg/consts/consts.go
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ const (

EnforcerConfigMapName = "aqua-csp-enforcer"

KubeBenchImageName = "docker.io/aquasec/kube-bench:v0.6.16"
KubeBenchImageName = "docker.io/aquasec/kube-bench:v0.6.17"

LightningEnforcerResources = `resources:
limits:
Expand Down
2 changes: 1 addition & 1 deletion test/consts/testing_consts.go
Original file line number Diff line number Diff line change
Expand Up @@ -42,5 +42,5 @@ const (
ScannerToken = ""
GatewayAddress = "aqua-gateway:8443"
ClusterName = "Default-cluster-name"
KubeBenchName = "docker.io/aquasec/kube-bench:v0.6.16"
KubeBenchName = "docker.io/aquasec/kube-bench:v0.6.17"
)

0 comments on commit 8df8b4b

Please sign in to comment.