Skip to content

Commit d31cfbc

Browse files
ci: bump k3s to v1.35.6 in beekeeper workflows
1 parent c331ad9 commit d31cfbc

2 files changed

Lines changed: 6 additions & 4 deletions

File tree

.github/workflows/beekeeper-autotls.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,8 @@ on:
3131
- .github/workflows/beekeeper-autotls.yml
3232

3333
env:
34-
K3S_VERSION: "v1.31.10+k3s1"
34+
K3S_VERSION: "v1.35.6+k3s1"
35+
K3D_VERSION: "v5.9.0"
3536
REPLICA: 3
3637
SETUP_CONTRACT_IMAGE: "ethersphere/bee-localchain"
3738
SETUP_CONTRACT_IMAGE_TAG: "0.9.4"

.github/workflows/beekeeper.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,14 @@ on:
1313
- "**"
1414

1515
env:
16-
K3S_VERSION: "v1.31.10+k3s1"
16+
K3S_VERSION: "v1.35.6+k3s1"
17+
K3D_VERSION: "v5.9.0"
1718
REPLICA: 3
1819
RUN_TYPE: "PR RUN"
1920
SETUP_CONTRACT_IMAGE: "ethersphere/bee-localchain"
2021
SETUP_CONTRACT_IMAGE_TAG: "0.9.4"
21-
BEELOCAL_BRANCH: "main"
22-
BEEKEEPER_BRANCH: "master"
22+
BEELOCAL_BRANCH: "feat/k3s-k3d-1.35-version"
23+
BEEKEEPER_BRANCH: "k8s-deps"
2324
BEEKEEPER_METRICS_ENABLED: false
2425
REACHABILITY_OVERRIDE_PUBLIC: true
2526
BATCHFACTOR_OVERRIDE_PUBLIC: 2

0 commit comments

Comments
 (0)