hack: install dependencies#135
Conversation
Signed-off-by: Maryam Tahhan <mtahhan@redhat.com>
|
Warning Rate limit exceeded
You’ve run out of usage credits. Purchase more in the billing tab. ⌛ How to resolve this issue?After the wait time has elapsed, a review can be triggered using the We recommend that you space out your commits to avoid hitting the rate limit. 🚦 How do rate limits work?CodeRabbit enforces hourly rate limits for each developer per organization. Our paid plans have higher rate limits than the trial, open-source and free plans. In all cases, we re-allow further reviews after a brief timeout. Please see our FAQ for further information. ℹ️ Review info⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Enterprise Run ID: 📒 Files selected for processing (1)
✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
f51de2b to
23e0ad3
Compare
|
@coderabbitai review |
✅ Actions performedReview triggered.
|
| # Minimum required versions | ||
| MIN_GO_VERSION="1.25.0" | ||
| MIN_PODMAN_VERSION="5.3.1" | ||
| MIN_KUBECTL_VERSION="1.11.3" |
There was a problem hiding this comment.
This is real old. Maybe something like "1.30.0"?
| fi | ||
| else | ||
| echo "Go not found. Installing Go ${MIN_GO_VERSION}..." | ||
| GO_VERSION="1.25.0" |
There was a problem hiding this comment.
Should this just be MIN_GO_VERSION?
| else | ||
| echo "⚠ Go ${CURRENT_GO_VERSION} is older than required ${MIN_GO_VERSION}" | ||
| echo "Installing Go ${MIN_GO_VERSION}..." | ||
| GO_VERSION="1.25.0" |
There was a problem hiding this comment.
Should this just be MIN_GO_VERSION?
| FEDORA_BASE="https://download.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/Packages" | ||
|
|
||
| # BTRFS package version - updated to current version | ||
| BTRFS_VERSION="6.19.1-1.fc45" |
There was a problem hiding this comment.
What if this version is not available? Are we tied to this version or is there a way to get latest?
| @@ -0,0 +1,173 @@ | |||
| #!/bin/bash | |||
There was a problem hiding this comment.
Hey, may we hold it until we migrate to KServe?
Add script to install dependencies