Skip to content

Commit 149af22

Browse files
authored
Merge pull request #363 from MikeSpreitzer/bumps-513
✨ Bump kube-rbac-proxy image and golang.org/x/net package
2 parents 7a5b710 + d05ae85 commit 149af22

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

chart/templates/operator.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -591,7 +591,7 @@ spec:
591591
- --secure-listen-address=0.0.0.0:8443
592592
- --upstream=http://127.0.0.1:8080/
593593
- --logtostderr=true
594-
image: gcr.io/kubebuilder/kube-rbac-proxy:v0.13.1
594+
image: quay.io/brancz/kube-rbac-proxy:v0.18.0
595595
name: kube-rbac-proxy
596596
ports:
597597
- containerPort: 8443

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ require (
137137
go.uber.org/multierr v1.11.0 // indirect
138138
golang.org/x/crypto v0.36.0 // indirect
139139
golang.org/x/exp v0.0.0-20230905200255-921286631fa9 // indirect
140-
golang.org/x/net v0.37.0 // indirect
140+
golang.org/x/net v0.38.0 // indirect
141141
golang.org/x/oauth2 v0.23.0 // indirect
142142
golang.org/x/sync v0.12.0 // indirect
143143
golang.org/x/sys v0.31.0 // indirect

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -430,8 +430,8 @@ golang.org/x/net v0.0.0-20190613194153-d28f0bde5980/go.mod h1:z5CRVTTTmAJ677TzLL
430430
golang.org/x/net v0.0.0-20190620200207-3b0461eec859/go.mod h1:z5CRVTTTmAJ677TzLLGU+0bjPO0LkuOLi4/5GtJWs/s=
431431
golang.org/x/net v0.0.0-20200226121028-0de0cce0169b/go.mod h1:z5CRVTTTmAJ677TzLLGU+0bjPO0LkuOLi4/5GtJWs/s=
432432
golang.org/x/net v0.0.0-20201021035429-f5854403a974/go.mod h1:sp8m0HH+o8qH0wwXwYZr8TS3Oi6o0r6Gce1SSxlDquU=
433-
golang.org/x/net v0.37.0 h1:1zLorHbz+LYj7MQlSf1+2tPIIgibq2eL5xkrGk6f+2c=
434-
golang.org/x/net v0.37.0/go.mod h1:ivrbrMbzFq5J41QOQh0siUuly180yBYtLp+CKbEaFx8=
433+
golang.org/x/net v0.38.0 h1:vRMAPTMaeGqVhG5QyLJHqNDwecKTomGeqbnfZyKlBI8=
434+
golang.org/x/net v0.38.0/go.mod h1:ivrbrMbzFq5J41QOQh0siUuly180yBYtLp+CKbEaFx8=
435435
golang.org/x/oauth2 v0.23.0 h1:PbgcYx2W7i4LvjJWEbf0ngHV6qJYr86PkAV3bXdLEbs=
436436
golang.org/x/oauth2 v0.23.0/go.mod h1:XYTD2NtWslqkgxebSiOHnXEap4TF09sJSc7H1sXbhtI=
437437
golang.org/x/sync v0.0.0-20181108010431-42b317875d0f/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM=

0 commit comments

Comments
 (0)