Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/e2e.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down
58 changes: 29 additions & 29 deletions apis/clusters/definition.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand All @@ -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
Expand All @@ -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
Expand All @@ -110,7 +110,7 @@ spec:
type: string
default: "1.7.2"
required:
- version
- version
prometheus:
description: Configuration for the Prometheus Helm-Chart.
type: object
Expand All @@ -120,7 +120,7 @@ spec:
type: string
default: "52.1.0"
required:
- version
- version
gitops:
description: GitOps configure gitops system
type: object
Expand Down Expand Up @@ -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:
Expand All @@ -189,4 +189,4 @@ spec:
items:
type: string
oidcProvider:
type: string
type: string
Loading