diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index fea2c9c..e3701cd 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -33,7 +33,7 @@ jobs: # doesn't work with plain token when pushing otherwise - name: Login to xpkg with robot - uses: docker/login-action@b45d80f862d83dbcd57f89517bcf500b2ab88fb2 # v4 + uses: docker/login-action@4907a6ddec9925e35a0a9e82d7399ccc52663121 # v4 with: registry: ${{ env.XPKG_REGISTRY }} username: ${{ env.UP_ROBOT_ID }} diff --git a/.github/workflows/e2e.yaml b/.github/workflows/e2e.yaml index 287e7ac..1aa1928 100644 --- a/.github/workflows/e2e.yaml +++ b/.github/workflows/e2e.yaml @@ -35,7 +35,7 @@ jobs: # doesn't work with plain token when pushing otherwise - name: Login to xpkg with robot - uses: docker/login-action@b45d80f862d83dbcd57f89517bcf500b2ab88fb2 # v4 + uses: docker/login-action@4907a6ddec9925e35a0a9e82d7399ccc52663121 # v4 with: registry: xpkg.upbound.io username: ${{ env.UP_ROBOT_ID }} diff --git a/apis/clusters/definition.yaml b/apis/clusters/definition.yaml index 39e838e..f47acea 100644 --- a/apis/clusters/definition.yaml +++ b/apis/clusters/definition.yaml @@ -47,12 +47,12 @@ spec: items: type: string enum: - - "*" - - Create - - Observe - - Update - - Delete - - LateInitialize + - "*" + - Create + - Observe + - Update + - Delete + - LateInitialize default: ["*"] providerConfigName: description: Crossplane ProviderConfig to use for provisioning this resources @@ -62,9 +62,9 @@ spec: type: string description: Kubernetes version of the Cluster enum: - - "1.33" - - "1.32" - - "1.31" + - "1.33" + - "1.32" + - "1.31" default: "1.32" nodes: type: object @@ -78,8 +78,8 @@ spec: description: instance types associated with the Node Group. default: t3.small required: - - count - - instanceType + - count + - instanceType operators: description: Configuration for operators. type: object @@ -100,7 +100,7 @@ spec: type: string default: "2.10.6" required: - - version + - version fluxSync: description: Configuration for the Flux Sync Helm-Chart. type: object @@ -110,7 +110,7 @@ spec: type: string default: "1.7.2" required: - - version + - version prometheus: description: Configuration for the Prometheus Helm-Chart. type: object @@ -120,7 +120,7 @@ spec: type: string default: "52.1.0" required: - - version + - version gitops: description: GitOps configure gitops system type: object @@ -162,23 +162,23 @@ spec: \"refs/merge-requests/1/head\"" type: string required: - - interval - - timeout - - url - - path - - ref + - interval + - timeout + - url + - path + - ref required: - - git + - git required: - - managementPolicies - - gitops - - id - - nodes - - operators - - providerConfigName - - region + - managementPolicies + - gitops + - id + - nodes + - operators + - providerConfigName + - region required: - - parameters + - parameters status: type: object properties: @@ -189,4 +189,4 @@ spec: items: type: string oidcProvider: - type: string \ No newline at end of file + type: string