chore(chart-deps): update external-secrets to version 2.10.0 - #3604
Merged
Conversation
Contributor
Author
|
Comparison of Helm chart templating output: # external-secrets/templates/cert-controller-deployment.yaml
@@ spec.template.spec.containers.cert-controller.image @@
! ± value change
- ghcr.io/external-secrets/external-secrets:v2.9.0
+ ghcr.io/external-secrets/external-secrets:v2.10.0
# external-secrets/templates/cert-controller-rbac.yaml
# external-secrets/templates/cert-controller-serviceaccount.yaml
# external-secrets/templates/deployment.yaml
@@ spec.template.spec.containers.external-secrets.image @@
! ± value change
- ghcr.io/external-secrets/external-secrets:v2.9.0
+ ghcr.io/external-secrets/external-secrets:v2.10.0
# external-secrets/templates/rbac.yaml
# external-secrets/templates/serviceaccount.yaml
# external-secrets/templates/validatingwebhook.yaml
# external-secrets/templates/webhook-deployment.yaml
@@ spec.template.spec.containers.webhook.image @@
! ± value change
- ghcr.io/external-secrets/external-secrets:v2.9.0
+ ghcr.io/external-secrets/external-secrets:v2.10.0
# external-secrets/templates/webhook-secret.yaml
# external-secrets/templates/webhook-service.yaml
# external-secrets/templates/webhook-serviceaccount.yaml
# otomi-api/templates/core-config.yaml
@@ data.core.yaml @@
! ± value change in multiline text (two inserts, no deletions)
adminApps:
- deps:
- prometheus
name: alertmanager
[24 lines unchanged)]
tags:
- ingress
- security
- tls
+ - name: external-secrets
+ tags:
+ - secrets
+ - security
- isShared: true
name: gitea
ownHost: true
path: /user/oauth2/otomi-idp
[184 lines unchanged)]
relatedLinks:
- https://kubernetes-sigs.github.io/external-dns/v0.12.2/
repo: https://github.com/kubernetes-sigs/external-dns
title: External DNS
+ external-secrets:
+ about: External Secrets allows you to add secrets in Kubernetes from generated
+ or external sources such as secret management systems.
+ appVersion: 2.10.0
+ integration: App Platform uses External Secrets to manage shared and generated
+ secrets for various applications.
+ license: Apache 2.0
+ maintainers: External Secrets
+ relatedLinks:
+ - https://external-secrets.io/
+ repo: https://github.com/external-secrets/external-secrets
+ title: External Secrets
gitea:
about: Gitea is a painless self-hosted Git service. It is similar to GitHub, Bitbucket,
and GitLab. Gitea is a fork of Gogs. See the Gitea Announcement blog post to
read about the justification for a fork.
[370 lines unchanged)]
path: /explore?orgId=1&left=%7B"datasource":"loki","queries":%5B%7B"refId":"A","expr":"","queryType":"range","datasource":%7B"type":"loki","uid":"loki"%7D%7D%5D,"range":%7B"from":"now-1h","to":"now"%7D%7D
useHost: grafana
- name: tekton
ownHost: true
# otomi-api/templates/deployment.yaml
# rabbitmq-cluster-operator/templates/messaging-topology-operator/validating-webhook-configuration.yaml
# values-repo.yaml
|
Contributor
There was a problem hiding this comment.
🟡 Changes recommended
There are a few user-facing documentation/schema text issues (spelling/wording) in changed YAML/CRD content that should be corrected before merging.
Once you've addressed the issues Copilot identified, you can request another Copilot review.
Pull request overview
This PR bumps the vendored external-secrets Helm chart to 2.10.0, updating chart metadata, CRDs, and exposing new TLS security profile knobs via values.yaml + templates.
Changes:
- Updated chart/version metadata to 2.10.0 (Chart.yaml, dependencies, README badge/table).
- Added global + per-component TLS settings (
tls.*,webhook.tls.*,certController.tls.*) and wired them into controller/webhook/cert-controller container args. - Refreshed CRD templates and packaged CRDs with upstream schema/doc updates (including new provider fields/validations).
File summaries
| File | Description |
|---|---|
| charts/external-secrets/values.yaml | Adds global and component-level TLS configuration values. |
| charts/external-secrets/values.schema.json | Extends values schema to include new tls objects. |
| charts/external-secrets/templates/deployment.yaml | Passes global TLS flags to the main controller when configured. |
| charts/external-secrets/templates/webhook-deployment.yaml | Passes webhook TLS flags using per-webhook overrides with global fallback. |
| charts/external-secrets/templates/cert-controller-deployment.yaml | Passes cert-controller TLS flags using per-component overrides with global fallback. |
| charts/external-secrets/templates/crds/vaultdynamicsecret.yaml | Updates CRD template documentation text. |
| charts/external-secrets/templates/crds/stssessiontoken.yaml | Updates CRD template documentation text. |
| charts/external-secrets/templates/crds/secretstore.yaml | Updates CRD template schema/docs (incl. GitHub/Dependabot additions). |
| charts/external-secrets/templates/crds/quayaccesstoken.yaml | Updates CRD template documentation text. |
| charts/external-secrets/templates/crds/gcraccesstoken.yaml | Updates CRD template documentation text. |
| charts/external-secrets/templates/crds/ecrauthorizationtoken.yaml | Updates CRD template documentation text. |
| charts/external-secrets/templates/crds/clustersecretstore.yaml | Updates CRD template schema/docs (incl. GitHub/Dependabot additions). |
| charts/external-secrets/templates/crds/clustergenerator.yaml | Updates CRD template documentation text. |
| charts/external-secrets/templates/crds/cloudsmithaccesstoken.yaml | Updates CRD template documentation text. |
| charts/external-secrets/templates/crds/acraccesstoken.yaml | Updates CRD template documentation text. |
| charts/external-secrets/crds/vaultdynamicsecret.yaml | Updates packaged CRD documentation text to match upstream. |
| charts/external-secrets/crds/stssessiontoken.yaml | Updates packaged CRD documentation text to match upstream. |
| charts/external-secrets/crds/secretstore.yaml | Updates packaged CRD schema/docs (incl. GitHub/Dependabot additions). |
| charts/external-secrets/crds/quayaccesstoken.yaml | Updates packaged CRD documentation text to match upstream. |
| charts/external-secrets/crds/gcraccesstoken.yaml | Updates packaged CRD documentation text to match upstream. |
| charts/external-secrets/crds/ecrauthorizationtoken.yaml | Updates packaged CRD documentation text to match upstream. |
| charts/external-secrets/crds/clustersecretstore.yaml | Updates packaged CRD schema/docs (incl. GitHub/Dependabot additions). |
| charts/external-secrets/crds/cloudsmithaccesstoken.yaml | Updates packaged CRD documentation text to match upstream. |
| charts/external-secrets/crds/acraccesstoken.yaml | Updates packaged CRD documentation text to match upstream. |
| charts/external-secrets/README.md | Regenerates README for 2.10.0 and documents new TLS values. |
| charts/external-secrets/Chart.yaml | Bumps chart version/appVersion to 2.10.0. |
| charts/dependencies.yaml | Bumps external-secrets dependency version to 2.10.0. |
Review details
- Files reviewed: 27/27 changed files
- Comments generated: 5
- Review effort level: Lite
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
CasLubbers
approved these changes
Sep 10, 2026
CasLubbers
left a comment
Contributor
There was a problem hiding this comment.
Tested on cluster and eso is shown as an app
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.
This PR updates the dependency external-secrets to version 2.10.0.