Skip to content

Commit

Permalink
Merge pull request #853 from manno/bump-gomod-kustomize-wrangler-helm
Browse files Browse the repository at this point in the history
Bump go modules
  • Loading branch information
mattfarina authored Jul 8, 2022
2 parents bd0fd51 + 701a2f6 commit 9b52447
Show file tree
Hide file tree
Showing 22 changed files with 3,409 additions and 1,515 deletions.
6 changes: 6 additions & 0 deletions .golangci.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,12 @@
{
"path": "modules/agent/pkg/register/register.go",
"text": "G107: Potential HTTP request made with variable url"
},
{
"path": "modules/agent/pkg/deployer/internal/",
"linters": [
"revive"
]
}
]
}
Expand Down
6 changes: 6 additions & 0 deletions charts/fleet/templates/rbac.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,12 @@ rules:
- configmaps
verbs:
- '*'
- apiGroups:
- coordination.k8s.io
resources:
- leases
verbs:
- '*'

---
apiVersion: rbac.authorization.k8s.io/v1
Expand Down
389 changes: 191 additions & 198 deletions go.mod

Large diffs are not rendered by default.

2,163 changes: 1,119 additions & 1,044 deletions go.sum

Large diffs are not rendered by default.

Loading

0 comments on commit 9b52447

Please sign in to comment.