Skip to content

Upgrade kubewatch image to v2.16.1 - #2157

Merged
naomi-robusta merged 1 commit into
masterfrom
claude/amazing-turing-6rsmvy
Aug 24, 2026
Merged

Upgrade kubewatch image to v2.16.1#2157
naomi-robusta merged 1 commit into
masterfrom
claude/amazing-turing-6rsmvy

Conversation

@naomi-robusta

Copy link
Copy Markdown
Contributor

Summary

Updates the kubewatch forwarder deployment image version from v2.16.0 to v2.16.1.

Changes

  • Bumped kubewatch image version to v2.16.1 in the Helm values configuration

Details

This is a patch version upgrade for the kubewatch component used in the robusta forwarder deployment. The change updates the imageName parameter in the Helm values to pull the latest patch release.

https://claude.ai/code/session_01Q9j4ub2dDMZPYhe3mvA1eD

Google's scanner flagged the forwarder. robustadev/kubewatch:v2.16.0 carries 21
fixable HIGH/MEDIUM CVEs, all Go-level: Go stdlib 1.26.4 (10), golang.org/x/net
0.38.0 (10) and golang.org/x/text 0.23.0 (1).

No source change is needed here -- robusta-dev/kubewatch v2.16.1 already rebuilt
on Go 1.26.6 with x/net 0.56.0 and x/text 0.39.0, and the published image is
clean. This repo was just still pinned to the older tag.

Verified with trivy (CRITICAL/HIGH/MEDIUM, fixable only): v2.16.0 reports 21,
v2.16.1 reports 0.
@github-actions

github-actions Bot commented Aug 24, 2026

Copy link
Copy Markdown

Docker image ready for da0f141 (built in 2m 34s)

⚠️ Warning: does not support ARM (ARM images are built on release only - not on every PR)

Use this tag to pull the image for testing.

📋 Copy commands

⚠️ Temporary images are deleted after 30 days. Copy to a permanent registry before using them:

gcloud auth configure-docker us-central1-docker.pkg.dev
docker pull us-central1-docker.pkg.dev/robusta-development/temporary-builds/robusta-runner:da0f141
docker tag us-central1-docker.pkg.dev/robusta-development/temporary-builds/robusta-runner:da0f141 me-west1-docker.pkg.dev/robusta-development/development/robusta-runner-dev:da0f141
docker push me-west1-docker.pkg.dev/robusta-development/development/robusta-runner-dev:da0f141

Patch 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:da0f141

@coderabbitai

coderabbitai Bot commented Aug 24, 2026

Copy link
Copy Markdown

Review Change Stack

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Pro Plus

Run ID: 266cfaf8-fc27-45ca-b50b-ab1d08f067f4

📥 Commits

Reviewing files that changed from the base of the PR and between b392d63 and 3995a07.

📒 Files selected for processing (1)
  • helm/robusta/values.yaml

Included review availability: Your plan provides up to 8 included reviews per hour; 7 remain after this review.


Walkthrough

The Helm values update the configured kubewatch image from v2.16.0 to v2.16.1.

Changes

Kubewatch image update

Layer / File(s) Summary
Update kubewatch image configuration
helm/robusta/values.yaml
The configured kubewatch image changes from v2.16.0 to v2.16.1.

Estimated code review effort: 1 (Trivial) | ~2 minutes

Merge Risk: ⚪ Minimal · up to 3995a

This is a localized patch-version image update with no actionable merge-blocking risk remaining after normal checks and review.

Suggested reviewers: avi-robusta, moshemorad

🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
Title check ✅ Passed The title clearly and concisely identifies the kubewatch image upgrade to version v2.16.1.
Description check ✅ Passed The description accurately explains the kubewatch image version update and its security objective.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check. Docstring coverage is scoped to functions touched by this diff. Analyzed 0 functions across 0 files. (1 skipped: 1 unsupported.)
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.
✨ Finishing Touches 💡 1
🛠️ Fix failing CI checks 💡
  • Create stacked PR
  • Commit on current branch
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch claude/amazing-turing-6rsmvy

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.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

@naomi-robusta
naomi-robusta merged commit 1d6358e into master Aug 24, 2026
6 of 7 checks passed
@naomi-robusta
naomi-robusta deleted the claude/amazing-turing-6rsmvy branch August 24, 2026 09:56
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.

3 participants