Skip to content

Commit

Permalink
Collect image for OpenStack init controller pod separately
Browse files Browse the repository at this point in the history
  • Loading branch information
abays committed Jan 9, 2025
1 parent 556924a commit eb23f35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion roles/env_op_images/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@
cifmw_openstack_operator_images_content |
combine(
{
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
}
)
}}
Expand Down

0 comments on commit eb23f35

Please sign in to comment.