-
Notifications
You must be signed in to change notification settings - Fork 691
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Configure max retries #1633
Configure max retries #1633
Conversation
Signed-off-by: Alvaro Neira Ayuso <[email protected]>
0cba988
to
d6ca677
Compare
PR to include the changes request on #1605 |
Signed-off-by: Alvaro Neira Ayuso <[email protected]>
59cad65
to
e52e6a6
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Some minor changes in the README and a suggestion for the default retry behaviour
Co-authored-by: Alfredo Garcia <[email protected]> Signed-off-by: Alvaro Neira Ayuso <[email protected]>
Co-authored-by: Alfredo Garcia <[email protected]> Signed-off-by: Alvaro Neira Ayuso <[email protected]>
Signed-off-by: Alvaro Neira Ayuso <[email protected]>
b58e83a
to
ba7ccd0
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice improvement, thanks @alvneiayu !
This MR contains the following updates: | Package | Update | Change | |---|---|---| | [bitnami-labs/sealed-secrets](https://github.com/bitnami-labs/sealed-secrets) | patch | `v0.27.2` -> `v0.27.3` | MR created with the help of [el-capitano/tools/renovate-bot](https://gitlab.com/el-capitano/tools/renovate-bot). **Proposed changes to behavior should be submitted there as MRs.** --- ### Release Notes <details> <summary>bitnami-labs/sealed-secrets (bitnami-labs/sealed-secrets)</summary> ### [`v0.27.3`](https://github.com/bitnami-labs/sealed-secrets/blob/HEAD/RELEASE-NOTES.md#v0273) [Compare Source](bitnami-labs/sealed-secrets@v0.27.2...v0.27.3) - Bump k8s.io/apimachinery from 0.31.2 to 0.31.3 ([#​1642](bitnami-labs/sealed-secrets#1642)) - Bump k8s.io/code-generator from 0.31.2 to 0.31.3 ([#​1643](bitnami-labs/sealed-secrets#1643)) - Bump github.com/onsi/gomega from 1.35.1 to 1.36.0 ([#​1645](bitnami-labs/sealed-secrets#1645)) - re-introduce install instructions with to releases ([#​1649](bitnami-labs/sealed-secrets#1649)) - Properly error out when input file doesn't exist ([#​1640](bitnami-labs/sealed-secrets#1640)) - Bump github.com/onsi/ginkgo/v2 from 2.21.0 to 2.22.0 ([#​1641](bitnami-labs/sealed-secrets#1641)) - Bump golang.org/x/crypto from 0.28.0 to 0.29.0 ([#​1635](bitnami-labs/sealed-secrets#1635)) - Configure max retries ([#​1633](bitnami-labs/sealed-secrets#1633)) - Label "app.kubernetes.io/instance" in the Prometheus metric ([#​1620](bitnami-labs/sealed-secrets#1620)) - Bump github.com/onsi/gomega from 1.34.2 to 1.35.1 ([#​1624](bitnami-labs/sealed-secrets#1624)) - Adding keyttl and keycutofftime options to helm chart ([#​1610](bitnami-labs/sealed-secrets#1610)) - Bump github.com/onsi/ginkgo/v2 from 2.20.2 to 2.21.0 ([#​1623](bitnami-labs/sealed-secrets#1623)) </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever MR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this MR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this MR, check this box --- This MR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy40NDAuNyIsInVwZGF0ZWRJblZlciI6IjM3LjQ0MC43IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJSZW5vdmF0ZSBCb3QiXX0=-->
Description of the change
Allow to configure max retries
Applicable issues