mirror of
https://github.com/kubereboot/kured.git
synced 2026-04-20 08:37:21 +00:00
Bump nick-invision/retry from v1 to v2.2.0
Bumps [nick-invision/retry](https://github.com/nick-invision/retry) from v1 to v2.2.0. - [Release notes](https://github.com/nick-invision/retry/releases) - [Changelog](https://github.com/nick-invision/retry/blob/master/.releaserc.js) - [Commits](https://github.com/nick-invision/retry/compare/v1...fb3bca3fb54f6488d7508c8d1eeb64b94efd5a93) Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
4
.github/workflows/on-pr.yaml
vendored
4
.github/workflows/on-pr.yaml
vendored
@@ -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
|
||||
|
||||
2
.github/workflows/periodics-daily.yaml
vendored
2
.github/workflows/periodics-daily.yaml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user