We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b43ef17 commit 0ec1c43Copy full SHA for 0ec1c43
.github/workflows/build-test-deploy.yaml
@@ -54,7 +54,7 @@ jobs:
54
with:
55
name: preflight
56
path: bin/
57
- - uses: engineerd/setup-kind@v0.2.0
+ - uses: engineerd/setup-kind@v0.5.0
58
- run: chmod +x bin/preflight
59
- run: ./bin/preflight --interactive=false --format=json https://preflight.replicated.com
60
@@ -87,7 +87,7 @@ jobs:
87
88
name: support-bundle
89
90
91
- run: chmod +x bin/support-bundle
92
- run: ./bin/support-bundle ./examples/support-bundle/sample-collectors.yaml
93
- run: ./bin/support-bundle ./examples/support-bundle/sample-supportbundle.yaml
0 commit comments