feat(helm): update chart external-secrets ( 0.10.7 → 0.20.4 ) - #5295
Open
renovate[bot] wants to merge 1 commit into
Open
feat(helm): update chart external-secrets ( 0.10.7 → 0.20.4 )#5295renovate[bot] wants to merge 1 commit into
renovate[bot] wants to merge 1 commit into
Conversation
Contributor
--- kubernetes/nas-1/apps/kube-system/external-secrets/app Kustomization: flux-system/cluster-apps-external-secrets HelmRelease: kube-system/external-secrets
+++ kubernetes/nas-1/apps/kube-system/external-secrets/app Kustomization: flux-system/cluster-apps-external-secrets HelmRelease: kube-system/external-secrets
@@ -12,13 +12,13 @@
spec:
chart: external-secrets
sourceRef:
kind: HelmRepository
name: external-secrets
namespace: flux-system
- version: 0.9.13
+ version: 0.10.7
install:
createNamespace: true
remediation:
retries: 3
interval: 15m
maxHistory: 2 |
Contributor
--- HelmRelease: kube-system/external-secrets ClusterRole: kube-system/external-secrets-cert-controller
+++ HelmRelease: kube-system/external-secrets ClusterRole: kube-system/external-secrets-cert-controller
@@ -20,15 +20,23 @@
- patch
- apiGroups:
- admissionregistration.k8s.io
resources:
- validatingwebhookconfigurations
verbs:
- - get
- list
- watch
+ - get
+- apiGroups:
+ - admissionregistration.k8s.io
+ resources:
+ - validatingwebhookconfigurations
+ resourceNames:
+ - secretstore-validate
+ - externalsecret-validate
+ verbs:
- update
- patch
- apiGroups:
- ''
resources:
- endpoints
--- HelmRelease: kube-system/external-secrets ClusterRole: kube-system/external-secrets-controller
+++ HelmRelease: kube-system/external-secrets ClusterRole: kube-system/external-secrets-controller
@@ -36,23 +36,26 @@
- clusterexternalsecrets/status
- clusterexternalsecrets/finalizers
- pushsecrets
- pushsecrets/status
- pushsecrets/finalizers
verbs:
+ - get
- update
- patch
- apiGroups:
- generators.external-secrets.io
resources:
- acraccesstokens
- ecrauthorizationtokens
- fakes
- gcraccesstokens
+ - githubaccesstokens
- passwords
- vaultdynamicsecrets
+ - webhooks
verbs:
- get
- list
- watch
- apiGroups:
- ''
--- HelmRelease: kube-system/external-secrets ClusterRole: kube-system/external-secrets-view
+++ HelmRelease: kube-system/external-secrets ClusterRole: kube-system/external-secrets-view
@@ -26,13 +26,15 @@
- generators.external-secrets.io
resources:
- acraccesstokens
- ecrauthorizationtokens
- fakes
- gcraccesstokens
+ - githubaccesstokens
- passwords
- vaultdynamicsecrets
+ - webhooks
verbs:
- get
- watch
- list
--- HelmRelease: kube-system/external-secrets ClusterRole: kube-system/external-secrets-edit
+++ HelmRelease: kube-system/external-secrets ClusterRole: kube-system/external-secrets-edit
@@ -27,14 +27,16 @@
- generators.external-secrets.io
resources:
- acraccesstokens
- ecrauthorizationtokens
- fakes
- gcraccesstokens
+ - githubaccesstokens
- passwords
- vaultdynamicsecrets
+ - webhooks
verbs:
- create
- delete
- deletecollection
- patch
- update
--- HelmRelease: kube-system/external-secrets Deployment: kube-system/external-secrets-cert-controller
+++ HelmRelease: kube-system/external-secrets Deployment: kube-system/external-secrets-cert-controller
@@ -34,23 +34,26 @@
- ALL
readOnlyRootFilesystem: true
runAsNonRoot: true
runAsUser: 1000
seccompProfile:
type: RuntimeDefault
- image: ghcr.io/external-secrets/external-secrets:v0.9.13
+ image: oci.external-secrets.io/external-secrets/external-secrets:v0.10.7
imagePullPolicy: IfNotPresent
args:
- certcontroller
- --crd-requeue-interval=5m
- --service-name=external-secrets-webhook
- --service-namespace=kube-system
- --secret-name=external-secrets-webhook
- --secret-namespace=kube-system
- --metrics-addr=:8080
- --healthz-addr=:8081
+ - --loglevel=info
+ - --zap-time-encoding=epoch
+ - --enable-partial-cache=true
ports:
- containerPort: 8080
protocol: TCP
name: metrics
readinessProbe:
httpGet:
--- HelmRelease: kube-system/external-secrets Deployment: kube-system/external-secrets
+++ HelmRelease: kube-system/external-secrets Deployment: kube-system/external-secrets
@@ -34,16 +34,19 @@
- ALL
readOnlyRootFilesystem: true
runAsNonRoot: true
runAsUser: 1000
seccompProfile:
type: RuntimeDefault
- image: ghcr.io/external-secrets/external-secrets:v0.9.13
+ image: oci.external-secrets.io/external-secrets/external-secrets:v0.10.7
imagePullPolicy: IfNotPresent
args:
- --concurrent=1
- --metrics-addr=:8080
+ - --loglevel=info
+ - --zap-time-encoding=epoch
ports:
- containerPort: 8080
protocol: TCP
name: metrics
+ dnsPolicy: ClusterFirst
--- HelmRelease: kube-system/external-secrets Deployment: kube-system/external-secrets-webhook
+++ HelmRelease: kube-system/external-secrets Deployment: kube-system/external-secrets-webhook
@@ -34,22 +34,24 @@
- ALL
readOnlyRootFilesystem: true
runAsNonRoot: true
runAsUser: 1000
seccompProfile:
type: RuntimeDefault
- image: ghcr.io/external-secrets/external-secrets:v0.9.13
+ image: oci.external-secrets.io/external-secrets/external-secrets:v0.10.7
imagePullPolicy: IfNotPresent
args:
- webhook
- --port=10250
- --dns-name=external-secrets-webhook.kube-system.svc
- --cert-dir=/tmp/certs
- --check-interval=5m
- --metrics-addr=:8080
- --healthz-addr=:8081
+ - --loglevel=info
+ - --zap-time-encoding=epoch
ports:
- containerPort: 8080
protocol: TCP
name: metrics
- containerPort: 10250
protocol: TCP
--- HelmRelease: kube-system/external-secrets ValidatingWebhookConfiguration: kube-system/secretstore-validate
+++ HelmRelease: kube-system/external-secrets ValidatingWebhookConfiguration: kube-system/secretstore-validate
@@ -1,12 +1,15 @@
---
apiVersion: admissionregistration.k8s.io/v1
kind: ValidatingWebhookConfiguration
metadata:
name: secretstore-validate
labels:
+ app.kubernetes.io/name: external-secrets-webhook
+ app.kubernetes.io/instance: external-secrets
+ app.kubernetes.io/managed-by: Helm
external-secrets.io/component: webhook
webhooks:
- name: validate.secretstore.external-secrets.io
rules:
- apiGroups:
- external-secrets.io
--- HelmRelease: kube-system/external-secrets ValidatingWebhookConfiguration: kube-system/externalsecret-validate
+++ HelmRelease: kube-system/external-secrets ValidatingWebhookConfiguration: kube-system/externalsecret-validate
@@ -1,12 +1,15 @@
---
apiVersion: admissionregistration.k8s.io/v1
kind: ValidatingWebhookConfiguration
metadata:
name: externalsecret-validate
labels:
+ app.kubernetes.io/name: external-secrets-webhook
+ app.kubernetes.io/instance: external-secrets
+ app.kubernetes.io/managed-by: Helm
external-secrets.io/component: webhook
webhooks:
- name: validate.externalsecret.external-secrets.io
rules:
- apiGroups:
- external-secrets.io |
Contributor
🦙 MegaLinter status: ❌ ERROR
See detailed report in MegaLinter reports |
renovate
Bot
force-pushed
the
renovate/nas-1-external-secrets-0.x
branch
from
April 18, 2024 15:09
f2ec7c5 to
7925a29
Compare
renovate
Bot
force-pushed
the
renovate/nas-1-external-secrets-0.x
branch
from
May 1, 2024 18:34
7925a29 to
0559b33
Compare
renovate
Bot
force-pushed
the
renovate/nas-1-external-secrets-0.x
branch
from
May 14, 2024 08:36
0559b33 to
e68f99a
Compare
renovate
Bot
force-pushed
the
renovate/nas-1-external-secrets-0.x
branch
from
June 4, 2024 20:05
e68f99a to
40f402a
Compare
renovate
Bot
force-pushed
the
renovate/nas-1-external-secrets-0.x
branch
from
July 6, 2024 22:18
40f402a to
82b4b73
Compare
renovate
Bot
force-pushed
the
renovate/nas-1-external-secrets-0.x
branch
from
August 3, 2024 11:16
82b4b73 to
c9ff693
Compare
renovate
Bot
force-pushed
the
renovate/nas-1-external-secrets-0.x
branch
from
August 28, 2024 11:52
c9ff693 to
00e6554
Compare
renovate
Bot
force-pushed
the
renovate/nas-1-external-secrets-0.x
branch
from
August 28, 2024 20:15
00e6554 to
b0aafda
Compare
renovate
Bot
force-pushed
the
renovate/nas-1-external-secrets-0.x
branch
from
September 9, 2024 15:28
b0aafda to
e05ce88
Compare
renovate
Bot
force-pushed
the
renovate/nas-1-external-secrets-0.x
branch
from
September 25, 2024 13:45
e05ce88 to
debd967
Compare
renovate
Bot
force-pushed
the
renovate/nas-1-external-secrets-0.x
branch
from
October 25, 2024 07:34
debd967 to
079d9d2
Compare
renovate
Bot
force-pushed
the
renovate/nas-1-external-secrets-0.x
branch
from
November 20, 2024 20:52
079d9d2 to
d1688c2
Compare
renovate
Bot
force-pushed
the
renovate/nas-1-external-secrets-0.x
branch
from
February 26, 2025 15:58
f868e08 to
d67da93
Compare
renovate
Bot
force-pushed
the
renovate/nas-1-external-secrets-0.x
branch
from
March 10, 2025 18:41
d67da93 to
d094308
Compare
renovate
Bot
force-pushed
the
renovate/nas-1-external-secrets-0.x
branch
from
March 19, 2025 16:51
d094308 to
e05cd11
Compare
renovate
Bot
force-pushed
the
renovate/nas-1-external-secrets-0.x
branch
from
March 28, 2025 22:15
e05cd11 to
07cc321
Compare
renovate
Bot
force-pushed
the
renovate/nas-1-external-secrets-0.x
branch
from
April 14, 2025 19:01
07cc321 to
2a31802
Compare
renovate
Bot
force-pushed
the
renovate/nas-1-external-secrets-0.x
branch
from
April 16, 2025 12:16
2a31802 to
39084cd
Compare
renovate
Bot
force-pushed
the
renovate/nas-1-external-secrets-0.x
branch
from
May 7, 2025 13:29
39084cd to
3bf6653
Compare
renovate
Bot
force-pushed
the
renovate/nas-1-external-secrets-0.x
branch
from
May 15, 2025 13:00
3bf6653 to
f464565
Compare
renovate
Bot
force-pushed
the
renovate/nas-1-external-secrets-0.x
branch
from
May 28, 2025 09:55
f464565 to
2156965
Compare
renovate
Bot
force-pushed
the
renovate/nas-1-external-secrets-0.x
branch
from
June 17, 2025 23:01
2156965 to
0966876
Compare
renovate
Bot
force-pushed
the
renovate/nas-1-external-secrets-0.x
branch
from
June 26, 2025 11:15
0966876 to
27bc6ea
Compare
renovate
Bot
force-pushed
the
renovate/nas-1-external-secrets-0.x
branch
from
July 3, 2025 17:06
27bc6ea to
ff75e64
Compare
renovate
Bot
force-pushed
the
renovate/nas-1-external-secrets-0.x
branch
2 times, most recently
from
August 8, 2025 16:54
80bdf84 to
809d809
Compare
| datasource | package | from | to | | ---------- | ---------------- | ------ | ------ | | helm | external-secrets | 0.10.7 | 0.20.4 |
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:
0.10.7→0.20.4Warning
Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
Release Notes
external-secrets/external-secrets (external-secrets)
v0.20.4Compare Source
Image:
ghcr.io/external-secrets/external-secrets:v0.20.4Image:
ghcr.io/external-secrets/external-secrets:v0.20.4-ubiImage:
ghcr.io/external-secrets/external-secrets:v0.20.4-ubi-boringsslWhat's Changed
General
apiandcmdpackage by @Lumexralph in #5413Dependencies
534c2c0to2f698e1by @dependabot[bot] in #54524bcff63to4b7ce07by @dependabot[bot] in #545106083b7to5dc01dbby @dependabot[bot] in #5482New Contributors
Full Changelog: external-secrets/external-secrets@v0.20.3...v0.20.4
v0.20.3Compare Source
Image:
ghcr.io/external-secrets/external-secrets:v0.20.3Image:
ghcr.io/external-secrets/external-secrets:v0.20.3-ubiImage:
ghcr.io/external-secrets/external-secrets:v0.20.3-ubi-boringsslWhat's Changed
General
pkgby @Lumexralph in #5412Dependencies
6ad9415toc423747in /e2e by @dependabot[bot] in #5423b6ed3fdtob6ed3fdby @dependabot[bot] in #5419New Contributors
Full Changelog: external-secrets/external-secrets@v0.20.2...v0.20.3
v0.20.2Compare Source
Image:
ghcr.io/external-secrets/external-secrets:v0.20.2Image:
ghcr.io/external-secrets/external-secrets:v0.20.2-ubiImage:
ghcr.io/external-secrets/external-secrets:v0.20.2-ubi-boringsslWhat's Changed
General
enableby @Skarlso in #5369(pkg/providers)by @Lumexralph in #5362Dependencies
New Contributors
Full Changelog: external-secrets/external-secrets@v0.20.0...v0.20.2
v0.20.1Compare Source
Image:
ghcr.io/external-secrets/external-secrets:v0.20.1Image:
ghcr.io/external-secrets/external-secrets:v0.20.1-ubiImage:
ghcr.io/external-secrets/external-secrets:v0.20.1-ubi-boringsslWhat's Changed
General
ADOPTERS.mdto include SAP by @jakobmoellerdev in #5165helm-values-schema-jsonschema plugin management logic by @jakobmoellerdev in #5212Dependencies
4f0a4e4to7010e70by @dependabot[bot] in #51937010e70to534c2c0by @dependabot[bot] in #52372e114d2tof2ff10aby @dependabot[bot] in #5240b6ed3fdtob6ed3fdby @dependabot[bot] in #5318f2ff10ato87bce11by @dependabot[bot] in #5320Configuration
📅 Schedule: (in timezone America/New_York)
🚦 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.