Skip to content

Commit

Permalink
Merge pull request #41 from upbound/renovate/crossplane-dependencies
Browse files Browse the repository at this point in the history
chore(deps): update crossplane dependencies
  • Loading branch information
ytsarev authored Feb 12, 2025
2 parents 22c0441 + 0f7d27d commit 2a0a23f
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
6 changes: 3 additions & 3 deletions crossplane.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@ spec:
dependsOn:
- configuration: xpkg.upbound.io/upbound/configuration-aws-database
# renovate: datasource=github-releases depName=upbound/configuration-aws-database
version: "v0.9.0"
version: "v0.14.0"
- configuration: xpkg.upbound.io/upbound/configuration-azure-database
# renovate: datasource=github-releases depName=upbound/configuration-azure-database
version: "v0.10.0"
version: "v0.14.0"
- configuration: xpkg.upbound.io/upbound/configuration-gcp-database
# renovate: datasource=github-releases depName=upbound/configuration-gcp-database
version: "v0.3.0"
version: "v0.8.0"
2 changes: 1 addition & 1 deletion examples/postgres-aws-claim.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ spec:
parameters:
region: us-west-2
engine: postgres
engineVersion: "15.3"
engineVersion: "16.3"
storageGB: 5
passwordSecretRef:
namespace: default
Expand Down
4 changes: 4 additions & 0 deletions project.mk
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
PROJECT_NAME := configuration-dbaas
UPTEST_INPUT_MANIFESTS := examples/postgres-aws-claim.yaml,examples/mariadb-aws-claim.yaml,examples/postgres-azure-claim.yaml,examples/mariadb-azure-claim.yaml,examples/postgres-gcp-claim.yaml,examples/mysql-gcp-claim.yaml
UPTEST_SKIP_UPDATE := true
UPTEST_SKIP_IMPORT := true

0 comments on commit 2a0a23f

Please sign in to comment.