diff --git a/.github/workflows/on-pr-charts.yaml b/.github/workflows/on-pr-charts.yaml index 2553c85..eba436b 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.7.1 + uses: nick-invision/retry@v2.8.0 with: timeout_minutes: 10 max_attempts: 10 diff --git a/.github/workflows/on-pr.yaml b/.github/workflows/on-pr.yaml index 7d8ec1e..15cf4ab 100644 --- a/.github/workflows/on-pr.yaml +++ b/.github/workflows/on-pr.yaml @@ -156,7 +156,7 @@ jobs: kubectl apply -f kured-rbac.yaml && kubectl apply -f kured-ds.yaml - name: Ensure kured is ready - uses: nick-invision/retry@v2.7.1 + uses: nick-invision/retry@v2.8.0 with: timeout_minutes: 10 max_attempts: 10 @@ -229,7 +229,7 @@ jobs: kubectl describe ds kured - name: Ensure kured is ready - uses: nick-invision/retry@v2.7.1 + uses: nick-invision/retry@v2.8.0 with: timeout_minutes: 10 max_attempts: 10 @@ -238,7 +238,7 @@ jobs: command: "kubectl get ds kured | grep -E 'kured.*1.*1.*1.*1.*1' " - name: Get metrics (healthy) - uses: nick-invision/retry@v2.7.1 + uses: nick-invision/retry@v2.8.0 with: timeout_minutes: 2 max_attempts: 12 @@ -250,7 +250,7 @@ jobs: ./tests/kind/create-reboot-sentinels.sh - name: Get metrics (need reboot) - uses: nick-invision/retry@v2.7.1 + uses: nick-invision/retry@v2.8.0 with: timeout_minutes: 15 max_attempts: 10 @@ -320,7 +320,7 @@ jobs: # kubectl describe ds kured # # - name: Ensure kured is ready - # uses: nick-invision/retry@v2.7.1 + # uses: nick-invision/retry@v2.8.0 # with: # timeout_minutes: 10 # max_attempts: 10 diff --git a/.github/workflows/periodics-daily.yaml b/.github/workflows/periodics-daily.yaml index 38637ed..b5cb308 100644 --- a/.github/workflows/periodics-daily.yaml +++ b/.github/workflows/periodics-daily.yaml @@ -122,7 +122,7 @@ jobs: kubectl describe ds kured - name: Ensure kured is ready - uses: nick-invision/retry@v2.7.1 + uses: nick-invision/retry@v2.8.0 with: timeout_minutes: 10 max_attempts: 10