Skip to content

Commit

Permalink
bump AbsaOSS/k3d-action to version v1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kuritka committed Dec 17, 2020
1 parent e49b688 commit 599a990
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
destination-repo: absaoss/k8gb
destination-branch: gh-pages
- name: Create single node k3s cluster
uses: AbsaOSS/k3d-action@main
uses: AbsaOSS/k3d-action@v1.0.0
with:
cluster-name: "test-gslb1"
use-default-registry: false
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/terratest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- uses: actions/checkout@v1

- name: Create 1st k3s Cluster
uses: AbsaOSS/k3d-action@main
uses: AbsaOSS/k3d-action@v1.0.0
with:
cluster-name: "test-gslb1"
use-default-registry: true
Expand All @@ -29,7 +29,7 @@ jobs:
--k3s-server-arg "--no-deploy=traefik,servicelb,metrics-server"
- name: Create 2nd k3s Cluster
uses: AbsaOSS/k3d-action@main
uses: AbsaOSS/k3d-action@v1.0.0
with:
cluster-name: "test-gslb2"
use-default-registry: true
Expand Down

0 comments on commit 599a990

Please sign in to comment.