File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
data/shared/caipamic/v1.0 Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 8
8
# For creating local images, run ./hack/e2e.sh
9
9
10
10
images :
11
- - name : registry.k8s.io/capi-ipam-ic/cluster-api-ipam-in-cluster-controller:v0.1 .0
11
+ - name : registry.k8s.io/capi-ipam-ic/cluster-api-ipam-in-cluster-controller:v1.0 .0
12
12
loadBehavior : tryLoad
13
13
- name : gcr.io/k8s-staging-capi-vsphere/cluster-api-vsphere-controller-{ARCH}:dev
14
14
loadBehavior : mustLoad
@@ -146,12 +146,12 @@ providers:
146
146
- name : in-cluster
147
147
type : IPAMProvider
148
148
versions :
149
- - name : " {go://sigs.k8s.io/cluster-api-ipam-provider-in-cluster@v0.1 }" # supported release in the v1alpha2 series
150
- value : " https://github.com/kubernetes-sigs/cluster-api-ipam-provider-in-cluster/releases/download/{go://sigs.k8s.io/cluster-api-ipam-provider-in-cluster@v0.1 }/ipam-components.yaml"
149
+ - name : " {go://sigs.k8s.io/cluster-api-ipam-provider-in-cluster@v1.0 }" # supported release in the v1alpha2 series
150
+ value : " https://github.com/kubernetes-sigs/cluster-api-ipam-provider-in-cluster/releases/download/{go://sigs.k8s.io/cluster-api-ipam-provider-in-cluster@v1.0 }/ipam-components.yaml"
151
151
type : " url"
152
152
contract : v1beta1
153
153
files :
154
- - sourcePath : " ../data/shared/caipamic/v0.1 /metadata.yaml"
154
+ - sourcePath : " ../data/shared/caipamic/v1.0 /metadata.yaml"
155
155
replacements :
156
156
- old : " imagePullPolicy: Always"
157
157
new : " imagePullPolicy: IfNotPresent"
Original file line number Diff line number Diff line change 6
6
apiVersion : clusterctl.cluster.x-k8s.io/v1alpha3
7
7
kind : Metadata
8
8
releaseSeries :
9
- - major : 0
10
- minor : 1
9
+ - major : 1
10
+ minor : 0
11
11
contract : v1beta1
12
12
You can’t perform that action at this time.
0 commit comments