diff --git a/package/crossplane.yaml.tmpl b/package/crossplane.yaml.tmpl index 72ee2e621e..382c43991d 100644 --- a/package/crossplane.yaml.tmpl +++ b/package/crossplane.yaml.tmpl @@ -21,9 +21,13 @@ metadata: address. This is a subpackage for the {{ .Service }} API group. friendly-name.meta.crossplane.io: Provider AWS ({{ .Service }}) auth.upbound.io/group: {{ .ProviderName }}.upbound.io -{{ if and (ne .Service "config") (ne .Service "monolith") -}} spec: +{{ if ne .Service "monolith" }} + crossplane: + version: ">=v1.12.1-0" +{{ end }} +{{ if and (ne .Service "config") (ne .Service "monolith") }} dependsOn: - provider: {{ .XpkgRegOrg }}/provider-family-{{ .ProviderName }} version: "{{ .DepConstraint }}" -{{ end }} \ No newline at end of file +{{ end }}