feat(helm)!: Update chart external-secrets ( 1.2.0 → 2.0.0 )#2792
Open
renovate[bot] wants to merge 1 commit intomainfrom
Open
feat(helm)!: Update chart external-secrets ( 1.2.0 → 2.0.0 )#2792renovate[bot] wants to merge 1 commit intomainfrom
renovate[bot] wants to merge 1 commit intomainfrom
Conversation
--- HelmRelease: security/external-secrets Deployment: security/external-secrets-cert-controller
+++ HelmRelease: security/external-secrets Deployment: security/external-secrets-cert-controller
@@ -34,13 +34,13 @@
- ALL
readOnlyRootFilesystem: true
runAsNonRoot: true
runAsUser: 1000
seccompProfile:
type: RuntimeDefault
- image: ghcr.io/external-secrets/external-secrets:v1.2.0
+ image: ghcr.io/external-secrets/external-secrets:v2.0.0
imagePullPolicy: IfNotPresent
args:
- certcontroller
- --crd-requeue-interval=5m
- --service-name=external-secrets-webhook
- --service-namespace=security
@@ -52,13 +52,16 @@
- --zap-time-encoding=epoch
- --enable-partial-cache=true
ports:
- containerPort: 8080
protocol: TCP
name: metrics
+ - containerPort: 8081
+ protocol: TCP
+ name: ready
readinessProbe:
httpGet:
- port: 8081
+ port: ready
path: /readyz
initialDelaySeconds: 20
periodSeconds: 5
--- HelmRelease: security/external-secrets Deployment: security/external-secrets
+++ HelmRelease: security/external-secrets Deployment: security/external-secrets
@@ -34,13 +34,13 @@
- ALL
readOnlyRootFilesystem: true
runAsNonRoot: true
runAsUser: 1000
seccompProfile:
type: RuntimeDefault
- image: ghcr.io/external-secrets/external-secrets:v1.2.0
+ image: ghcr.io/external-secrets/external-secrets:v2.0.0
imagePullPolicy: IfNotPresent
args:
- --enable-leader-election=true
- --concurrent=1
- --metrics-addr=:8080
- --loglevel=info
--- HelmRelease: security/external-secrets Deployment: security/external-secrets-webhook
+++ HelmRelease: security/external-secrets Deployment: security/external-secrets-webhook
@@ -34,13 +34,13 @@
- ALL
readOnlyRootFilesystem: true
runAsNonRoot: true
runAsUser: 1000
seccompProfile:
type: RuntimeDefault
- image: ghcr.io/external-secrets/external-secrets:v1.2.0
+ image: ghcr.io/external-secrets/external-secrets:v2.0.0
imagePullPolicy: IfNotPresent
args:
- webhook
- --port=10250
- --dns-name=external-secrets-webhook.security.svc
- --cert-dir=/tmp/certs
@@ -53,15 +53,18 @@
- containerPort: 8080
protocol: TCP
name: metrics
- containerPort: 10250
protocol: TCP
name: webhook
+ - containerPort: 8081
+ protocol: TCP
+ name: ready
readinessProbe:
httpGet:
- port: 8081
+ port: ready
path: /readyz
initialDelaySeconds: 20
periodSeconds: 5
volumeMounts:
- name: certs
mountPath: /tmp/certs
--- HelmRelease: security/external-secrets ValidatingWebhookConfiguration: security/secretstore-validate
+++ HelmRelease: security/external-secrets ValidatingWebhookConfiguration: security/secretstore-validate
@@ -29,12 +29,13 @@
path: /validate-external-secrets-io-v1-secretstore
admissionReviewVersions:
- v1
- v1beta1
sideEffects: None
timeoutSeconds: 5
+ failurePolicy: Fail
- name: validate.clustersecretstore.external-secrets.io
rules:
- apiGroups:
- external-secrets.io
apiVersions:
- v1 |
--- kubernetes/berries/apps/security/external-secrets/app Kustomization: flux-system/cluster-apps-external-secrets HelmRelease: security/external-secrets
+++ kubernetes/berries/apps/security/external-secrets/app Kustomization: flux-system/cluster-apps-external-secrets HelmRelease: security/external-secrets
@@ -13,13 +13,13 @@
chart: external-secrets
interval: 30m
sourceRef:
kind: HelmRepository
name: external-secrets-charts
namespace: flux-system
- version: 1.2.0
+ version: 2.0.0
interval: 30m
values:
backgroundController:
serviceMonitor:
enabled: true
interval: 1m |
--- kubernetes/subterra/apps/security/external-secrets/app Kustomization: flux-system/cluster-apps-external-secrets HelmRelease: security/external-secrets
+++ kubernetes/subterra/apps/security/external-secrets/app Kustomization: flux-system/cluster-apps-external-secrets HelmRelease: security/external-secrets
@@ -13,13 +13,13 @@
chart: external-secrets
interval: 30m
sourceRef:
kind: HelmRepository
name: external-secrets-charts
namespace: flux-system
- version: 1.2.0
+ version: 2.0.0
interval: 30m
values:
backgroundController:
serviceMonitor:
enabled: true
interval: 1m |
--- HelmRelease: security/external-secrets Deployment: security/external-secrets-cert-controller
+++ HelmRelease: security/external-secrets Deployment: security/external-secrets-cert-controller
@@ -34,13 +34,13 @@
- ALL
readOnlyRootFilesystem: true
runAsNonRoot: true
runAsUser: 1000
seccompProfile:
type: RuntimeDefault
- image: ghcr.io/external-secrets/external-secrets:v1.2.0
+ image: ghcr.io/external-secrets/external-secrets:v2.0.0
imagePullPolicy: IfNotPresent
args:
- certcontroller
- --crd-requeue-interval=5m
- --service-name=external-secrets-webhook
- --service-namespace=security
@@ -52,13 +52,16 @@
- --zap-time-encoding=epoch
- --enable-partial-cache=true
ports:
- containerPort: 8080
protocol: TCP
name: metrics
+ - containerPort: 8081
+ protocol: TCP
+ name: ready
readinessProbe:
httpGet:
- port: 8081
+ port: ready
path: /readyz
initialDelaySeconds: 20
periodSeconds: 5
--- HelmRelease: security/external-secrets Deployment: security/external-secrets
+++ HelmRelease: security/external-secrets Deployment: security/external-secrets
@@ -34,13 +34,13 @@
- ALL
readOnlyRootFilesystem: true
runAsNonRoot: true
runAsUser: 1000
seccompProfile:
type: RuntimeDefault
- image: ghcr.io/external-secrets/external-secrets:v1.2.0
+ image: ghcr.io/external-secrets/external-secrets:v2.0.0
imagePullPolicy: IfNotPresent
args:
- --enable-leader-election=true
- --concurrent=1
- --metrics-addr=:8080
- --loglevel=info
--- HelmRelease: security/external-secrets Deployment: security/external-secrets-webhook
+++ HelmRelease: security/external-secrets Deployment: security/external-secrets-webhook
@@ -34,13 +34,13 @@
- ALL
readOnlyRootFilesystem: true
runAsNonRoot: true
runAsUser: 1000
seccompProfile:
type: RuntimeDefault
- image: ghcr.io/external-secrets/external-secrets:v1.2.0
+ image: ghcr.io/external-secrets/external-secrets:v2.0.0
imagePullPolicy: IfNotPresent
args:
- webhook
- --port=10250
- --dns-name=external-secrets-webhook.security.svc
- --cert-dir=/tmp/certs
@@ -53,15 +53,18 @@
- containerPort: 8080
protocol: TCP
name: metrics
- containerPort: 10250
protocol: TCP
name: webhook
+ - containerPort: 8081
+ protocol: TCP
+ name: ready
readinessProbe:
httpGet:
- port: 8081
+ port: ready
path: /readyz
initialDelaySeconds: 20
periodSeconds: 5
volumeMounts:
- name: certs
mountPath: /tmp/certs
--- HelmRelease: security/external-secrets ValidatingWebhookConfiguration: security/secretstore-validate
+++ HelmRelease: security/external-secrets ValidatingWebhookConfiguration: security/secretstore-validate
@@ -29,12 +29,13 @@
path: /validate-external-secrets-io-v1-secretstore
admissionReviewVersions:
- v1
- v1beta1
sideEffects: None
timeoutSeconds: 5
+ failurePolicy: Fail
- name: validate.clustersecretstore.external-secrets.io
rules:
- apiGroups:
- external-secrets.io
apiVersions:
- v1 |
| datasource | package | from | to | | ---------- | ---------------- | ----- | ----- | | helm | external-secrets | 1.2.0 | 2.0.0 |
89fad6f to
e35f63c
Compare
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:
1.2.0→2.0.0Warning
Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
Release Notes
external-secrets/external-secrets (external-secrets)
v2.0.0Compare Source
BREAKING CHANGE
Please note that this release removed two of the unsupported and unmaintained providers Alibaba and Device42.
Image:
ghcr.io/external-secrets/external-secrets:v2.0.0Image:
ghcr.io/external-secrets/external-secrets:v2.0.0-ubiImage:
ghcr.io/external-secrets/external-secrets:v2.0.0-ubi-boringsslWhat's Changed
General
New Contributors
Full Changelog: external-secrets/external-secrets@v1.3.2...v2.0.0
v1.3.2Compare Source
Image:
ghcr.io/external-secrets/external-secrets:v1.3.2Image:
ghcr.io/external-secrets/external-secrets:v1.3.2-ubiImage:
ghcr.io/external-secrets/external-secrets:v1.3.2-ubi-boringsslWhat's Changed
General
Dependencies
22e9573to1f84f5cby @dependabot[bot] in #587193d5a27todcc3150by @dependabot[bot] in #5875d9b2e14to98e6cffby @dependabot[bot] in #5907865b95fto2510918in /hack/api-docs by @dependabot[bot] in #5914dcc3150toce70bcfby @dependabot[bot] in #59111f84f5ctoc8df11bby @dependabot[bot] in #5908865b95fto2510918by @dependabot[bot] in #5906New Contributors
Full Changelog: external-secrets/external-secrets@v1.3.1...v1.3.2
v1.3.1Compare Source
Image:
ghcr.io/external-secrets/external-secrets:v1.3.1Image:
ghcr.io/external-secrets/external-secrets:v1.3.1-ubiImage:
ghcr.io/external-secrets/external-secrets:v1.3.1-ubi-boringsslFor a Full release please referre to https://github.com/external-secrets/external-secrets/releases/tag/v1.3.0. This is a fix build for the docker publish flow.
What's Changed
General
Full Changelog: external-secrets/external-secrets@v1.3.0...v1.3.1
v1.2.1Compare Source
Image:
ghcr.io/external-secrets/external-secrets:v1.2.1Image:
ghcr.io/external-secrets/external-secrets:v1.2.1-ubiImage:
ghcr.io/external-secrets/external-secrets:v1.2.1-ubi-boringsslWhat's Changed
General
Dependencies
2611181toac09a5fby @dependabot[bot] in #575851183f2to865b95fin /hack/api-docs by @dependabot[bot] in #576551183f2to865b95fby @dependabot[bot] in #5756d4feb57to3816d30by @dependabot[bot] in #5757071811ato92e4d08by @dependabot[bot] in #5759New Contributors
Full Changelog: external-secrets/external-secrets@v1.2.0...v1.2.1
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.