Skip to content

Commit

Permalink
Merge pull request #40 from upbound/dd
Browse files Browse the repository at this point in the history
feat(update): rebase, switch to crossplane-contrib and bump provi der-kubernetes
  • Loading branch information
Bradley Andersen authored Feb 12, 2024
2 parents 398372f + 2def72f commit 2e1882f
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
6 changes: 3 additions & 3 deletions 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 Expand Up @@ -480,7 +480,7 @@ spec:

- name: irsaSettings
base:
apiVersion: kubernetes.crossplane.io/v1alpha1
apiVersion: kubernetes.crossplane.io/v1alpha2
kind: Object
spec:
deletionPolicy: Orphan
Expand Down Expand Up @@ -519,7 +519,7 @@ spec:

- name: awsAuth
base:
apiVersion: kubernetes.crossplane.io/v1alpha1
apiVersion: kubernetes.crossplane.io/v1alpha2
kind: Object
spec:
deletionPolicy: Orphan
Expand Down
6 changes: 3 additions & 3 deletions crossplane.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ spec:
version: "v0.16.0"
- provider: xpkg.upbound.io/crossplane-contrib/provider-kubernetes
# renovate: datasource=github-releases depName=crossplane-contrib/provider-kubernetes
version: "v0.10.0"
version: "v0.11.4"
- provider: xpkg.upbound.io/upbound/provider-aws-ec2
# renovate: datasource=github-releases depName=upbound/provider-aws
version: "v0.47.1"
Expand All @@ -33,6 +33,6 @@ spec:
- provider: xpkg.upbound.io/upbound/provider-aws-iam
# renovate: datasource=github-releases depName=upbound/provider-aws
version: "v0.47.1"
- function: xpkg.upbound.io/upbound/function-patch-and-transform
# renovate: datasource=github-releases depName=upbound/function-patch-and-transform
- function: xpkg.upbound.io/crossplane-contrib/function-patch-and-transform
# renovate: datasource=github-releases depName=crossplane-contrib/function-patch-and-transform
version: "v0.2.1"
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

0 comments on commit 2e1882f

Please sign in to comment.