Skip to content

Commit e887b4d

Browse files
authored
ci: change k3s version (#2667)
1 parent a2aaae5 commit e887b4d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/charts_tests.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ jobs:
9090
- v3.12.1
9191
# We run tests on k3s version of latest SCALE release
9292
k3s-version:
93-
- v1.26.6+k3s1
93+
- v1.26.15+k3s1
9494

9595
steps:
9696
- name: Checkout

.github/workflows/common_library_tests.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ jobs:
9494
matrix:
9595
# We run tests on k3s version of latest SCALE release, SCALE nightly and manually defined "latest"
9696
k3s-version:
97-
- v1.26.6+k3s1
97+
- v1.26.15+k3s1
9898
# We run tests on Helm version of latest SCALE release, SCALE nightly and manually defined "latest"
9999
helm-version:
100100
- v3.12.1

0 commit comments

Comments
 (0)