3bade9c0ed
This PS updates the capm3 version to 0.4.0, to fix the clusterctl move BMH bug. Closes: #466 Change-Id: If9369b6421bde628efee90f1a94681c13f9e749c
25 lines
624 B
YAML
25 lines
624 B
YAML
apiVersion: apps/v1
|
|
kind: Deployment
|
|
metadata:
|
|
name: ipam-controller-manager
|
|
namespace: capm3-system
|
|
spec:
|
|
template:
|
|
spec:
|
|
containers:
|
|
# Change the value of image field below to your controller image URL
|
|
- image: quay.io/metal3-io/ip-address-manager:v0.0.4
|
|
name: manager
|
|
---
|
|
apiVersion: apps/v1
|
|
kind: Deployment
|
|
metadata:
|
|
name: ipam-controller-manager
|
|
namespace: capi-webhook-system
|
|
spec:
|
|
template:
|
|
spec:
|
|
containers:
|
|
# Change the value of image field below to your controller image URL
|
|
- image: quay.io/metal3-io/ip-address-manager:v0.0.4
|
|
name: manager |