Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upgrade provision-cluster to v0.3.1 #101

Merged
merged 1 commit into from
Apr 24, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/actions/provision-cluster/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/smoke.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand All @@ -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 }}
Expand Down
4 changes: 2 additions & 2 deletions docs/GITHUB_ACTIONS.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand All @@ -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 }}
Expand Down
Loading