Skip to content

Commit

Permalink
chore: upgrade to spaces 1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
markandersontrocme committed May 2, 2024
1 parent 034fde9 commit 292c2e6
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions apis/composition.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ spec:
apiVersion: pt.fn.crossplane.io/v1beta1
kind: Resources
resources:
- name: aws-kubernetes-cluster
- name: managed-kubernetes-cluster
base:
apiVersion: spaces.platformref.upbound.io/v1alpha1
kind: XCluster
Expand Down Expand Up @@ -166,7 +166,7 @@ spec:
kind: Input
rules:
- sequence:
- aws-kubernetes-cluster
- managed-kubernetes-cluster
- spaces-init
- sequence:
- spaces-init
Expand Down
4 changes: 2 additions & 2 deletions apis/definition.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,7 @@ spec:
type: object
description: "Defines the configuration for spaces."
default:
version: "1.2.3"
version: "1.3.0"
account: ""
clusterType: ""
dns:
Expand All @@ -257,7 +257,7 @@ spec:
version:
type: string
description: "The version of the space configuration."
default: "1.2.3"
default: "1.3.0"
dns:
type: object
properties:
Expand Down
2 changes: 1 addition & 1 deletion examples/xr/space-core.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ spec:
parameters:
providerConfigName: aws-spaces-hostcluster
spaces:
version: 1.2.1
version: 1.3.0
dns:
spacesRouterDomain: platform-ref-upbound-spaces.upboundrocks.cloud
clusterType: eks
Expand Down

0 comments on commit 292c2e6

Please sign in to comment.