Fleet Blast-Radius Demo

A repository document, rendered for the site. View source markdown.

Generated at: 2026-07-30T12:38:02.000Z UTC · source: committed helm-expt evidence for this rendered repository document.

This generated surface shows a fleet-wide base change as data: for a base config promoted across a fleet of environment variants, which rendered objects a base-value change would touch in each environment, and which environments are shielded by an override (override protection).

The per-environment object set is the predicted blast radius from each chart's value-source-map, which data/blast-radius-accuracy proves accurate (13/13 recorded cases). An environment that pins a value via an override is shielded from a base change to that value: its explicit choice wins. Re-rendering each environment to confirm the prediction is the rigor upgrade (see Next).

bitnami/redis@25.5.3

A fleet of governed environment variants derived from the redis default base. It mirrors the real ConfigHub promotion helm-redis-mapping-default -> helm-redis-mapping-prod-us-east (Kubara), extended to a four-environment fleet. Each environment that pins a value via an override is shielded from a base change to that value: its explicit choice wins (override-protection).

Environments and the values each one pins:

EnvironmentPins (overrides)
dev_(tracks base)_
stagingreplica.replicaCount
prod-us-eastreplica.replicaCount, auth.password
prod-eu-westreplica.replicaCount, auth.password, image.digest

Blast radius of each base change, per environment:

Base changedevstagingprod-us-eastprod-eu-west
image.digest2 objects2 objects2 objectsshielded
auth.password3 objects3 objectsshieldedshielded
replica.replicaCount1 objectshieldedshieldedshielded

Objects each change touches where it propagates:

How to read this

Next (rigor upgrade)

Regenerate

npm run blast-radius-fleet:generate
npm run blast-radius-fleet:verify