Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Keep kube-rbac-proxy images up to date #425

Merged
merged 1 commit into from
Jun 11, 2024

Conversation

scothis
Copy link
Contributor

@scothis scothis commented Jun 4, 2024

Kubebuilder includes a kube-rbac-proxy sidecar with the controller deployment, but provides no mechanism to keep that image up to date.

We now use dependabot to consume new upstream releases of the proxy go module, and build that source into an image as part of make deploy and the regular CI release via ko.

Resolves #424

Kubebuilder includes a kube-rbac-proxy sidecar with the controller
deployment, but provides no mechanism to keep that image up to date.

We now use dependabot to consume new upstream releases of the proxy go
module, and build that source into an image as part of `make deploy` and
the regular CI release via `ko`.

Signed-off-by: Scott Andrews <scott@andrews.me>
@scothis scothis requested a review from a team June 4, 2024 16:01
Copy link

codecov bot commented Jun 4, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 65.88%. Comparing base (bd2d03e) to head (a041c90).

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #425   +/-   ##
=======================================
  Coverage   65.88%   65.88%           
=======================================
  Files          33       33           
  Lines        1618     1618           
=======================================
  Hits         1066     1066           
  Misses        479      479           
  Partials       73       73           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@sadlerap sadlerap merged commit 38547f6 into servicebinding:main Jun 11, 2024
14 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Keep kube-rbac-proxy up to date
2 participants