Skip to content

Commit

Permalink
chore: dependency conflicts
Browse files Browse the repository at this point in the history
Signed-off-by: Oliver Bähler <[email protected]>
  • Loading branch information
oliverbaehler committed Dec 2, 2024
1 parent 7736d60 commit 438775b
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 7 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,10 +46,6 @@ jobs:
- uses: actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v5.0.2
with:
go-version-file: 'go.mod'
- uses: engineerd/setup-kind@aa272fe2a7309878ffc2a81c56cfe3ef108ae7d0 # v0.5.0
with:
skipClusterCreation: true
version: v0.14.0
- uses: azure/setup-helm@fe7b79cd5ee1e45176fcad797de68ecaf3ca4814 # v3
with:
version: v3.14.2
Expand Down
3 changes: 0 additions & 3 deletions .golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,12 +35,9 @@ linters:
- depguard
# should be enabled
- revive
- err113
- mnd
- nilnil
- wsl
- perfsprint

# deprecated
- exportloopref
- execinquery
Original file line number Diff line number Diff line change
Expand Up @@ -107,11 +107,13 @@ spec:
items:
type: string
type: array
x-kubernetes-list-type: atomic
required:
- key
- operator
type: object
type: array
x-kubernetes-list-type: atomic
matchLabels:
additionalProperties:
type: string
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -105,11 +105,13 @@ spec:
items:
type: string
type: array
x-kubernetes-list-type: atomic
required:
- key
- operator
type: object
type: array
x-kubernetes-list-type: atomic
matchLabels:
additionalProperties:
type: string
Expand Down
3 changes: 3 additions & 0 deletions charts/capsule-proxy/templates/_pod.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,9 @@ spec:
- name: probe
containerPort: 8081
protocol: TCP
- name: pprof
containerPort: 8082
protocol: TCP
{{- if .Values.livenessProbe.enabled }}
livenessProbe:
{{- toYaml (omit .Values.livenessProbe "enabled") | nindent 6 }}
Expand Down
1 change: 1 addition & 0 deletions main.go
Original file line number Diff line number Diff line change
Expand Up @@ -174,6 +174,7 @@ First match is used and can be specified multiple times as comma separated value
mgr, err = ctrl.NewManager(config, ctrl.Options{
Scheme: scheme,
HealthProbeBindAddress: ":8081",
PprofBindAddress: ":8082",
})
if err != nil {
log.Error(err, "cannot create new Manager")
Expand Down

0 comments on commit 438775b

Please sign in to comment.