All keys from the Common Config are valid in addition to the keys documented here.
Base version to use when tagging promotions. Patch versions will be automatically increased
promote:
baseVersion: "0.1.0"
Default is false
. Set to true
to disable adding a Git tag to the repository
promote:
gitTagDisable: true
Set to add a prefix to the Git tag that will be applied to the repository
promote:
# example: SemVer is 1.0.0
# git tag will be "base-images/nginx/1.0.0"
gitTagPrefix: "base-images/nginx/"
Key of the promotion from promotionMap
to run
promote:
promotionKey: "stage"
Map of promotion options. The latest image pushed to event
will be promoted to promoteToEvent
promote:
promotionMap:
stage:
event: commit/master
promoteToEvent: tag/rc
prod:
event: tag/rc
promoteToEvent: tag/release