We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fdce261 commit b1a73b3Copy full SHA for b1a73b3
installer/pkg/common/common.go
@@ -267,9 +267,9 @@ func MessageBusWaiterContainer(ctx *RenderContext) *corev1.Container {
267
func KubeRBACProxyContainer() *corev1.Container {
268
return &corev1.Container{
269
Name: "kube-rbac-proxy",
270
- Image: "quay.io/brancz/kube-rbac-proxy:v0.9.0",
+ Image: "quay.io/brancz/kube-rbac-proxy:v0.11.0",
271
Args: []string{
272
- "--v=10",
+ "--v=5",
273
"--logtostderr",
274
"--insecure-listen-address=[$(IP)]:9500",
275
"--upstream=http://127.0.0.1:9500/",
0 commit comments