Skip to content

Commit d7b6691

Browse files
committed
chore: upgrade default EKS version to 1.35
1 parent aaaf810 commit d7b6691

2 files changed

Lines changed: 3 additions & 6 deletions

File tree

.github/workflows/e2e-kbcli.yml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,18 +18,15 @@ on:
1818
CLOUD_PROVIDER:
1919
description: 'cloud provider'
2020
required: true
21-
default: 'aks'
21+
default: 'eks'
2222
type: choice
2323
options:
2424
- eks
25-
- vke
26-
- gke
2725
- aks
28-
- aks-cn
2926
CLUSTER_VERSION:
3027
description: 'k8s cluster version'
3128
required: false
32-
default: "1.33"
29+
default: "1.35"
3330
type: choice
3431
options:
3532
- "1.35"

.github/workflows/release-helm-chart.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ jobs:
161161
test-type: [ apecloud-mysql|asmysql|asmysql-proxy|asmysql-orc|asmysql-orc-proxy|kafka|mongodb|mongodb-shard|postgresql|postgresql-etcd|redis|redis-cluster,
162162
clickhouse|elasticsearch|etcd|influxdb|loki|minio|milvus|nebula|pulsar|qdrant|rabbitmq|rocketmq|tidb|victoria-metrics|zookeeper,
163163
greptimedb|mariadb|mogdb|oceanbase|opensearch|orioledb|orchestrator|polardbx|risingwave|starrocks|vanilla-pg|weaviate|yashandb,
164-
tdengine|oracle|doris|oceanbase-ent|starrocks-ent|camellia-redis-proxy|gaussdb|damengdb|kingbase|vastbase,
164+
tdengine|oracle|doris|oceanbase-ent|starrocks-ent|camellia-redis-proxy|gaussdb|damengdb|kingbase|vastbase|victoria-logs,
165165
mssql|goldendb|tdsql|greatdb|hadoop|hive|oceanbase-proxy|nacos|vault|foundationdb|selectdb ]
166166
with:
167167
GITHUB_REPO: "apecloud/kubeblocks"

0 commit comments

Comments
 (0)