Skip to content

Commit

Permalink
Merge pull request #226 from AbsaOSS/bump-k3d-action
Browse files Browse the repository at this point in the history
bump AbsaOSS/k3d-action to version v1.0.0
  • Loading branch information
kuritka authored Dec 17, 2020
2 parents e49b688 + 599a990 commit 2c35bd7
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 2c35bd7

Please sign in to comment.