forked from LaconicNetwork/kompose
Fix ImageStream tags in openshift provider mode (#1461)
* Fix ImageStream tags in openshift provider mode Signed-off-by: Shivam Sandbhor <shivam.sandbhor@gmail.com>
This commit is contained in:
@@ -130,7 +130,7 @@
|
||||
},
|
||||
"tags": [
|
||||
{
|
||||
"name": "",
|
||||
"name": "latest",
|
||||
"annotations": null,
|
||||
"from": {
|
||||
"kind": "DockerImage",
|
||||
|
||||
Reference in New Issue
Block a user