Browse Source

Set build output to latest ImageStreamTag

pull/14/head
Rodolfo Carvalho 10 years ago
parent
commit
9a1f379b21
2 changed files with 4 additions and 4 deletions
  1. +2
    -2
      openshift/templates/django-postgresql.json
  2. +2
    -2
      openshift/templates/django.json

+ 2
- 2
openshift/templates/django-postgresql.json View File

@ -88,8 +88,8 @@
},
"output": {
"to": {
"kind": "ImageStream",
"name": "django-example"
"kind": "ImageStreamTag",
"name": "django-example:latest"
}
},
"triggers": [


+ 2
- 2
openshift/templates/django.json View File

@ -88,8 +88,8 @@
},
"output": {
"to": {
"kind": "ImageStream",
"name": "django-example"
"kind": "ImageStreamTag",
"name": "django-example:latest"
}
},
"triggers": [


Loading…
Cancel
Save