Skip to content

Commit 2c3d6f9

Browse files
authored
Merge pull request #328 from swastik959/release/v1.4
[v1.4]Unrc charts
2 parents ec81a23 + 68b6696 commit 2c3d6f9

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.4.2-rc.2
15+
appVersion: v1.4.3
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.4.2-rc.2
22+
version: 1.4.3

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.4.2-rc.2
8+
tag: v1.4.3
99
securityScan:
1010
repository: rancher/security-scan
11-
tag: v0.9.2-rc.1
11+
tag: v0.9.2
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.23.2
1010
github.com/rancher/kubernetes-provider-detector v0.1.5
1111
github.com/rancher/lasso v0.2.6
12-
github.com/rancher/security-scan v0.9.2-rc.1
12+
github.com/rancher/security-scan v0.9.2
1313
github.com/rancher/wrangler/v3 v3.5.0
1414
github.com/robfig/cron v1.2.0
1515
github.com/sirupsen/logrus v1.9.4

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -232,8 +232,8 @@ github.com/rancher/kubernetes-provider-detector v0.1.5 h1:hWRAsWuJOemzGjz/XrbTlM
232232
github.com/rancher/kubernetes-provider-detector v0.1.5/go.mod h1:ypuJS7kP7rUiAn330xG46mj+Nhvym05GM8NqMVekpH0=
233233
github.com/rancher/lasso v0.2.6 h1:/QNO491vWlTNYgwOOopRlILcTv+pI/wBHYdPFD2Pk5E=
234234
github.com/rancher/lasso v0.2.6/go.mod h1:L3ol8PdO21KoMhNa3RWjpR3ZBnE70JCAod1nJuOvT1E=
235-
github.com/rancher/security-scan v0.9.2-rc.1 h1:glS4PdTfgxeR7npPGkluebErUpDw3rqZKsm5qKB5y9k=
236-
github.com/rancher/security-scan v0.9.2-rc.1/go.mod h1:xGa8H+nRlnDkLMWnN/bUR7MyvTgBrj6OY3cj6Fqt2fE=
235+
github.com/rancher/security-scan v0.9.2 h1:PdcHoogeRnjmMDqqQxxCrCLwltwxR1BYW5HMQsjep1w=
236+
github.com/rancher/security-scan v0.9.2/go.mod h1:xGa8H+nRlnDkLMWnN/bUR7MyvTgBrj6OY3cj6Fqt2fE=
237237
github.com/rancher/wrangler/v3 v3.5.0 h1:Us8RcMBpjrhV/HRfIq0a0uJmLEhfWcGUgNE39y7BQ7A=
238238
github.com/rancher/wrangler/v3 v3.5.0/go.mod h1:bRcdkdwRTwoXVSWVGtJdSBNXkKbInlo+PVkCtkUCi4s=
239239
github.com/robfig/cron v1.2.0 h1:ZjScXvvxeQ63Dbyxy76Fj3AT3Ut0aKsyd2/tl3DTMuQ=

0 commit comments

Comments
 (0)