diff --git a/example/aws/functions.yaml b/example/aws/functions.yaml index 86b46af..c1acdcc 100644 --- a/example/aws/functions.yaml +++ b/example/aws/functions.yaml @@ -3,16 +3,16 @@ apiVersion: pkg.crossplane.io/v1beta1 kind: Function metadata: name: function-shell - annotations: + #annotations: # This tells crossplane beta render to connect to the function locally. - render.crossplane.io/runtime: Development + #render.crossplane.io/runtime: Development spec: # This is ignored when using the Development runtime. - package: function-shell + package: xpkg.upbound.io/crossplane-contrib/function-shell:v0.4.1 --- apiVersion: pkg.crossplane.io/v1beta1 kind: Function metadata: name: function-extra-resources spec: - package: xpkg.upbound.io/crossplane-contrib/function-extra-resources:v0.0.3 + package: xpkg.upbound.io/crossplane-contrib/function-extra-resources:v0.1.0