We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f7f2f14 + aef54e4 commit d9679f5Copy full SHA for d9679f5
config/crd/kustomization.yaml
@@ -1,5 +1,7 @@
1
-commonLabels:
2
- cluster.x-k8s.io/v1beta1: v1beta1
+labels:
+- pairs:
3
+ # Mapping from CAPI contract to CAPO API versions.
4
+ cluster.x-k8s.io/v1beta1: v1beta1
5
6
# This kustomization.yaml is not intended to be run by itself,
7
# since it depends on service name and namespace that are out of this kustomize package.
metadata.yaml
@@ -25,3 +25,6 @@ releaseSeries:
25
- major: 0
26
minor: 12
27
contract: v1beta1
28
+- major: 0
29
+ minor: 13
30
+ contract: v1beta2
0 commit comments