Skip to content

docs(agent): scannerAutoCopyPullSecrets now defaults to on - #847

Merged
blue4209211 merged 1 commit into
mainfrom
docs/agent-pull-secret-default
Sep 8, 2026
Merged

docs(agent): scannerAutoCopyPullSecrets now defaults to on#847
blue4209211 merged 1 commit into
mainfrom
docs/agent-pull-secret-default

Conversation

@mayankpande88

Copy link
Copy Markdown
Contributor

Summary

The agent chart changed a default and the Helm values reference no longer matched it. Image scans now copy the scanned pod's registry credentials by default, so private images can be scanned even when the node no longer has a copy of the image (nudgebee/k8s-agent#603). The row also explains what the copies are, where they live, and when they go away, so a reader deciding whether to turn it off has the facts.

Read-only mode used to be documented as incompatible — the install failed if you set both. It no longer fails; read-only turns auto-copy off instead. Corrected in both places it was stated.

Type of change

  • Update to existing documentation

Checklist

  • Internal links work; no new external links
  • npm run build — not run; single-table text edit in an existing page, no new pages, links, or MDX constructs

@gemini-code-assist gemini-code-assist Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Code Review

This pull request updates the Helm values documentation to reflect that runner.scannerAutoCopyPullSecrets now defaults to true and clarifies its behavior under readOnly mode. The reviewer noted a contradiction in the updated description, which refers to both the "scanner namespace" and "release namespace," and suggested a cleaner phrasing to avoid user confusion.

Comment thread doc-server/docs/installation/agent/operate/helm_values.md Outdated
The chart flipped the default (nudgebee/k8s-agent#603): an image scan copies
the scanned pod's registry credentials for the life of the scan Job, because
the node-local image copy it used to rely on is usually gone by scan time.

Also corrects the read-only note. readOnly no longer fails the install when
combined with auto-copy -- with the new default that would break every
read-only install -- it turns auto-copy off instead.
@mayankpande88
mayankpande88 force-pushed the docs/agent-pull-secret-default branch from dfcf70f to 03e9b1b Compare September 8, 2026 08:55
@blue4209211
blue4209211 merged commit 8a0c9f9 into main Sep 8, 2026
4 checks passed
@blue4209211
blue4209211 deleted the docs/agent-pull-secret-default branch September 8, 2026 10:25
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