Uh oh!
There was an error while loading. Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork 60
NO-ISSUE: Synchronize From Upstream Repositories#752
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
Uh oh!
There was an error while loading. Please reload this page.
Changes from all commits
b15d73653b5ecff96144fb63979e23b7e529c49467df4bd9a79f6c2ac4e5bf3c5d627fb5f05bb90a99bf8807a64af1dffbf60021296df56123f6365a12398a234140ce1689773b164e12d4801459662ab20057c16cc572b7aa9a810bb03d1a471c05c4c54925d74843bd8dbcc87333a15e404aca55f408bb51577e97cdb6152c30073f947595fbd8e931c508c3d93571c3242b4844df8da5b475300a53e5398ba0cd55e4d1696ddee3e69f03be83fdf26f0913e2c729fabf6b2300fa5be05580acf8a6669aad035a265832bb0ac621db3a58d7e6c632647d61fcb0bf20945b8f8e977402df911ef43ada52d8242c9a12b76aef56923df99811419fbcfbc197028641c740776219b7f0e504ff165d7336616f601e34115878d2850e9699b825df053829685017492a7943b09481d36b0cbcbb3390f7d734cf1319f15980fb08aeed2b5f003a5e8db63e0e85bc8086d1a5d83d887a0bc292d71ba81c8632101a841a20046bf91fce168da6f30f8249f6e545e1b3c06bc3d93bb1de2fd48d467836e335d4829f10cca0bf84bf981e39521c5c5bb90bdaea020247b702d547497dd7a0b93b275d4f32eFile filter
Filter by extension
Conversations
Uh oh!
There was an error while loading. Please reload this page.
Jump to
Diff view
Diff view
Uh oh!
There was an error while loading. Please reload this page.
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,5 +1,5 @@ | ||
| module _ // Auto generated by https://github.com/bwplotka/bingo. DO NOT EDIT | ||
| go 1.25.0 | ||
| go 1.26.0 | ||
| require sigs.k8s.io/controller-tools v0.20.1 // cmd/controller-gen | ||
| require sigs.k8s.io/controller-tools v0.21.0 // cmd/controller-gen |
Large diffs are not rendered by default.
Uh oh!
There was an error while loading. Please reload this page.
This file was deleted.
Uh oh!
There was an error while loading. Please reload this page.
This file was deleted.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🧩 Analysis chain
🏁 Script executed:
Repository: openshift/operator-framework-operator-controller
Length of output: 183
🏁 Script executed:
Repository: openshift/operator-framework-operator-controller
Length of output: 50404
Avoid making e2e setup depend on a live public chart pull.
make prometheus(run bymake test-e2e/make test-experimental-e2e) installskube-prometheus-stackfromoci://ghcr.io/prometheus-community/charts/kube-prometheus-stackusing only--version $(PROMETHEUS_CHART_VERSION)(86.2.2) with no digest pinning, so the test harness depends on live registry availability and can drift if the tagged OCI artifact changes. Pin the OCI artifact by digest (sha256) or vendor/mirror the chart into the repo (then reference the local artifact). [Makefile: ~346-361]🧰 Tools
🪛 checkmake (0.3.2)
[warning] 353-353: Target body for "$(HELM) upgrade --install prometheus oci" exceeds allowed length of 5 lines (8).
(maxbodylength)
[warning] 348-348: Target "prometheus" defined multiple times (lines 347 and 348).
(uniquetargets)
[warning] 349-349: Target "prometheus" defined multiple times (lines 347 and 349).
(uniquetargets)
🤖 Prompt for AI Agents