Skip to content

Commit

Permalink
apps: deployment components: add source_image_digest
Browse files Browse the repository at this point in the history
  • Loading branch information
kamaln7 committed Nov 4, 2022
1 parent 33a242d commit 5554ad4
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 3 deletions.
6 changes: 5 additions & 1 deletion specification/resources/apps/models/apps_deployment_job.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,11 @@ properties:
type: string
example: migrate-db
source_commit_hash:
title: The commit hash of the repository that was used to build this job
title: The commit hash of the repository that was used to build this job if a Git source was used
type: string
example: 54d4a727f457231062439895000d45437c7bb405
source_image_digest:
title: The digest of the container image that was used for this job if an Image source was used
type: string
example: sha256:0285555a44f1a279ea91428ebb7ec27d2110f623739838837b070611060cd992
type: object
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,11 @@ properties:
type: string
example: web
source_commit_hash:
title: The commit hash of the repository that was used to build this service
title: The commit hash of the repository that was used to build this service if a Git source was used
type: string
example: 54d4a727f457231062439895000d45437c7bb405
source_image_digest:
title: The digest of the container image that was used for this service if an Image source was used
type: string
example: sha256:0285555a44f1a279ea91428ebb7ec27d2110f623739838837b070611060cd992
type: object
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,11 @@ properties:
type: string
example: queue-runner
source_commit_hash:
title: The commit hash of the repository that was used to build this worker
title: The commit hash of the repository that was used to build this worker if a Git source was used
type: string
example: 54d4a727f457231062439895000d45437c7bb405
source_image_digest:
title: The digest of the container image that was used for this worker if an Image source was used
type: string
example: sha256:0285555a44f1a279ea91428ebb7ec27d2110f623739838837b070611060cd992
type: object

0 comments on commit 5554ad4

Please sign in to comment.