Bump KRR image to v1.29.0 (JSON log format support)#2126
Merged
Conversation
v1.29.0 is the first KRR release that includes JSON log format support (ENABLE_JSON_LOGS_FORMAT). Bumping the default scan-job image so the runner-propagated toggle actually takes effect on KRR scan pods. Part of ROB-459 / ROB-693. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01AozEpN8uwPRQuF8FPRX4Jy Signed-off-by: Claude <noreply@anthropic.com>
|
✅ 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:ed402fa
docker tag us-central1-docker.pkg.dev/robusta-development/temporary-builds/robusta-runner:ed402fa me-west1-docker.pkg.dev/robusta-development/development/robusta-runner-dev:ed402fa
docker push me-west1-docker.pkg.dev/robusta-development/development/robusta-runner-dev:ed402faPatch 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:ed402fa |
Avi-Robusta
approved these changes
Jul 21, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Bumps the default KRR scan-job image from
krr:v1.28.0tokrr:v1.29.0inplaybooks/robusta_playbooks/krr.py.v1.29.0is the first KRR release that includes JSON log format support (ENABLE_JSON_LOGS_FORMAT). The runner already propagates the toggle to KRR scan jobs (whenKRR_PUSH_SCANis enabled); this bump makes the scan-job image actually honor it. Without it, enablingglobal.enableJsonLogsFormatwould have no effect on KRR scan pods.Only reference to the image tag in the repo (
krr.py:39);KRR_IMAGE_OVERRIDEstill overrides as before.Part of ROB-459 (sub-task ROB-693).
🤖 Generated with Claude Code
Generated by Claude Code