diff --git a/example/functions.yaml b/example/functions.yaml index ead90dd..fdb8210 100644 --- a/example/functions.yaml +++ b/example/functions.yaml @@ -7,4 +7,4 @@ metadata: # This tells crossplane beta render to connect to the function locally. #render.crossplane.io/runtime: Development spec: - package: xpkg.upbound.io/upbound/function-azresourcegraph:v0.10.0 + package: xpkg.upbound.io/upbound/function-azresourcegraph:v0.11.0 diff --git a/example/queryref-from-environment/functions.yaml b/example/queryref-from-environment/functions.yaml index c35e48a..2533d1e 100644 --- a/example/queryref-from-environment/functions.yaml +++ b/example/queryref-from-environment/functions.yaml @@ -7,7 +7,7 @@ metadata: # This tells crossplane beta render to connect to the function locally. #render.crossplane.io/runtime: Development spec: - package: xpkg.upbound.io/upbound/function-azresourcegraph:v0.10.0 + package: xpkg.upbound.io/upbound/function-azresourcegraph:v0.11.0 --- apiVersion: pkg.crossplane.io/v1beta1 kind: Function diff --git a/example/queryref-from-xr-status/functions.yaml b/example/queryref-from-xr-status/functions.yaml index 5e6dbcc..303e25a 100644 --- a/example/queryref-from-xr-status/functions.yaml +++ b/example/queryref-from-xr-status/functions.yaml @@ -7,7 +7,7 @@ metadata: # This tells crossplane beta render to connect to the function locally. # render.crossplane.io/runtime: Development spec: - package: xpkg.upbound.io/upbound/function-azresourcegraph:v0.10.0 + package: xpkg.upbound.io/upbound/function-azresourcegraph:v0.11.0 --- apiVersion: pkg.crossplane.io/v1beta1 kind: Function diff --git a/example/resource-import/functions.yaml b/example/resource-import/functions.yaml index 6574114..b4c1fc2 100644 --- a/example/resource-import/functions.yaml +++ b/example/resource-import/functions.yaml @@ -7,7 +7,7 @@ metadata: # This tells crossplane beta render to connect to the function locally. #render.crossplane.io/runtime: Development spec: - package: xpkg.upbound.io/upbound/function-azresourcegraph:v0.10.0 + package: xpkg.upbound.io/upbound/function-azresourcegraph:v0.11.0 --- apiVersion: pkg.crossplane.io/v1beta1 kind: Function diff --git a/example/subscriptionsRef-from-environment/functions.yaml b/example/subscriptionsRef-from-environment/functions.yaml index d7ae451..38964e4 100644 --- a/example/subscriptionsRef-from-environment/functions.yaml +++ b/example/subscriptionsRef-from-environment/functions.yaml @@ -7,7 +7,7 @@ metadata: # This tells crossplane beta render to connect to the function locally. render.crossplane.io/runtime: Development spec: - package: xpkg.upbound.io/upbound/function-azresourcegraph:v0.10.0 + package: xpkg.upbound.io/upbound/function-azresourcegraph:v0.11.0 --- apiVersion: pkg.crossplane.io/v1beta1 kind: Function diff --git a/example/subscriptionsRef-from-xr-status/functions.yaml b/example/subscriptionsRef-from-xr-status/functions.yaml index d88562d..4a078fc 100644 --- a/example/subscriptionsRef-from-xr-status/functions.yaml +++ b/example/subscriptionsRef-from-xr-status/functions.yaml @@ -7,7 +7,7 @@ metadata: # This tells crossplane beta render to connect to the function locally. render.crossplane.io/runtime: Development spec: - package: xpkg.upbound.io/upbound/function-azresourcegraph:v0.10.0 + package: xpkg.upbound.io/upbound/function-azresourcegraph:v0.11.0 --- apiVersion: pkg.crossplane.io/v1beta1 kind: Function diff --git a/example/throttling-prevention-example/functions.yaml b/example/throttling-prevention-example/functions.yaml index ce7fb52..eb47888 100644 --- a/example/throttling-prevention-example/functions.yaml +++ b/example/throttling-prevention-example/functions.yaml @@ -4,4 +4,4 @@ kind: Function metadata: name: function-azresourcegraph spec: - package: xpkg.upbound.io/upbound/function-azresourcegraph:v0.10.0 \ No newline at end of file + package: xpkg.upbound.io/upbound/function-azresourcegraph:v0.11.0 \ No newline at end of file