File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed
install/installer/pkg/common Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -505,6 +505,7 @@ func KubeRBACProxyContainerWithConfig(ctx *RenderContext) *corev1.Container {
505
505
"--logtostderr" ,
506
506
fmt .Sprintf ("--insecure-listen-address=[$(IP)]:%d" , baseserver .BuiltinMetricsPort ),
507
507
fmt .Sprintf ("--upstream=http://127.0.0.1:%d/" , baseserver .BuiltinMetricsPort ),
508
+ "--http2-disable" ,
508
509
},
509
510
Ports : []corev1.ContainerPort {
510
511
{Name : baseserver .BuiltinMetricsPortName , ContainerPort : baseserver .BuiltinMetricsPort },
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ const (
22
22
InClusterDbSecret = "mysql"
23
23
KubeRBACProxyRepo = "quay.io"
24
24
KubeRBACProxyImage = "brancz/kube-rbac-proxy"
25
- KubeRBACProxyTag = "v0.14.2 "
25
+ KubeRBACProxyTag = "v0.15.0 "
26
26
MinioServiceAPIPort = 9000
27
27
MonitoringChart = "monitoring"
28
28
ProxyComponent = "proxy"
You can’t perform that action at this time.
0 commit comments