Skip to content

Commit

Permalink
APPS-7700 Add digest field to the image source spec
Browse files Browse the repository at this point in the history
  • Loading branch information
markusthoemmes committed Oct 10, 2023
1 parent f4200bf commit 7d0e603
Showing 1 changed file with 6 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,11 @@ properties:

tag:
type: string
description: The repository tag. Defaults to `latest` if not provided.
description: The repository tag. Defaults to `latest` if not provided and no digest is provided. Cannot be specified if digest is provided.
example: latest
default: latest

digest:
type: string
description: The image digest. Cannot be specified if tag is provided.
example: sha256:795e91610e9cccb7bb80893fbabf9c808df7d52ae1f39cd1158618b4a33041ac

0 comments on commit 7d0e603

Please sign in to comment.