Skip to content

Commit

Permalink
chore(deps): update dependency upbound/configuration-gcp-gke to v0.2.0 (
Browse files Browse the repository at this point in the history
#68)

* chore(deps): update dependency upbound/configuration-gcp-gke to v0.2.0

* fix(test): wait for all configurations

Signed-off-by: Christopher Haar <[email protected]>

* fix(examples): switch examples for database

Signed-off-by: Christopher Haar <[email protected]>

---------

Signed-off-by: Christopher Haar <[email protected]>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Christopher Haar <[email protected]>
  • Loading branch information
renovate[bot] and haarchri authored Feb 16, 2024
1 parent f8cdc31 commit 20b4819
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
2 changes: 1 addition & 1 deletion crossplane.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ spec:
version: "v0.2.0"
- configuration: xpkg.upbound.io/upbound/configuration-gcp-gke
# renovate: datasource=github-releases depName=upbound/configuration-gcp-gke
version: "v0.1.0"
version: "v0.2.0"
- configuration: xpkg.upbound.io/upbound/configuration-gcp-database
# renovate: datasource=github-releases depName=upbound/configuration-gcp-database
version: "v0.2.0"
Expand Down
5 changes: 4 additions & 1 deletion examples/postgres-claim.yaml
Original file line number Diff line number Diff line change
@@ -1,10 +1,13 @@
apiVersion: gcp.platform.upbound.io/v1alpha1
kind: PostgreSQLInstance
kind: SQLInstance
metadata:
name: platform-ref-gcp-db-postgres
namespace: default
spec:
parameters:
engine: postgres
engineVersion: "13"
region: us-west2
storageGB: 10
passwordSecretRef:
namespace: default
Expand Down
4 changes: 2 additions & 2 deletions test/setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ UPTEST_GCP_PROJECT=${UPTEST_GCP_PROJECT:-official-provider-testing}

echo "Running setup.sh"
echo "Waiting until configuration package is healthy/installed..."
"${KUBECTL}" wait configuration.pkg platform-ref-gcp --for=condition=Healthy --timeout 5m
"${KUBECTL}" wait configuration.pkg platform-ref-gcp --for=condition=Installed --timeout 5m
"${KUBECTL}" wait configuration.pkg --all --for=condition=Healthy --timeout 5m
"${KUBECTL}" wait configuration.pkg --all --for=condition=Installed --timeout 5m
"${KUBECTL}" wait configurationrevisions.pkg --all --for=condition=Healthy --timeout 5m

echo "Creating cloud credential secret..."
Expand Down

0 comments on commit 20b4819

Please sign in to comment.