Skip to content

Commit

Permalink
chore(ci): fix k8s version in Kind
Browse files Browse the repository at this point in the history
  • Loading branch information
ralgozino committed Dec 6, 2022
1 parent 8a92c59 commit 8b5e226
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .drone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,10 +89,10 @@ steps:
path: /shared
depends_on: [ clone ]
settings:
action: custom-cluster-124
pipeline_id: cluster-124
action: custom-cluster-122
pipeline_id: cluster-122
local_kind_config_path: tests/config/kind-config-custom
cluster_version: '1.24.0'
cluster_version: '1.22.0'
instance_path: /shared
instance_size: 2-extra-large
aws_default_region:
Expand Down

0 comments on commit 8b5e226

Please sign in to comment.