Skip to content

Commit

Permalink
⭐️ cnspec v11
Browse files Browse the repository at this point in the history
Signed-off-by: Ivan Milchev <[email protected]>
  • Loading branch information
imilchev committed Apr 17, 2024
1 parent 2a6f82c commit 97a1075
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkg/utils/mondoo/container_image_resolver.go
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ import (

const (
CnspecImage = "ghcr.io/mondoohq/mondoo-operator/cnspec"
CnspecTag = "10-rootless"
OpenShiftMondooClientTag = "10-ubi-rootless"
CnspecTag = "11-rootless"
OpenShiftMondooClientTag = "11-ubi-rootless"
MondooOperatorImage = "ghcr.io/mondoohq/mondoo-operator"
PodNameEnvVar = "POD_NAME"
PodNamespaceEnvVar = "POD_NAMESPACE"
Expand Down

0 comments on commit 97a1075

Please sign in to comment.