Skip to content

docs(registry-scanner): clarify config.parallelGoRoutines - #2728

Merged
hayk99 merged 2 commits into
mainfrom
docs/registry-scanner-parallel-goroutines
Sep 4, 2026
Merged

docs(registry-scanner): clarify config.parallelGoRoutines#2728
hayk99 merged 2 commits into
mainfrom
docs/registry-scanner-parallel-goroutines

Conversation

@hayk99

@hayk99 hayk99 commented Sep 4, 2026

Copy link
Copy Markdown
Contributor

config.parallelGoRoutines was documented as applying only to ECR Org setups. It applies to all registry types, so the description is corrected to say what the parameter does.

  • values.yaml: comment only, default stays 100
  • README.md: regenerated
  • Chart.yaml: 1.11.21.11.3

No template changes.

🤖 Generated with Claude Code

The value was documented as applying only to the "metadata phase for ECR
Org setup", but the GROUP_LIMIT env var it sets is read by the generic
registry paths too: concurrent tag listing per repository and concurrent
image config/manifest fetching. It applies to every registry type.

Also note that the load it puts on the registry scales with the number of
Registry Scanner CronJobs running concurrently, which matters for
customers running one CronJob per repository against a single registry
instance.

Comment-only change plus the regenerated README; no template changes.

Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
@hayk99
hayk99 requested a review from a team as a code owner September 4, 2026 10:09
Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
@hayk99
hayk99 enabled auto-merge (squash) September 4, 2026 10:23
@hayk99
hayk99 merged commit f42ebfa into main Sep 4, 2026
6 checks passed
@hayk99
hayk99 deleted the docs/registry-scanner-parallel-goroutines branch September 4, 2026 10:26
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.

2 participants