Skip to content

Commit

Permalink
contrib: adding missing template variables
Browse files Browse the repository at this point in the history
These variables need to be declared here initally
before they can be overrode.

Signed-off-by: crozzy <joseph.crosland@gmail.com>
  • Loading branch information
crozzy committed Nov 23, 2021
1 parent b49b8f7 commit 3af1593
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions contrib/openshift/manifests/manifests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -358,6 +358,12 @@ parameters:
- name: IMAGE_TAG
value: "latest"
displayName: the image tag of clair v4 to deploy
- name: UBI_IMAGE
value: "quay.io/app-sre/ubi8-ubi-minimal"
displayName: the image of UBI to deploy
- name: UBI_IMAGE_TAG
value: "8.5-204"
displayName: the image tag of UBI to deploy
- name: HTTP_TRANSPORT_PORT
value: "8080"
displayName: http port where clair's main functionality is provided
Expand Down

0 comments on commit 3af1593

Please sign in to comment.