-
Notifications
You must be signed in to change notification settings - Fork 293
[ROB-2990] bump holmes version to 0.19.0 #2003
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
Conversation
|
✅ Docker image ready for
Use this tag to pull the image for testing. 📋 Copy commandsgcloud auth configure-docker us-central1-docker.pkg.dev
docker pull us-central1-docker.pkg.dev/robusta-development/temporary-builds/robusta-runner:cf60256
docker tag us-central1-docker.pkg.dev/robusta-development/temporary-builds/robusta-runner:cf60256 me-west1-docker.pkg.dev/robusta-development/development/robusta-runner-dev:cf60256
docker push me-west1-docker.pkg.dev/robusta-development/development/robusta-runner-dev:cf60256Patch Helm values in one line: helm upgrade --install robusta robusta/robusta \
--reuse-values \
--set runner.image=me-west1-docker.pkg.dev/robusta-development/development/robusta-runner-dev:cf60256 |
WalkthroughThe holmes Helm chart dependency version in the Robusta Helm configuration is updated from 0.18.5 to 0.19.0 under the enableHolmesGPT condition, with no other changes to the chart structure. Changes
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~2 minutes Possibly related PRs
Suggested reviewers
🚥 Pre-merge checks | ✅ 3✅ Passed checks (3 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ 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 |
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.
Actionable comments posted: 1
🤖 Fix all issues with AI agents
In `@helm/robusta/Chart.yaml`:
- Line 18: Chart.yaml currently pins holmes to an unavailable stable release
"0.19.0"; update the version declaration in Chart.yaml to either a published
stable holmes release (e.g., a known released version) or explicitly pin to the
pre-release "0.19.0-alpha" to match published artifacts and ensure Helm
values/CRDs compatibility; edit the line containing the version field (version:
0.19.0) to the chosen valid version string and verify related values/CRDs and
charts reference the same pinned version.
No description provided.