-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #101 from datawire/rlane/upgrade-provision-cluster
Upgrade provision-cluster to v0.3.1
- Loading branch information
Showing
3 changed files
with
6 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,7 @@ | |
## Example Usage | ||
|
||
```yaml | ||
- uses: datawire/infra-actions/[email protected].0 | ||
- uses: datawire/infra-actions/[email protected].1 | ||
with: | ||
distribution: Kubeception | ||
version: 1.27 | ||
|
@@ -13,7 +13,7 @@ | |
``` | ||
```yaml | ||
- uses: datawire/infra-actions/[email protected].0 | ||
- uses: datawire/infra-actions/[email protected].1 | ||
with: | ||
distribution: GKE | ||
version: 1.27 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -22,7 +22,7 @@ jobs: | |
- name: Kubectl tool installer | ||
uses: Azure/setup-kubectl@v3 | ||
- id: provision | ||
uses: datawire/infra-actions/[email protected].0 | ||
uses: datawire/infra-actions/[email protected].1 | ||
with: | ||
distribution: GKE | ||
version: ${{ matrix.clusters.version }} | ||
|
@@ -48,7 +48,7 @@ jobs: | |
- name: Kubectl tool installer | ||
uses: Azure/setup-kubectl@v3 | ||
- id: provision | ||
uses: datawire/infra-actions/[email protected].0 | ||
uses: datawire/infra-actions/[email protected].1 | ||
with: | ||
distribution: Kubeception | ||
version: ${{ matrix.clusters.version }} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -25,7 +25,7 @@ jobs: | |
steps: | ||
# The provision-cluster action will automatically register a cleanup hook to remove the | ||
# cluster it provisions when the job is done. | ||
- uses: datawire/infra-actions/[email protected].0 | ||
- uses: datawire/infra-actions/[email protected].1 | ||
with: | ||
distribution: GKE | ||
version: ${{ matrix.clusters.version }} | ||
|
@@ -44,7 +44,7 @@ jobs: | |
steps: | ||
# The provision-cluster action will automatically register a cleanup hook to remove the | ||
# cluster it provisions when the job is done. | ||
- uses: datawire/infra-actions/[email protected].0 | ||
- uses: datawire/infra-actions/[email protected].1 | ||
with: | ||
distribution: Kubeception | ||
version: ${{ matrix.clusters.version }} | ||
|