feat(helm): update chart external-secrets ( 2.1.0 → 2.2.0 )#3268
Open
renovate[bot] wants to merge 1 commit intomainfrom
Open
feat(helm): update chart external-secrets ( 2.1.0 → 2.2.0 )#3268renovate[bot] wants to merge 1 commit intomainfrom
renovate[bot] wants to merge 1 commit intomainfrom
Conversation
| datasource | package | from | to | | ---------- | ---------------- | ----- | ----- | | helm | external-secrets | 2.1.0 | 2.2.0 | Signed-off-by: Roger Rumao <rogerrum@users.noreply.github.com>
|
Path: --- /tmp/tmp.seis2WXcfa 2026-03-20 21:50:58.188150328 +0000
+++ /tmp/tmp.kyy9aNd0rb 2026-03-20 21:50:59.987168035 +0000
@@ -1037,6 +1037,7 @@
namespaceSelector:
description: |-
The labels to select by to find the Namespaces to create the ExternalSecrets in.
+
Deprecated: Use NamespaceSelectors instead.
properties:
matchExpressions:
@@ -1136,6 +1137,7 @@
namespaces:
description: |-
Choose namespaces by name. This field is ORed with anything that NamespaceSelectors ends up choosing.
+
Deprecated: Use NamespaceSelectors instead.
items:
maxLength: 63
@@ -1907,6 +1909,7 @@
namespaces:
description: |-
Choose namespaces by name. This field is ORed with anything that NamespaceSelectors ends up choosing.
+
Deprecated: Use NamespaceSelectors instead.
items:
maxLength: 63
@@ -3573,6 +3576,7 @@
Optional audiences field that will be used to request a temporary Kubernetes service
account token for the service account referenced by `serviceAccountRef`.
Defaults to a single audience `vault` it not specified.
+
Deprecated: use serviceAccountRef.Audiences instead
items:
type: string
@@ -3582,6 +3586,7 @@
Optional expiration time in seconds that will be used to request a temporary
Kubernetes service account token for the service account referenced by
`serviceAccountRef`.
+
Deprecated: this will be removed in the future.
Defaults to 10 minutes.
format: int64
@@ -9781,6 +9786,7 @@
Optional audiences field that will be used to request a temporary Kubernetes service
account token for the service account referenced by `serviceAccountRef`.
Defaults to a single audience `vault` it not specified.
+
Deprecated: use serviceAccountRef.Audiences instead
items:
type: string
@@ -9790,6 +9796,7 @@
Optional expiration time in seconds that will be used to request a temporary
Kubernetes service account token for the service account referenced by
`serviceAccountRef`.
+
Deprecated: this will be removed in the future.
Defaults to 10 minutes.
format: int64
@@ -14309,6 +14316,7 @@
Optional audiences field that will be used to request a temporary Kubernetes service
account token for the service account referenced by `serviceAccountRef`.
Defaults to a single audience `vault` it not specified.
+
Deprecated: use serviceAccountRef.Audiences instead
items:
type: string
@@ -14318,6 +14326,7 @@
Optional expiration time in seconds that will be used to request a temporary
Kubernetes service account token for the service account referenced by
`serviceAccountRef`.
+
Deprecated: this will be removed in the future.
Defaults to 10 minutes.
format: int64
@@ -15389,6 +15398,9 @@
- jsonPath: .status.conditions[?(@.type=="Ready")].status
name: Ready
type: string
+ - jsonPath: .status.refreshTime
+ name: Last Sync
+ type: date
name: v1
schema:
openAPIV3Schema:
@@ -16106,6 +16118,9 @@
- jsonPath: .status.conditions[?(@.type=="Ready")].status
name: Ready
type: string
+ - jsonPath: .status.refreshTime
+ name: Last Sync
+ type: date
deprecated: true
name: v1beta1
schema:
@@ -17655,6 +17670,9 @@
- jsonPath: .status.conditions[?(@.type=="Ready")].reason
name: Status
type: string
+ - jsonPath: .status.refreshTime
+ name: Last Sync
+ type: date
name: v1alpha1
schema:
openAPIV3Schema:
@@ -23170,6 +23188,7 @@
Optional audiences field that will be used to request a temporary Kubernetes service
account token for the service account referenced by `serviceAccountRef`.
Defaults to a single audience `vault` it not specified.
+
Deprecated: use serviceAccountRef.Audiences instead
items:
type: string
@@ -23179,6 +23198,7 @@
Optional expiration time in seconds that will be used to request a temporary
Kubernetes service account token for the service account referenced by
`serviceAccountRef`.
+
Deprecated: this will be removed in the future.
Defaults to 10 minutes.
format: int64
@@ -27697,6 +27717,7 @@
Optional audiences field that will be used to request a temporary Kubernetes service
account token for the service account referenced by `serviceAccountRef`.
Defaults to a single audience `vault` it not specified.
+
Deprecated: use serviceAccountRef.Audiences instead
items:
type: string
@@ -27706,6 +27727,7 @@
Optional expiration time in seconds that will be used to request a temporary
Kubernetes service account token for the service account referenced by
`serviceAccountRef`.
+
Deprecated: this will be removed in the future.
Defaults to 10 minutes.
format: int64
@@ -29391,6 +29413,7 @@
Optional audiences field that will be used to request a temporary Kubernetes service
account token for the service account referenced by `serviceAccountRef`.
Defaults to a single audience `vault` it not specified.
+
Deprecated: use serviceAccountRef.Audiences instead
items:
type: string
@@ -29400,6 +29423,7 @@
Optional expiration time in seconds that will be used to request a temporary
Kubernetes service account token for the service account referenced by
`serviceAccountRef`.
+
Deprecated: this will be removed in the future.
Defaults to 10 minutes.
format: int64
@@ -30585,7 +30609,7 @@
runAsUser: 1000
seccompProfile:
type: RuntimeDefault
- image: ghcr.io/external-secrets/external-secrets:v2.1.0
+ image: ghcr.io/external-secrets/external-secrets:v2.2.0
imagePullPolicy: IfNotPresent
args:
- certcontroller
@@ -30645,7 +30669,7 @@
runAsUser: 1000
seccompProfile:
type: RuntimeDefault
- image: ghcr.io/external-secrets/external-secrets:v2.1.0
+ image: ghcr.io/external-secrets/external-secrets:v2.2.0
imagePullPolicy: IfNotPresent
args:
- --concurrent=1
@@ -30690,7 +30714,7 @@
runAsUser: 1000
seccompProfile:
type: RuntimeDefault
- image: ghcr.io/external-secrets/external-secrets:v2.1.0
+ image: ghcr.io/external-secrets/external-secrets:v2.2.0
imagePullPolicy: IfNotPresent
args:
- webhook |
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 contains the following updates:
2.1.0→2.2.0Release Notes
external-secrets/external-secrets (external-secrets)
v2.2.0Compare Source
Image:
ghcr.io/external-secrets/external-secrets:v2.2.0Image:
ghcr.io/external-secrets/external-secrets:v2.2.0-ubiImage:
ghcr.io/external-secrets/external-secrets:v2.2.0-ubi-boringsslWhat's Changed
General
Dependencies
28efbe9to47b2d72by @dependabot[bot] in #6088cecb1cdto6ed9f6fby @dependabot[bot] in #6087New Contributors
Full Changelog: external-secrets/external-secrets@v2.1.0...v2.2.0
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 PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.