From ddea52c0c1c1b8877fcb2ce7e6e72dae42fbd29c Mon Sep 17 00:00:00 2001 From: Brad Ison Date: Mon, 17 Sep 2018 14:52:31 -0400 Subject: [PATCH] modules/bootkube: Bump machine-api-operator image to latest Bumping to latest machine-api-operator image to include the fix to the worker IAM profile naming: https://github.com/openshift/machine-api-operator/pull/57 --- modules/bootkube/resources/manifests/machine-api-operator.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/bootkube/resources/manifests/machine-api-operator.yaml b/modules/bootkube/resources/manifests/machine-api-operator.yaml index 177a60294d1..125b870bc3d 100644 --- a/modules/bootkube/resources/manifests/machine-api-operator.yaml +++ b/modules/bootkube/resources/manifests/machine-api-operator.yaml @@ -19,7 +19,7 @@ spec: spec: containers: - name: machine-api-operator - image: quay.io/coreos/machine-api-operator:225ff56 + image: quay.io/coreos/machine-api-operator:b6a04c2 command: - "/machine-api-operator" resources: