Skip to content

Commit

Permalink
Switch to v0 tags (#10)
Browse files Browse the repository at this point in the history
Signed-off-by: Yury Tsarev <yury@upbound.io>
  • Loading branch information
ytsarev authored Jan 24, 2025
1 parent f14959b commit 67b6152
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 10 deletions.
5 changes: 2 additions & 3 deletions crossplane.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,8 @@ spec:
- configuration: xpkg.upbound.io/upbound/configuration-aws-eks-pod-identity
# renovate: datasource=github-releases depName=upbound/configuration-aws-eks-pod-identity
version: "v0.4.0"
- provider: xpkg.upbound.io/crossplane-contrib/provider-helm
# renovate: datasource=github-releases depName=crossplane-contrib/provider-helm
version: "v0.20.3"
- provider: xpkg.upbound.io/upbound/provider-helm
version: "v0"
- function: xpkg.upbound.io/crossplane-contrib/function-patch-and-transform
# renovate: datasource=github-releases depName=crossplane-contrib/function-patch-and-transform
version: "v0.8.0"
2 changes: 1 addition & 1 deletion examples/aws-lb-controller-xr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ metadata:
platform.upbound.io/deletion-ordering: enabled
spec:
parameters:
region: eu-west-1
region: eu-central-1
helm:
providerConfigName: configuration-aws-lb-controller
clusterNameSelector:
Expand Down
2 changes: 1 addition & 1 deletion examples/eks-xr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ metadata:
spec:
parameters:
id: configuration-aws-lb-controller
region: eu-west-1
region: eu-central-1
version: "1.27"
#iam:
# replace with your custom arn like:
Expand Down
10 changes: 5 additions & 5 deletions examples/network-xr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,17 +5,17 @@ metadata:
spec:
parameters:
id: configuration-aws-lb-controller
region: eu-west-1
region: eu-central-1
subnets:
- availabilityZone: eu-west-1a
- availabilityZone: eu-central-1a
type: public
cidrBlock: 192.168.0.0/18
- availabilityZone: eu-west-1b
- availabilityZone: eu-central-1b
type: public
cidrBlock: 192.168.64.0/18
- availabilityZone: eu-west-1a
- availabilityZone: eu-central-1a
type: private
cidrBlock: 192.168.128.0/18
- availabilityZone: eu-west-1b
- availabilityZone: eu-central-1b
type: private
cidrBlock: 192.168.192.0/18

0 comments on commit 67b6152

Please sign in to comment.