We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bdf4ec8 commit 4afdeecCopy full SHA for 4afdeec
roles/env_op_images/tasks/main.yml
@@ -131,7 +131,7 @@
131
cifmw_openstack_operator_images_content |
132
combine(
133
{
134
- item.metadata.labels['openstack.org/operator-name'] | upper ~ '_OP_IMG': item.status.containerStatuses[1].imageID
+ item.metadata.labels['openstack.org/operator-name'] | upper ~ '_OP_IMG': (item.status.containerStatuses | last).imageID
135
}
136
)
137
}}
0 commit comments