Skip to content

Commit 63ce817

Browse files
committed
[v1.3]Unrc charts
Signed-off-by: swastik959 <Sswastik959@gmail.com>
1 parent 35034dc commit 63ce817

4 files changed

Lines changed: 7 additions & 7 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-compliance
1414
apiVersion: v1
15-
appVersion: v1.3.6-rc.2
15+
appVersion: v1.3.7
1616
description: The compliance-operator enables running security scans on a kubernetes
1717
cluster
1818
icon: https://charts.rancher.io/assets/logos/rancher-compliance.svg
1919
keywords:
2020
- security
2121
name: rancher-compliance
22-
version: 1.3.6-rc.2
22+
version: 1.3.7

chart/values.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@
55
image:
66
operator:
77
repository: rancher/compliance-operator
8-
tag: v1.3.6-rc.2
8+
tag: v1.3.7
99
securityScan:
1010
repository: rancher/security-scan
11-
tag: v0.8.6-rc.1
11+
tag: v0.8.6
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
@@ -11,7 +11,7 @@ require (
1111
github.com/prometheus/client_golang v1.23.2
1212
github.com/rancher/kubernetes-provider-detector v0.1.5
1313
github.com/rancher/lasso v0.2.7
14-
github.com/rancher/security-scan v0.8.6-rc.1
14+
github.com/rancher/security-scan v0.8.6
1515
github.com/rancher/wrangler/v3 v3.5.1
1616
github.com/robfig/cron v1.2.0
1717
github.com/sirupsen/logrus v1.9.4

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -211,8 +211,8 @@ github.com/rancher/kubernetes-provider-detector v0.1.5 h1:hWRAsWuJOemzGjz/XrbTlM
211211
github.com/rancher/kubernetes-provider-detector v0.1.5/go.mod h1:ypuJS7kP7rUiAn330xG46mj+Nhvym05GM8NqMVekpH0=
212212
github.com/rancher/lasso v0.2.7 h1:N56Pm8KJSk7gRVYILSGb35QBfjcDDeGFMfwUCivsbeg=
213213
github.com/rancher/lasso v0.2.7/go.mod h1:L3ol8PdO21KoMhNa3RWjpR3ZBnE70JCAod1nJuOvT1E=
214-
github.com/rancher/security-scan v0.8.6-rc.1 h1:G1zULDRpSgK2eIl3Q6toe+4BiTwsLl31RDoKTG1Yjy8=
215-
github.com/rancher/security-scan v0.8.6-rc.1/go.mod h1:TjSHFGj+VdLD6xalcUb4gHCRPr6qmcOuqo4Z0JqpS4M=
214+
github.com/rancher/security-scan v0.8.6 h1:CCSHhFpI6+l4oN+7qcDu+TR9JYueDJqZIa2YE1qajCI=
215+
github.com/rancher/security-scan v0.8.6/go.mod h1:TjSHFGj+VdLD6xalcUb4gHCRPr6qmcOuqo4Z0JqpS4M=
216216
github.com/rancher/wrangler/v3 v3.5.1 h1:o2iLDoqTTkwVenZ521YhcH/0N2CFktp8aXb0f96aYMU=
217217
github.com/rancher/wrangler/v3 v3.5.1/go.mod h1:G5moxB9PpU5MUXavc89NS6Mpfgr8Nfmf9DZ3BkGgeYM=
218218
github.com/robfig/cron v1.2.0 h1:ZjScXvvxeQ63Dbyxy76Fj3AT3Ut0aKsyd2/tl3DTMuQ=

0 commit comments

Comments
 (0)