sigs.k8s.io/cluster-api-provider-aws@v1.5.5/config/default/manager_image_patch.yaml (about) 1 apiVersion: apps/v1 2 kind: Deployment 3 metadata: 4 name: controller-manager 5 namespace: system 6 spec: 7 template: 8 spec: 9 containers: 10 # Change the value of image field below to your controller image URL 11 - image: gcr.io/k8s-staging-cluster-api-aws/cluster-api-aws-controller:latest 12 name: manager