Files
stack-orchestrator/stack_orchestrator
A. F. DudleyandClaude Opus 4.6 0bbb51067c fix: set imagePullPolicy=Always for kind deployments
Kind deployments used imagePullPolicy=None (defaults to IfNotPresent),
which means the kind node caches images by tag and never re-pulls from
the local registry. After a container rebuild + registry push, the pod
keeps using the stale cached image.

Set Always for all deployment types so k8s re-pulls on every pod
restart. With a local registry this adds negligible overhead.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-17 17:44:35 +00:00
..
2026-01-21 20:58:31 -05:00
2026-01-21 20:58:31 -05:00
2026-01-21 20:58:31 -05:00
2026-01-21 20:58:31 -05:00