From e887b4da12d4e69ad30ae466e47090b89b55d286 Mon Sep 17 00:00:00 2001 From: Stavros Kois <47820033+stavros-k@users.noreply.github.com> Date: Thu, 18 Jul 2024 17:11:02 +0300 Subject: [PATCH] ci: change k3s version (#2667) --- .github/workflows/charts_tests.yaml | 2 +- .github/workflows/common_library_tests.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/charts_tests.yaml b/.github/workflows/charts_tests.yaml index 1971194018..a92de01a92 100644 --- a/.github/workflows/charts_tests.yaml +++ b/.github/workflows/charts_tests.yaml @@ -90,7 +90,7 @@ jobs: - v3.12.1 # We run tests on k3s version of latest SCALE release k3s-version: - - v1.26.6+k3s1 + - v1.26.15+k3s1 steps: - name: Checkout diff --git a/.github/workflows/common_library_tests.yaml b/.github/workflows/common_library_tests.yaml index 6436930385..191539c3f8 100644 --- a/.github/workflows/common_library_tests.yaml +++ b/.github/workflows/common_library_tests.yaml @@ -94,7 +94,7 @@ jobs: matrix: # We run tests on k3s version of latest SCALE release, SCALE nightly and manually defined "latest" k3s-version: - - v1.26.6+k3s1 + - v1.26.15+k3s1 # We run tests on Helm version of latest SCALE release, SCALE nightly and manually defined "latest" helm-version: - v3.12.1