diff --git a/README.md b/README.md index b3f3a35..3a25a71 100644 --- a/README.md +++ b/README.md @@ -135,7 +135,16 @@ This ensures that `second-resource` is deleted before any of the `first-resource ## Installation -It can be installed as follows from the Upbound marketplace: https://marketplace.upbound.io/functions/crossplane-contrib/function-sequencer +The function can be installed into a Crossplane cluster using the following manifest: + +```yaml +apiVersion: pkg.crossplane.io/v1 +kind: Function +metadata: + name: function-sequencer +spec: + package: xpkg.crossplane.io/crossplane-contrib/function-sequencer:v0.5.0 +``` ## Developing this function diff --git a/example/functions.yaml b/example/functions.yaml index 1e464ac..51e85b1 100644 --- a/example/functions.yaml +++ b/example/functions.yaml @@ -15,11 +15,11 @@ kind: Function metadata: name: function-patch-and-transform spec: - package: xpkg.upbound.io/crossplane-contrib/function-patch-and-transform:v0.10.0 + package: xpkg.crossplane.io/crossplane-contrib/function-patch-and-transform:v0.10.0 --- apiVersion: pkg.crossplane.io/v1 kind: Function metadata: name: function-auto-ready spec: - package: xpkg.upbound.io/crossplane-contrib/function-auto-ready:v0.6.0 \ No newline at end of file + package: xpkg.crossplane.io/crossplane-contrib/function-auto-ready:v0.6.0