diff --git a/.github/workflows/common_library_tests.yaml b/.github/workflows/common_library_tests.yaml index 469a29ed6c..415c6161b5 100644 --- a/.github/workflows/common_library_tests.yaml +++ b/.github/workflows/common_library_tests.yaml @@ -109,10 +109,10 @@ jobs: if: ${{ steps.list-changed.outputs.changes_detected }} == 'true' uses: nolar/setup-k3d-k3s@293b8e5822a20bc0d5bcdd4826f1a665e72aba96 # tag=v1.0.9 with: - # version: v1.22.4+k3s1 - # This version greps wrong deployment name and it fails. + version: v1.22.4+k3s1 + # This versions grabs wrong deployment name and it fails. # version: v1.25.4+k3s1 - version: v1.24 + # version: v1.24 - name: Run chart-testing (install) if: ${{ steps.list-changed.outputs.changes_detected }} == 'true'