From fada708b037b16867d835607dd9f40d4dc739187 Mon Sep 17 00:00:00 2001 From: Rodolfo Carvalho Date: Fri, 22 May 2015 15:32:24 +0200 Subject: [PATCH] Fix template, name must be ImageStreamTag Currently, even setting "kind": "ImageStream" won't work --- application-template.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/application-template.json b/application-template.json index 9aff48e..53ac0d7 100644 --- a/application-template.json +++ b/application-template.json @@ -137,7 +137,7 @@ "django-quickstart" ], "from": { - "name": "django-quickstart" + "name": "django-quickstart:latest" } } }