diff --git a/deploy/aro/openshift-templates/infrastructure/redis-deploy-template.yml b/deploy/aro/openshift-templates/infrastructure/redis-deploy-template.yml index 2cc27b75a..acbb13bb3 100644 --- a/deploy/aro/openshift-templates/infrastructure/redis-deploy-template.yml +++ b/deploy/aro/openshift-templates/infrastructure/redis-deploy-template.yml @@ -92,6 +92,17 @@ objects: spec: lookupPolicy: local: false + tags: + - annotations: + openshift.io/imported-from: '${APPLICATION_NAME}:alpine' + from: + kind: DockerImage + name: '${APPLICATION_NAME}:alpine' + generation: 2 + importPolicy: {} + name: alpine + referencePolicy: + type: Source parameters: - description: The name for the application. displayName: Application Name