sigs.k8s.io/cluster-api-provider-azure@v1.14.3/config/capz/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-azure/cluster-api-azure-controller:main 12 name: manager