Skip to content

Commit

Permalink
Merge pull request #1273 from GeorgianaElena/pin-kubectl-version
Browse files Browse the repository at this point in the history
CI: pin kubectl version
  • Loading branch information
GeorgianaElena authored May 4, 2022
2 parents 6f05379 + ffbac00 commit 33744b1
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/actions/setup-deploy/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,12 @@ runs:
# behalf.
version: v3.8.2

# Pin kubectl version to 1.23 otherwise interactions with k8s clusters versioned <=1.21 won't work.
# See https://github.com/2i2c-org/infrastructure/issues/1271.
- uses: azure/[email protected]
with:
version: "1.23"

# This step could be cached, but we only do it for a few jobs in the
# workflow where this action is used
- name: Install kops
Expand Down

0 comments on commit 33744b1

Please sign in to comment.