From c06a92337d9c713a302dedfc06486a7d8ffbc1b9 Mon Sep 17 00:00:00 2001 From: vardhaman22 Date: Wed, 16 Apr 2025 08:47:36 +0530 Subject: [PATCH] unrc chart --- chart/Chart.yaml | 4 ++-- chart/values.yaml | 4 ++-- go.mod | 2 +- go.sum | 4 ++-- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/chart/Chart.yaml b/chart/Chart.yaml index 2522946a..15d34285 100644 --- a/chart/Chart.yaml +++ b/chart/Chart.yaml @@ -12,11 +12,11 @@ annotations: catalog.cattle.io/type: cluster-tool catalog.cattle.io/ui-component: rancher-cis-benchmark apiVersion: v1 -appVersion: v6.9.0-rc.1 +appVersion: v6.9.0 description: The cis-operator enables running CIS benchmark security scans on a kubernetes cluster icon: https://charts.rancher.io/assets/logos/cis-kube-bench.svg keywords: - security name: rancher-cis-benchmark -version: 6.9.0-rc.1 +version: 6.9.0 diff --git a/chart/values.yaml b/chart/values.yaml index 5748fe01..a33c7785 100644 --- a/chart/values.yaml +++ b/chart/values.yaml @@ -5,10 +5,10 @@ image: cisoperator: repository: rancher/cis-operator - tag: v1.2.7-rc.1 + tag: v1.2.7 securityScan: repository: rancher/security-scan - tag: v0.4.5-rc.1 + tag: v0.4.5 sonobuoy: repository: rancher/mirrored-sonobuoy-sonobuoy tag: v0.57.3 diff --git a/go.mod b/go.mod index 006a805f..0059811c 100644 --- a/go.mod +++ b/go.mod @@ -18,7 +18,7 @@ require ( github.com/prometheus/client_golang v1.21.1 github.com/rancher/kubernetes-provider-detector v0.1.5 github.com/rancher/lasso v0.0.0-20240828170735-d79536cac289 - github.com/rancher/security-scan v0.4.5-rc.1 + github.com/rancher/security-scan v0.4.5 github.com/robfig/cron v1.2.0 github.com/sirupsen/logrus v1.9.3 github.com/urfave/cli/v2 v2.27.6 diff --git a/go.sum b/go.sum index fb7da654..be7b3cf4 100644 --- a/go.sum +++ b/go.sum @@ -1032,8 +1032,8 @@ github.com/rancher/kubernetes-provider-detector v0.1.5 h1:hWRAsWuJOemzGjz/XrbTlM github.com/rancher/kubernetes-provider-detector v0.1.5/go.mod h1:ypuJS7kP7rUiAn330xG46mj+Nhvym05GM8NqMVekpH0= github.com/rancher/lasso v0.0.0-20240828170735-d79536cac289 h1:gbV7qLOcEgyTgep2ocl8FFhfGOUMQuvfV5OIIENHWT4= github.com/rancher/lasso v0.0.0-20240828170735-d79536cac289/go.mod h1:Efx/+BbH3ivmnTPLu5cA3Gc9wT5oyGS0LBcqEuYTx+A= -github.com/rancher/security-scan v0.4.5-rc.1 h1:1F6mQaOvPZLgXmQWpSiSOKJZ725SsmhVz37K9Shgfeg= -github.com/rancher/security-scan v0.4.5-rc.1/go.mod h1:gCBWNh3JqspL+yDfiHSVpc7yChHwnRjUPZe3PjtSPGA= +github.com/rancher/security-scan v0.4.5 h1:5r7lDMY1qZISh6fbuu92+HqppHeQFaSE6KZoEp708JU= +github.com/rancher/security-scan v0.4.5/go.mod h1:gCBWNh3JqspL+yDfiHSVpc7yChHwnRjUPZe3PjtSPGA= github.com/rancher/wrangler/v3 v3.0.0 h1:IHHCA+vrghJDPxjtLk4fmeSCFhNe9fFzLFj3m2B0YpA= github.com/rancher/wrangler/v3 v3.0.0/go.mod h1:Dfckuuq7MJk2JWVBDywRlZXMxEyPxHy4XqGrPEzu5Eg= github.com/remyoudompheng/bigfft v0.0.0-20200410134404-eec4a21b6bb0/go.mod h1:qqbHyh8v60DhA7CoWK5oRCqLrMHRGoxYCSS9EjAz6Eo=