Make controllers kubeclient QPS & Burst configurable.#1834
Merged
alvneiayu merged 1 commit intobitnami-labs:mainfrom Nov 20, 2025
Merged
Make controllers kubeclient QPS & Burst configurable.#1834alvneiayu merged 1 commit intobitnami-labs:mainfrom
alvneiayu merged 1 commit intobitnami-labs:mainfrom
Conversation
Signed-off-by: Levin Jeck <[email protected]>
alvneiayu
approved these changes
Nov 20, 2025
|
Why wasn't the chartVersion bumped? |
tmeijn
pushed a commit
to tmeijn/dotfiles
that referenced
this pull request
Dec 20, 2025
This MR contains the following updates: | Package | Update | Change | |---|---|---| | [bitnami-labs/sealed-secrets](https://github.com/bitnami-labs/sealed-secrets) | minor | `v0.33.1` → `v0.34.0` | 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.34.0`](https://github.com/bitnami-labs/sealed-secrets/blob/HEAD/RELEASE-NOTES.md#v0340) [Compare Source](bitnami-labs/sealed-secrets@v0.33.1...v0.34.0) - Add kseal to README ([#​1852)](bitnami-labs/sealed-secrets#1852)) - Bump golang version to the latest available 1.24 ([#​1854](bitnami-labs/sealed-secrets#1854)) - Bump k8s.io/code-generator from 0.34.2 to 0.34.3 ([#​1850](bitnami-labs/sealed-secrets#1850)) - Bump k8s.io/client-go from 0.34.2 to 0.34.3 ([#​1848](bitnami-labs/sealed-secrets#1848)) - Bump github.com/onsi/ginkgo/v2 from 2.27.2 to 2.27.3 ([#​1843](bitnami-labs/sealed-secrets#1843)) - Bump distroless/static from `87bce11` to `4b2a093` in /docker ([#​1846](bitnami-labs/sealed-secrets#1846)) - Bump github.com/onsi/gomega from 1.38.2 to 1.38.3 ([#​1844](bitnami-labs/sealed-secrets#1844)) - Bump golang.org/x/crypto from 0.45.0 to 0.46.0 ([#​1845](bitnami-labs/sealed-secrets#1845)) - Make controllers kubeclient QPS & Burst configurable. ([#​1834](bitnami-labs/sealed-secrets#1834)) - use default method to watch for key secrets ([#​1831](bitnami-labs/sealed-secrets#1831)) - Bump golang.org/x/crypto from 0.44.0 to 0.45.0 in the go\_modules group across 1 directory ([#​1840](bitnami-labs/sealed-secrets#1840)) - Bump k8s.io/code-generator from 0.34.1 to 0.34.2 ([#​1839](bitnami-labs/sealed-secrets#1839)) - Bump golang.org/x/crypto from 0.43.0 to 0.44.0 ([#​1835](bitnami-labs/sealed-secrets#1835)) - Bump k8s.io/client-go from 0.34.1 to 0.34.2 ([#​1837](bitnami-labs/sealed-secrets#1837)) </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:eyJjcmVhdGVkSW5WZXIiOiI0Mi41OS4xIiwidXBkYXRlZEluVmVyIjoiNDIuNjQuMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiUmVub3ZhdGUgQm90Il19-->
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description of the change
The kubeclients QPS & Burst configuration was exposed by introducing additional CLI parameters. As well as exposing those parameters in the helm chart.
Benefits
When running SealedSecrets controller reconcilation speed at startup will be increased, because more requests can be made. Therefore new Secrets while reconcile should be decrypted faster when having thousand of Secrets in the cluster.
Applicable issues