flux v2.9.5

ImagePolicy.spec.digestReflectionPolicy

DigestReflectionPolicy governs the setting of the `.status.latestRef.digest` field. Never: The digest field will always be set to the empty string. IfNotPresent: The digest field will be set to the digest of the elected latest image if the field is empty and the image did not change. Always: The digest field will always be set to the digest of the elected latest image. Default: Never.

1 fields
ImagePolicy.spec.digestReflectionPolicy fields and descriptions
Field / TypeDescription
ImagePolicy.spec.digestReflectionPolicy
string

DigestReflectionPolicy governs the setting of the `.status.latestRef.digest` field. Never: The digest field will always be set to the empty string. IfNotPresent: The digest field will be set to the digest of the elected latest image if the field is empty and the image did not change. Always: The digest field will always be set to the digest of the elected latest image. Default: Never.

  • enum: ["Always","IfNotPresent","Never"]
  • default: "Never"