Skip to content

Commit

Permalink
feat: update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
zufardhiyaulhaq committed Apr 4, 2024
1 parent 4077fca commit 12fd070
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,14 +66,14 @@ jobs:
strategy:
fail-fast: false
matrix:
kubernetes: [v1.22.9]
kubernetes: [v1.29.3]
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Setup kubectl
uses: azure/setup-kubectl@v1
with:
version: 'v1.22.7'
version: 'v1.29.3'
- name: Setup helm
uses: azure/setup-helm@v1
with:
Expand Down

0 comments on commit 12fd070

Please sign in to comment.