Skip to content
Snippets Groups Projects
Unverified Commit 876f72fa authored by dependabot[bot]'s avatar dependabot[bot] Committed by GitHub
Browse files
parent c62fa362
No related branches found
No related tags found
No related merge requests found
......@@ -101,7 +101,7 @@ jobs:
kubectl describe ds kured
- name: Ensure kured is ready
uses: nick-invision/retry@v1
uses: nick-invision/retry@v2.2.0
with:
timeout_minutes: 10
max_attempts: 10
......@@ -156,7 +156,7 @@ jobs:
run: |
kubectl apply -f kured-rbac.yaml && kubectl apply -f kured-ds.yaml
- name: Ensure kured is ready
uses: nick-invision/retry@v1
uses: nick-invision/retry@v2.2.0
with:
timeout_minutes: 10
max_attempts: 10
......
......@@ -92,7 +92,7 @@ jobs:
kubectl describe ds kured
- name: Ensure kured is ready
uses: nick-invision/retry@v1
uses: nick-invision/retry@v2.2.0
with:
timeout_minutes: 10
max_attempts: 10
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment