Skip to content

Commit

Permalink
k3d bumped v5.4.9 -> v5.6.0 on CI
Browse files Browse the repository at this point in the history
  • Loading branch information
arkadius committed Feb 29, 2024
1 parent 75f6c92 commit c2ce5c8
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/helm-test-workflow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ jobs:
- uses: AbsaOSS/[email protected]
with:
cluster-name: "k3s-default"
k3d-version: "v5.4.9" # default version - change with caution, there was some problem after upgrade
k3d-version: "v5.6.0"
args: >-
--config=.k3d/single-cluster.yml
--trace
Expand All @@ -95,9 +95,10 @@ jobs:
with:
name: helm-build
path: dist
- uses: AbsaOSS/k3d-action@v2
- uses: AbsaOSS/k3d-action@v2.4.0
with:
cluster-name: "k3s-default"
k3d-version: "v5.6.0"
args: >-
--config=.k3d/single-cluster.yml
--trace
Expand All @@ -119,9 +120,10 @@ jobs:
with:
name: helm-build
path: dist
- uses: AbsaOSS/k3d-action@v2
- uses: AbsaOSS/k3d-action@v2.4.0
with:
cluster-name: "k3s-default"
k3d-version: "v5.6.0"
args: >-
--config=.k3d/single-cluster.yml
--trace
Expand Down

0 comments on commit c2ce5c8

Please sign in to comment.