Browse Source

Updated Docker tags

pull/1259/head
Tim McCarthy 5 years ago
parent
commit
cb93832d43
1 changed files with 9 additions and 7 deletions
  1. +9
    -7
      deploy/aro/openshift-templates/infrastructure/seq-deploy-template.yml

+ 9
- 7
deploy/aro/openshift-templates/infrastructure/seq-deploy-template.yml View File

@ -97,13 +97,15 @@ objects:
lookupPolicy: lookupPolicy:
local: false local: false
tags: tags:
- from:
kind: DockerImage
name: 'datalust/${APPLICATION_NAME}:latest'
importPolicy: {}
name: latest
referencePolicy:
type: Source
- annotations:
openshift.io/imported-from: 'datalust/${APPLICATION_NAME}:latest'
from:
kind: DockerImage
name: 'datalust/${APPLICATION_NAME}:latest'
importPolicy: {}
name: latest
referencePolicy:
type: Source
parameters: parameters:
- description: The name for the application. - description: The name for the application.
displayName: Application Name displayName: Application Name


Loading…
Cancel
Save