diff --git a/apis/composition.yaml b/apis/composition.yaml index bb56bc6..c7eaa05 100644 --- a/apis/composition.yaml +++ b/apis/composition.yaml @@ -13,7 +13,7 @@ spec: pipeline: - step: patch-and-transform functionRef: - name: upbound-function-patch-and-transform + name: crossplane-contrib-function-patch-and-transform input: apiVersion: pt.fn.crossplane.io/v1beta1 kind: Resources diff --git a/examples/functions.yaml b/examples/functions.yaml index 98c28bd..3489c37 100644 --- a/examples/functions.yaml +++ b/examples/functions.yaml @@ -1,6 +1,6 @@ apiVersion: pkg.crossplane.io/v1beta1 kind: Function metadata: - name: upbound-function-patch-and-transform + name: crossplane-contrib-function-patch-and-transform spec: - package: xpkg.upbound.io/upbound/function-patch-and-transform:v0.2.1 + package: xpkg.upbound.io/crossplane-contrib/function-patch-and-transform:v0.2.1 diff --git a/examples/mariadb-claim.yaml b/examples/mariadb-claim.yaml index 5eedc19..1564899 100644 --- a/examples/mariadb-claim.yaml +++ b/examples/mariadb-claim.yaml @@ -7,7 +7,7 @@ spec: parameters: region: us-west-2 engine: mariadb - engineVersion: "10.6.10" + engineVersion: "10.11.6" storageGB: 5 autoGeneratePassword: true passwordSecretRef: diff --git a/examples/postgres-claim.yaml b/examples/postgres-claim.yaml index 1705119..dfef722 100644 --- a/examples/postgres-claim.yaml +++ b/examples/postgres-claim.yaml @@ -7,7 +7,7 @@ spec: parameters: region: us-west-2 engine: postgres - engineVersion: "13.7" + engineVersion: "13.13" storageGB: 5 passwordSecretRef: namespace: default