bump to latest imagestream versions
This commit is contained in:
parent
8a0c7d6a9b
commit
bb07bf1b49
2 changed files with 3 additions and 3 deletions
|
@ -83,7 +83,7 @@
|
|||
"from": {
|
||||
"kind": "ImageStreamTag",
|
||||
"namespace": "${NAMESPACE}",
|
||||
"name": "python:3.4"
|
||||
"name": "python:3.5"
|
||||
},
|
||||
"env": [
|
||||
{
|
||||
|
@ -273,7 +273,7 @@
|
|||
"from": {
|
||||
"kind": "ImageStreamTag",
|
||||
"namespace": "${NAMESPACE}",
|
||||
"name": "postgresql:9.4"
|
||||
"name": "postgresql:9.5"
|
||||
}
|
||||
}
|
||||
},
|
||||
|
|
|
@ -83,7 +83,7 @@
|
|||
"from": {
|
||||
"kind": "ImageStreamTag",
|
||||
"namespace": "${NAMESPACE}",
|
||||
"name": "python:3.4"
|
||||
"name": "python:3.5"
|
||||
},
|
||||
"env": [
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue