From efc98c8813893417ed6409b8fa20a949e53ed4eb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Oct 2021 17:02:51 +0000 Subject: [PATCH] build(deps): bump nick-invision/retry from 2.5.0 to 2.5.1 Bumps [nick-invision/retry](https://github.com/nick-invision/retry) from 2.5.0 to 2.5.1. - [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/v2.5.0...v2.5.1) --- updated-dependencies: - dependency-name: nick-invision/retry dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/on-pr-charts.yaml | 2 +- .github/workflows/on-pr.yaml | 10 +++++----- .github/workflows/periodics-daily.yaml | 2 +- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/on-pr-charts.yaml b/.github/workflows/on-pr-charts.yaml index d198941..97ad934 100644 --- a/.github/workflows/on-pr-charts.yaml +++ b/.github/workflows/on-pr-charts.yaml @@ -69,7 +69,7 @@ jobs: kubectl describe ds kured - name: Test if successful deploy - uses: nick-invision/retry@v2.5.0 + uses: nick-invision/retry@v2.5.1 with: timeout_minutes: 10 max_attempts: 10 diff --git a/.github/workflows/on-pr.yaml b/.github/workflows/on-pr.yaml index 19188ed..a9cd9ad 100644 --- a/.github/workflows/on-pr.yaml +++ b/.github/workflows/on-pr.yaml @@ -144,7 +144,7 @@ jobs: kubectl apply -f kured-rbac.yaml && kubectl apply -f kured-ds.yaml - name: Ensure kured is ready - uses: nick-invision/retry@v2.5.0 + uses: nick-invision/retry@v2.5.1 with: timeout_minutes: 10 max_attempts: 10 @@ -217,7 +217,7 @@ jobs: kubectl describe ds kured - name: Ensure kured is ready - uses: nick-invision/retry@v2.5.0 + uses: nick-invision/retry@v2.5.1 with: timeout_minutes: 10 max_attempts: 10 @@ -226,7 +226,7 @@ jobs: command: "kubectl get ds kured | grep -E 'kured.*1.*1.*1.*1.*1' " - name: Get metrics (healthy) - uses: nick-invision/retry@v2.5.0 + uses: nick-invision/retry@v2.5.1 with: timeout_minutes: 2 max_attempts: 12 @@ -238,7 +238,7 @@ jobs: ./tests/kind/create-reboot-sentinels.sh - name: Get metrics (need reboot) - uses: nick-invision/retry@v2.5.0 + uses: nick-invision/retry@v2.5.1 with: timeout_minutes: 15 max_attempts: 10 @@ -308,7 +308,7 @@ jobs: # kubectl describe ds kured # # - name: Ensure kured is ready - # uses: nick-invision/retry@v2.5.0 + # uses: nick-invision/retry@v2.5.1 # with: # timeout_minutes: 10 # max_attempts: 10 diff --git a/.github/workflows/periodics-daily.yaml b/.github/workflows/periodics-daily.yaml index 504ce3e..1639221 100644 --- a/.github/workflows/periodics-daily.yaml +++ b/.github/workflows/periodics-daily.yaml @@ -117,7 +117,7 @@ jobs: kubectl describe ds kured - name: Ensure kured is ready - uses: nick-invision/retry@v2.5.0 + uses: nick-invision/retry@v2.5.1 with: timeout_minutes: 10 max_attempts: 10