Configure Image Digest
Learn how to configure Image Digest for Harness Self-Managed Enterprise Edition installations.
This topic describes how to configure Harness services to use image digests instead of tags for container images.
Overview
Container image digests are cryptographic hashes of an image's content, providing an immutable identifier for a specific version of an image. Unlike tags which can be moved or overwritten, digests ensure you're always deploying the exact same image content.
Configure Image Digest for all services
You can enable image digest for all services using the global override of helm chart.
global:
preferDigest: trueImportant Note
This feature will only work if default registry used is same as in helm charts. Mismatched digests will cause pull failures when preferDigest: true is enabled.
Last updated
Was this helpful?