Skip to content

Commit e03e019

Browse files
committed
unrc chart
1 parent 8461590 commit e03e019

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

chart/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,11 @@ annotations:
1212
catalog.cattle.io/type: cluster-tool
1313
catalog.cattle.io/ui-component: rancher-cis-benchmark
1414
apiVersion: v1
15-
appVersion: v8.1.0-rc.1
15+
appVersion: v8.1.0
1616
description: The cis-operator enables running CIS benchmark security scans on a kubernetes
1717
cluster
1818
icon: https://charts.rancher.io/assets/logos/cis-kube-bench.svg
1919
keywords:
2020
- security
2121
name: rancher-cis-benchmark
22-
version: 8.1.0-rc.1
22+
version: 8.1.0

chart/values.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@
55
image:
66
cisoperator:
77
repository: rancher/cis-operator
8-
tag: v1.4.1-rc.1
8+
tag: v1.4.1
99
securityScan:
1010
repository: rancher/security-scan
11-
tag: v0.6.1-rc.1
11+
tag: v0.6.1
1212
sonobuoy:
1313
repository: rancher/mirrored-sonobuoy-sonobuoy
1414
tag: v0.57.3

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ require (
99
github.com/prometheus/client_golang v1.21.1
1010
github.com/rancher/kubernetes-provider-detector v0.1.5
1111
github.com/rancher/lasso v0.2.1
12-
github.com/rancher/security-scan v0.6.1-rc.1
12+
github.com/rancher/security-scan v0.6.1
1313
github.com/rancher/wrangler/v3 v3.2.0
1414
github.com/robfig/cron v1.2.0
1515
github.com/sirupsen/logrus v1.9.3

0 commit comments

Comments
 (0)