diff --git a/example/functions.yaml b/example/functions.yaml index fdb8210..b2ffec8 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.11.0 + package: xpkg.upbound.io/upbound/function-azresourcegraph:v0.12.0 diff --git a/example/queryref-from-environment/functions.yaml b/example/queryref-from-environment/functions.yaml index 8ffdacd..254db60 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.11.0 + package: xpkg.upbound.io/upbound/function-azresourcegraph:v0.12.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 63f29b7..a0a4c3d 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.11.0 + package: xpkg.upbound.io/upbound/function-azresourcegraph:v0.12.0 --- apiVersion: pkg.crossplane.io/v1beta1 kind: Function diff --git a/example/resource-import/functions.yaml b/example/resource-import/functions.yaml index 3fb671b..be61cd7 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.11.0 + package: xpkg.upbound.io/upbound/function-azresourcegraph:v0.12.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 624e8ad..06da718 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.11.0 + package: xpkg.upbound.io/upbound/function-azresourcegraph:v0.12.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 ebf8dae..e42f1ce 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.11.0 + package: xpkg.upbound.io/upbound/function-azresourcegraph:v0.12.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 eb47888..3af9658 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.11.0 \ No newline at end of file + package: xpkg.upbound.io/upbound/function-azresourcegraph:v0.12.0 \ No newline at end of file