Skip to content

Commit

Permalink
chore(controller): update kube-rbac-proxy version
Browse files Browse the repository at this point in the history
  • Loading branch information
Abhra303 committed May 19, 2024
1 parent 4fb96d7 commit 9ed85ec
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion config/default/manager_auth_proxy_patch.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ spec:
capabilities:
drop:
- "ALL"
image: gcr.io/kubebuilder/kube-rbac-proxy:v0.13.1
image: gcr.io/kubebuilder/kube-rbac-proxy:v0.17.1
args:
- "--secure-listen-address=0.0.0.0:8443"
- "--upstream=http://127.0.0.1:8080/"
Expand Down
2 changes: 1 addition & 1 deletion e2e/dragonfly_controller_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -305,7 +305,7 @@ var _ = Describe("Dragonfly Lifecycle tests", Ordered, FlakeAttempts(3), func()
}, &df)
Expect(err).To(BeNil())

df.Spec.Image = fmt.Sprintf("%s:%s", resources.DragonflyImage, "v1.16.0")
df.Spec.Image = fmt.Sprintf("%s:%s", resources.DragonflyImage, "v1.18.0")
err = k8sClient.Update(ctx, &df)
Expect(err).To(BeNil())
})
Expand Down

0 comments on commit 9ed85ec

Please sign in to comment.