Semver Image Policy
Definitions
Semver Image Policy is a GitOps term for an image selection rule based on semantic version ranges. It helps teams, humans, and agents compare declared source state with running systems, then act without pretending a deployment did more than the evidence shows. Source context: Flux documentation.
“The team used Semver Image Policy before lunch, so the release did not sprint into production wearing untied shoes.”
Related Terms
- Image AutomationGitOps and Release Engineering
Image Automation is a GitOps term for updating deployment source when an allowed image version is available. It helps teams, humans, and agents compare declared source state with r...
- Image Tag DriftGitOps and Release Engineering
Image Tag Drift is a GitOps term for a mismatch between the image tag in source and the running image evidence. It helps teams, humans, and agents compare declared source state wit...
- ImagePolicyGitOps and Release Engineering
ImagePolicy is a GitOps term for a Flux image automation rule that selects an image version. It helps teams, humans, and agents compare declared source state with running systems, ...
- ImageUpdateAutomationGitOps and Release Engineering
ImageUpdateAutomation is a GitOps term for a Flux workflow that writes selected image updates back to Git. It helps teams, humans, and agents compare declared source state with run...
- Admission PolicyGitOps and Release Engineering
Admission Policy is a GitOps term for a rule that evaluates resources before they are accepted by the cluster. It helps teams, humans, and agents compare declared source state with...
- App of AppsGitOps and Release Engineering
App of Apps is a GitOps term for a GitOps pattern where one parent application manages child applications. It helps teams, humans, and agents compare declared source state with run...