Skip to content

Commit

Permalink
deployment: Add image tag param to the deploy file (PROJQUAY-1896) (#759
Browse files Browse the repository at this point in the history
)

This change adds the parameter IMAGE_TAG_CANARY to the deployment
file quay-app.yaml to use a different image tag for the canary
deployment

Co-authored-by: Syed <syed@apache.org>
  • Loading branch information
syed and syed committed Apr 20, 2021
1 parent 03c610d commit 080010e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions deploy/openshift/quay-app.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -411,6 +411,10 @@ parameters:
value: "latest"
displayName: quay version
description: quay version which defaults to latest
- name: IMAGE_TAG_CANARY
value: "latest"
displayName: quay version
description: quay version which defaults to latest
- name: QUAY_ENTRYPOINT
value: "registry-nomigrate"
displayName: quay container entrypoint
Expand Down

0 comments on commit 080010e

Please sign in to comment.