Skip to content

Commit

Permalink
Merge pull request #27 from upbound/dd
Browse files Browse the repository at this point in the history
Move from upbound/function-patch-and-transform to crossplane-contrib/…
  • Loading branch information
Bradley Andersen authored Feb 12, 2024
2 parents c2db2f0 + d27a785 commit 96f1e42
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion apis/composition.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ spec:
pipeline:
- step: patch-and-transform
functionRef:
name: upbound-function-patch-and-transform
name: crossplane-contrib-function-patch-and-transform
input:
apiVersion: pt.fn.crossplane.io/v1beta1
kind: Resources
Expand Down
4 changes: 2 additions & 2 deletions examples/functions.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apiVersion: pkg.crossplane.io/v1beta1
kind: Function
metadata:
name: upbound-function-patch-and-transform
name: crossplane-contrib-function-patch-and-transform
spec:
package: xpkg.upbound.io/upbound/function-patch-and-transform:v0.2.1
package: xpkg.upbound.io/crossplane-contrib/function-patch-and-transform:v0.2.1
2 changes: 1 addition & 1 deletion examples/mariadb-claim.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ spec:
parameters:
region: us-west-2
engine: mariadb
engineVersion: "10.6.10"
engineVersion: "10.11.6"
storageGB: 5
autoGeneratePassword: true
passwordSecretRef:
Expand Down
2 changes: 1 addition & 1 deletion examples/postgres-claim.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ spec:
parameters:
region: us-west-2
engine: postgres
engineVersion: "13.7"
engineVersion: "13.13"
storageGB: 5
passwordSecretRef:
namespace: default
Expand Down

0 comments on commit 96f1e42

Please sign in to comment.