forked from external-secrets/external-secrets
-
Notifications
You must be signed in to change notification settings - Fork 1
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
Updating to the latest of github.com/external-secrets/external-secrets. #10
Closed
Conversation
This file contains 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
Signed-off-by: rogertuma <[email protected]>
* extra pod spec option added to helm deployment Signed-off-by: Adrian Robotka <[email protected]> * output of make helm.docs Signed-off-by: Adrian Robotka <[email protected]> --------- Signed-off-by: Adrian Robotka <[email protected]>
Signed-off-by: External Secrets Operator <[email protected]> Co-authored-by: External Secrets Operator <[email protected]>
Signed-off-by: Jongwoo Han <[email protected]>
Signed-off-by: Gergely Brautigam <[email protected]>
make it possible do deactivate processpushsecret when installing namespaced Signed-off-by: fadecore <[email protected]>
* feat: add templating to PushSecret Signed-off-by: Gergely Brautigam <[email protected]> * adding unit tests around templating basic concepts and verifying output Signed-off-by: Gergely Brautigam <[email protected]> * extracting some of the common functions of the parser Signed-off-by: Gergely Brautigam <[email protected]> * remove some more duplication Signed-off-by: Gergely Brautigam <[email protected]> * removed commented out code segment Signed-off-by: Gergely Brautigam <[email protected]> * added documentation for templating feature Signed-off-by: Gergely Brautigam <[email protected]> * simplified the templating for annotations and labels Signed-off-by: Gergely Brautigam <[email protected]> --------- Signed-off-by: Gergely Brautigam <[email protected]>
…2952) Signed-off-by: kaldorn <[email protected]>
Signed-off-by: Moritz Johner <[email protected]>
Signed-off-by: External Secrets Operator <[email protected]> Co-authored-by: External Secrets Operator <[email protected]>
Signed-off-by: Moritz Johner <[email protected]>
Signed-off-by: Moritz Johner <[email protected]>
Bumps golang from 1.20.1 to 1.21.5. --- updated-dependencies: - dependency-name: golang dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Update cert-manager certificate duration to 1 year in the Helm chart. This commit resolves a timing issue in the external-secrets Helm chart, where the default certificate duration was previously not explicitly set. This lack of specification led to conflicts with the cert-manager's lookahead interval. By setting the `webhook.certManager.cert.duration` to "8760h" (one year), we ensure that cert-manager will renew the certificate before the external-secrets webhook starts to report issues, and restarts, due to the certificate nearing expiration (as per the lookahead interval). This solution has been discussed in #2519. Signed-off-by: Thibault Gérondal <[email protected]>
closing |
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.
Problem Statement
Updating to the latest of github.com/external-secrets/external-secrets.
Proposed Changes
Just creating a PR to include the latest commits in the main branch of github.com/external-secrets/external-secrets.
Checklist
git commit --signoff
make test
make reviewable