Skip to content

Commit

Permalink
chore(deps): update dependency upbound/configuration-azure-network to…
Browse files Browse the repository at this point in the history
… v0.6.0 (#74)

* chore(deps): update dependency upbound/configuration-azure-network to v0.6.0

* fix(example): example changed in configuration for spec.parameters.version

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

* feat(update): azure-aks upgrade

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

* fix(naming): set other naming

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 18, 2024
1 parent 74cd237 commit 84428c4
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 15 deletions.
4 changes: 2 additions & 2 deletions crossplane.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,10 +41,10 @@ spec:
version: "v0.42.0"
- configuration: xpkg.upbound.io/upbound/configuration-azure-network
# renovate: datasource=github-releases depName=upbound/configuration-azure-network
version: "v0.5.0"
version: "v0.6.0"
- configuration: xpkg.upbound.io/upbound/configuration-azure-aks
# renovate: datasource=github-releases depName=upbound/configuration-azure-aks
version: "v0.4.0"
version: "v0.5.0"
- configuration: xpkg.upbound.io/upbound/configuration-azure-database
# renovate: datasource=github-releases depName=upbound/configuration-azure-database
version: "v0.9.0"
Expand Down
8 changes: 4 additions & 4 deletions examples/app-claim.yaml
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
apiVersion: platform.upbound.io/v1alpha1
kind: App
metadata:
name: platform-ref-azure-ghost
name: platform-ref-azure-cluster-ghost
namespace: default
labels:
platform.upbound.io/deletion-ordering: enabled
spec:
compositeDeletePolicy: Foreground
parameters:
providerConfigName: platform-ref-azure
providerConfigName: platform-ref-azure-cluster
passwordSecretRef:
namespace: default
name: platform-ref-azure-db-conn-mariadb
name: platform-ref-azure-cluster-db-conn-mariadb
writeConnectionSecretToRef:
name: platform-ref-azure-app-conn
name: platform-ref-azure-cluster-app-conn
6 changes: 3 additions & 3 deletions examples/cluster-claim.yaml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
apiVersion: azure.platformref.upbound.io/v1alpha1
kind: Cluster
metadata:
name: platform-ref-azure
name: platform-ref-azure-cluster
namespace: default
spec:
compositeDeletePolicy: Foreground
parameters:
id: platform-ref-azure
id: platform-ref-azure-cluster
region: westus
version: "1.27.3"
nodes:
Expand All @@ -22,4 +22,4 @@ spec:
# refs/merge-requests/1/head
name: refs/heads/main
writeConnectionSecretToRef:
name: platform-ref-azure-kubeconfig
name: platform-ref-azure-cluster-kubeconfig
7 changes: 4 additions & 3 deletions examples/mariadb-claim.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: azure.platform.upbound.io/v1alpha1
kind: SQLInstance
metadata:
name: platform-ref-azure-db-mariadb
name: platform-ref-azure-cluster-db-mariadb
namespace: default
spec:
compositionSelector:
Expand All @@ -10,14 +10,15 @@ spec:
parameters:
region: westus
storageGB: 5 #Minimum value is 5
version: "10.3"
passwordSecretRef:
namespace: default
name: mariadbsecret
key: password
networkRef:
id: platform-ref-azure #This field must match the cluster XR spec.id
id: platform-ref-azure-cluster #This field must match the cluster XR spec.parameters.id
writeConnectionSecretToRef:
name: platform-ref-azure-db-conn-mariadb #Must be unique for each instance
name: platform-ref-azure-cluster-db-conn-mariadb #Must be unique for each instance
---
apiVersion: v1
data:
Expand Down
7 changes: 4 additions & 3 deletions examples/postgres-claim.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: azure.platform.upbound.io/v1alpha1
kind: SQLInstance
metadata:
name: platform-ref-azure-db-postgresql
name: platform-ref-azure-cluster-db-postgresql
namespace: default
spec:
compositionSelector:
Expand All @@ -10,14 +10,15 @@ spec:
parameters:
region: westus
storageGB: 5 #Minimum value is 5
version: "11"
passwordSecretRef:
namespace: default
name: psqlsecret
key: password
networkRef:
id: platform-ref-azure #This field must match the cluster XR spec.id
id: platform-ref-azure-cluster #This field must match the cluster XR spec.parameters.id
writeConnectionSecretToRef:
name: platform-ref-azure-db-conn-postgresql #Must be unique for each instance
name: platform-ref-azure-cluster-db-conn-postgresql #Must be unique for each instance
---
apiVersion: v1
data:
Expand Down

0 comments on commit 84428c4

Please sign in to comment.