Skip to content

Commit

Permalink
chore: change default eks
Browse files Browse the repository at this point in the history
  • Loading branch information
JashBook committed Jun 28, 2024
1 parent c8bbd85 commit 261e470
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/kbcli-test-k8s.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@ on:
CLOUD_PROVIDER:
description: 'cloud k8s cluster provider (e.g. eks/gke/aks)'
required: false
default: 'gke'
default: 'eks'
KB_VERSION:
description: 'kubeblocks release version'
required: false
default: 'latest'
default: 'v0.8.3'
KB_PRE_VERSION:
description: 'kubeblocks previous version of upgrade'
type: string
Expand All @@ -32,7 +32,7 @@ on:
REGION:
description: 'k8s region name'
required: false
default: 'us-central1'
default: 'us-west-2'
BRANCH_NAME:
description: 'testinfra branch name'
required: false
Expand All @@ -44,7 +44,7 @@ on:
ARGS:
description: "Test args"
required: false
default: ''
default: '--only-cluster true --random-suffix cluster --random-namespace false --check-addon false'
workflow_call:
inputs:
CLOUD_PROVIDER:
Expand Down

0 comments on commit 261e470

Please sign in to comment.