From ce987af6973290215007373d1cff6ffb36b8c787 Mon Sep 17 00:00:00 2001 From: Bob Haddleton Date: Tue, 13 Jan 2026 09:18:56 -0600 Subject: [PATCH] Update README and examples Signed-off-by: Bob Haddleton --- README.md | 11 ++++++++++- example/functions.yaml | 4 ++-- 2 files changed, 12 insertions(+), 3 deletions(-) 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