Skip to content

Commit

Permalink
use stable v9 image for cnspec
Browse files Browse the repository at this point in the history
Signed-off-by: Ivan Milchev <[email protected]>
  • Loading branch information
imilchev committed Oct 6, 2023
1 parent ba1a870 commit 228790b
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 @@ -17,8 +17,8 @@ import (

const (
CnspecImageV9 = "ghcr.io/mondoohq/mondoo-operator/cnspec"
CnspecTagV9 = "9.0.0-beta16-rootless"
OpenShiftMondooClientTagV9 = "9.0.0-beta16-ubi-rootless"
CnspecTagV9 = "9-rootless"
OpenShiftMondooClientTagV9 = "9-ubi-rootless"

CnspecImage = "docker.io/mondoo/cnspec"
CnspecTag = "8-rootless"
Expand Down

0 comments on commit 228790b

Please sign in to comment.