Skip to content

Commit 39fd911

Browse files
Merge pull request #663 from vardhaman22/v1.2/chart-unrc
[release/v1.2] unrc chart
2 parents abe5992 + 703399b commit 39fd911

File tree

6 files changed

+9
-9
lines changed

6 files changed

+9
-9
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ generate: ## Run code generation logic.
6060
validate: validate-lint generate validate-dirty ## Run validation checks.
6161

6262
validate-lint: $(GOLANGCI)
63-
$(GOLANGCI) run
63+
$(GOLANGCI) run --timeout=2m
6464

6565
validate-dirty:
6666
ifdef DIRTY

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: v6.7.0-rc.2
15+
appVersion: v6.7.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: 6.7.0-rc.2
22+
version: 6.7.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.2.5-rc.2
8+
tag: v1.2.5
99
securityScan:
1010
repository: rancher/security-scan
11-
tag: v0.4.3-rc.2
11+
tag: v0.4.3
1212
sonobuoy:
1313
repository: rancher/mirrored-sonobuoy-sonobuoy
1414
tag: v0.57.2

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ require (
2020
github.com/prometheus/client_golang v1.20.5
2121
github.com/rancher/kubernetes-provider-detector v0.1.5
2222
github.com/rancher/lasso v0.0.0-20240828170735-d79536cac289
23-
github.com/rancher/security-scan v0.4.3-rc.2
23+
github.com/rancher/security-scan v0.4.3
2424
github.com/robfig/cron v1.2.0
2525
github.com/sirupsen/logrus v1.9.3
2626
github.com/urfave/cli v1.22.16

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1019,8 +1019,8 @@ github.com/rancher/kubernetes-provider-detector v0.1.5 h1:hWRAsWuJOemzGjz/XrbTlM
10191019
github.com/rancher/kubernetes-provider-detector v0.1.5/go.mod h1:ypuJS7kP7rUiAn330xG46mj+Nhvym05GM8NqMVekpH0=
10201020
github.com/rancher/lasso v0.0.0-20240828170735-d79536cac289 h1:gbV7qLOcEgyTgep2ocl8FFhfGOUMQuvfV5OIIENHWT4=
10211021
github.com/rancher/lasso v0.0.0-20240828170735-d79536cac289/go.mod h1:Efx/+BbH3ivmnTPLu5cA3Gc9wT5oyGS0LBcqEuYTx+A=
1022-
github.com/rancher/security-scan v0.4.3-rc.2 h1:fbYzfa28ez5U37BJe6Iy5kV9rPH+iwbk638jPcORc08=
1023-
github.com/rancher/security-scan v0.4.3-rc.2/go.mod h1:LS57VSm7BMu+KMB2l/KvVfLD+uuXzgHO76WvAHorQIo=
1022+
github.com/rancher/security-scan v0.4.3 h1:m6OQlM2+sVgbKdnU++m1VWoNpPsVg5vaQSN3hNtPyFY=
1023+
github.com/rancher/security-scan v0.4.3/go.mod h1:LS57VSm7BMu+KMB2l/KvVfLD+uuXzgHO76WvAHorQIo=
10241024
github.com/rancher/wrangler/v3 v3.0.0 h1:IHHCA+vrghJDPxjtLk4fmeSCFhNe9fFzLFj3m2B0YpA=
10251025
github.com/rancher/wrangler/v3 v3.0.0/go.mod h1:Dfckuuq7MJk2JWVBDywRlZXMxEyPxHy4XqGrPEzu5Eg=
10261026
github.com/remyoudompheng/bigfft v0.0.0-20200410134404-eec4a21b6bb0/go.mod h1:qqbHyh8v60DhA7CoWK5oRCqLrMHRGoxYCSS9EjAz6Eo=

hack/make/deps.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# renovate: datasource=github-release-attachments depName=golangci/golangci-lint
2-
GOLANGCI_VERSION = v1.63.4
2+
GOLANGCI_VERSION = v1.64.5
33
# renovate: datasource=github-release-attachments depName=k3d-io/k3d
44
K3D_VERSION = v5.8.1
55

0 commit comments

Comments
 (0)