Skip to content

Commit

Permalink
Bump multus-cni v4.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
STARRY-S committed Aug 20, 2024
1 parent 4049615 commit 897836f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 12 deletions.
13 changes: 2 additions & 11 deletions .golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ run:
timeout: 5m
go: "1.22"
skip-files:
- "zz_generated_*"
tests: false
allow-parallel-runners: true

Expand Down Expand Up @@ -68,18 +67,10 @@ linters-settings:
alias: utilruntime
- pkg: sigs.k8s.io/controller-runtime/pkg/client
alias: runtimeclient
# Rancher EKS operator
- pkg: github.com/rancher/eks-operator/pkg/apis/eks.cattle.io/v1
alias: eksv1
- pkg: github.com/rancher/eks-operator/pkg/generated/controllers/eks.cattle.io/v1
alias: ekscontrollers
- pkg: github.com/rancher/eks-operator/pkg/eks
alias: awsservices
# Core Rancher
- pkg: github.com/rancher/rancher/pkg/apis/management.cattle.io/v3
alias: managementv3

issues:
exclude-files:
- "zz_generated_*"
exclude-rules:
- linters:
- revive
Expand Down
2 changes: 1 addition & 1 deletion charts/rancher-flat-network/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ multus:
kubeconfig: ""
image:
repository: "cnrancher/hardened-multus-cni"
tag: "v4.0.2-rancher1"
tag: "v4.1.0"
pullPolicy: IfNotPresent

global:
Expand Down

0 comments on commit 897836f

Please sign in to comment.