Skip to content

Commit

Permalink
feat(bump): set azure to latest available (#21)
Browse files Browse the repository at this point in the history
Signed-off-by: Christopher Haar <[email protected]>
  • Loading branch information
haarchri authored Mar 5, 2024
1 parent 625e82c commit 4f238c7
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions crossplane.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,10 @@ spec:
version: "v0.9.0"
- configuration: xpkg.upbound.io/upbound/configuration-azure-network
# renovate: datasource=github-releases depName=upbound/configuration-azure-network
version: "v0.6.0"
version: "v0.7.0"
- configuration: xpkg.upbound.io/upbound/configuration-azure-aks
# renovate: datasource=github-releases depName=upbound/configuration-azure-aks
version: "v0.5.0"
version: "v0.6.0"
- configuration: xpkg.upbound.io/upbound/configuration-gcp-network
# renovate: datasource=github-releases depName=upbound/configuration-gcp-network
version: "v0.3.0"
Expand Down
2 changes: 1 addition & 1 deletion examples/argocd/azure-cluster.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ spec:
cloud: azure
id: caas-azure-argocd
region: westus
version: "1.27.3"
version: "1.28"
nodes:
count: 1
instanceType: Standard_B2s
Expand Down
2 changes: 1 addition & 1 deletion examples/flux/azure-cluster.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ spec:
cloud: azure
id: caas-azure-flux
region: westus
version: "1.27.3"
version: "1.28"
nodes:
count: 1
instanceType: Standard_B2s
Expand Down

0 comments on commit 4f238c7

Please sign in to comment.