Skip to content

Commit

Permalink
build(ghwf): enable sanity on k8s 1.25 (#59)
Browse files Browse the repository at this point in the history
  • Loading branch information
vkumbhar94 authored Sep 19, 2022
1 parent d858377 commit 72b8b51
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/label.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ jobs:
labels=$(git diff --dirstat=files,0 origin/main | egrep -o 'charts/(\w+\-?\w+)/' | cut -d'/' -f2 | uniq | tr '\n' ',' | rev | cut -c2- | rev | sed -e 's/,/","/g' -e 's/^/"/g' -e 's/$/"/g')
echo "::set-output name=labels::$labels"
- uses: actions/github-script@v6
if: ${{ steps.get_labels.outputs.labels != '' }}
with:
github-token: ${{ secrets.CHART_RELEASE_TOKEN }}
script: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lint-test-matrix.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
matrix:
# k8sVersion: [v1.24.0, v1.23.5, v1.22.7, v1.21.10, v1.20.15, v1.19.16, v1.17.17, v1.16.15, v1.15.12, v1.14.10 ]
# k8sVersion: [v1.24.0, v1.23.5, v1.22.7, v1.21.10, v1.20.15, v1.19.16, v1.18.20, v1.17.17, v1.16.15, v1.15.12, v1.14.10, v1.13.12]
k8sVersion: [ v1.24.0, v1.23.5, v1.22.7, v1.21.10, v1.20.15 ]
k8sVersion: [ v1.25.0, v1.24.0, v1.23.5, v1.22.7, v1.21.10, v1.20.15 ]
runs-on: ubuntu-latest
steps:
- name: Checkout
Expand Down

0 comments on commit 72b8b51

Please sign in to comment.