Skip to content

Commit 4afdeec

Browse files
abaysopenshift-merge-bot[bot]
authored andcommitted
Collect image for OpenStack init controller pod separately
1 parent bdf4ec8 commit 4afdeec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

roles/env_op_images/tasks/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@
131131
cifmw_openstack_operator_images_content |
132132
combine(
133133
{
134-
item.metadata.labels['openstack.org/operator-name'] | upper ~ '_OP_IMG': item.status.containerStatuses[1].imageID
134+
item.metadata.labels['openstack.org/operator-name'] | upper ~ '_OP_IMG': (item.status.containerStatuses | last).imageID
135135
}
136136
)
137137
}}

0 commit comments

Comments
 (0)