Skip to content

Commit

Permalink
K3s 1.31.1, Helm 3.16.2
Browse files Browse the repository at this point in the history
  • Loading branch information
manics committed Oct 20, 2024
1 parent d98e702 commit 184bc19
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/test_and_publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ jobs:
helm-version: v3.5.4
# v4 supports k3s 1.24+
k3s-helm-version: v3
- k3s-version: v1.30.3+k3s1
helm-version: v3.15.3
- k3s-version: v1.31.1+k3s1
helm-version: v3.16.2
steps:
- uses: actions/checkout@v4
with:
Expand Down Expand Up @@ -96,9 +96,9 @@ jobs:
cache: pip
cache-dependency-path: dev-requirements.txt

- uses: azure/setup-helm@v3
- uses: azure/setup-helm@v4
with:
version: v3.14.0
version: v3.16.2

- name: Install dependencies
run: pip install -r dev-requirements.txt
Expand Down

0 comments on commit 184bc19

Please sign in to comment.