From 292c2e63c2c22537b3ac964aa1b445571ff54425 Mon Sep 17 00:00:00 2001 From: Mark Anderson-Trocme Date: Thu, 2 May 2024 09:43:12 -0400 Subject: [PATCH] chore: upgrade to spaces 1.3.0 --- apis/composition.yaml | 4 ++-- apis/definition.yaml | 4 ++-- examples/xr/space-core.yaml | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/apis/composition.yaml b/apis/composition.yaml index e185540..7c95700 100644 --- a/apis/composition.yaml +++ b/apis/composition.yaml @@ -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 @@ -166,7 +166,7 @@ spec: kind: Input rules: - sequence: - - aws-kubernetes-cluster + - managed-kubernetes-cluster - spaces-init - sequence: - spaces-init diff --git a/apis/definition.yaml b/apis/definition.yaml index b90ff5a..6266584 100644 --- a/apis/definition.yaml +++ b/apis/definition.yaml @@ -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: @@ -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: diff --git a/examples/xr/space-core.yaml b/examples/xr/space-core.yaml index ba058b5..ef7d61d 100644 --- a/examples/xr/space-core.yaml +++ b/examples/xr/space-core.yaml @@ -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