-
Notifications
You must be signed in to change notification settings - Fork 15
feat(helm): update chart external-secrets ( 0.10.7 → 0.20.2 ) #5428
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
Open
renovate
wants to merge
1
commit into
main
Choose a base branch
from
renovate/cluster-0-external-secrets-0.x
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
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
--- kubernetes/cluster-0/apps/security/external-secrets/app Kustomization: flux-system/external-secrets HelmRelease: security/external-secrets
+++ kubernetes/cluster-0/apps/security/external-secrets/app Kustomization: flux-system/external-secrets HelmRelease: security/external-secrets
@@ -14,13 +14,13 @@
chart: external-secrets
interval: 30m
sourceRef:
kind: HelmRepository
name: external-secrets
namespace: flux-system
- version: 0.10.7
+ version: 0.15.1
interval: 30m
values:
certController:
image:
repository: ghcr.io/external-secrets/external-secrets
serviceMonitor: |
--- HelmRelease: security/external-secrets ClusterRole: security/external-secrets-controller
+++ HelmRelease: security/external-secrets ClusterRole: security/external-secrets-controller
@@ -13,12 +13,13 @@
resources:
- secretstores
- clustersecretstores
- externalsecrets
- clusterexternalsecrets
- pushsecrets
+ - clusterpushsecrets
verbs:
- get
- list
- watch
- apiGroups:
- external-secrets.io
@@ -35,27 +36,48 @@
- clusterexternalsecrets
- clusterexternalsecrets/status
- clusterexternalsecrets/finalizers
- pushsecrets
- pushsecrets/status
- pushsecrets/finalizers
+ - clusterpushsecrets
+ - clusterpushsecrets/status
+ - clusterpushsecrets/finalizers
verbs:
- get
- update
- patch
- apiGroups:
- generators.external-secrets.io
resources:
+ - generatorstates
+ verbs:
+ - get
+ - list
+ - watch
+ - create
+ - update
+ - patch
+ - delete
+ - deletecollection
+- apiGroups:
+ - generators.external-secrets.io
+ resources:
- acraccesstokens
+ - clustergenerators
- ecrauthorizationtokens
- fakes
- gcraccesstokens
- githubaccesstokens
+ - quayaccesstokens
- passwords
+ - stssessiontokens
+ - uuids
- vaultdynamicsecrets
- webhooks
+ - grafanas
verbs:
- get
- list
- watch
- apiGroups:
- ''
@@ -104,7 +126,15 @@
resources:
- externalsecrets
verbs:
- create
- update
- delete
+- apiGroups:
+ - external-secrets.io
+ resources:
+ - pushsecrets
+ verbs:
+ - create
+ - update
+ - delete
--- HelmRelease: security/external-secrets ClusterRole: security/external-secrets-view
+++ HelmRelease: security/external-secrets ClusterRole: security/external-secrets-view
@@ -15,26 +15,31 @@
- external-secrets.io
resources:
- externalsecrets
- secretstores
- clustersecretstores
- pushsecrets
+ - clusterpushsecrets
verbs:
- get
- watch
- list
- apiGroups:
- generators.external-secrets.io
resources:
- acraccesstokens
+ - clustergenerators
- ecrauthorizationtokens
- fakes
- gcraccesstokens
- githubaccesstokens
+ - quayaccesstokens
- passwords
- vaultdynamicsecrets
- webhooks
+ - grafanas
+ - generatorstates
verbs:
- get
- watch
- list
--- HelmRelease: security/external-secrets ClusterRole: security/external-secrets-edit
+++ HelmRelease: security/external-secrets ClusterRole: security/external-secrets-edit
@@ -14,29 +14,34 @@
- external-secrets.io
resources:
- externalsecrets
- secretstores
- clustersecretstores
- pushsecrets
+ - clusterpushsecrets
verbs:
- create
- delete
- deletecollection
- patch
- update
- apiGroups:
- generators.external-secrets.io
resources:
- acraccesstokens
+ - clustergenerators
- ecrauthorizationtokens
- fakes
- gcraccesstokens
- githubaccesstokens
+ - quayaccesstokens
- passwords
- vaultdynamicsecrets
- webhooks
+ - grafanas
+ - generatorstates
verbs:
- create
- delete
- deletecollection
- patch
- update
--- HelmRelease: security/external-secrets ClusterRole: security/external-secrets-servicebindings
+++ HelmRelease: security/external-secrets ClusterRole: security/external-secrets-servicebindings
@@ -10,11 +10,12 @@
app.kubernetes.io/managed-by: Helm
rules:
- apiGroups:
- external-secrets.io
resources:
- externalsecrets
+ - pushsecrets
verbs:
- get
- list
- watch
--- 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:v0.10.7
+ image: ghcr.io/external-secrets/external-secrets:v0.15.1
imagePullPolicy: IfNotPresent
args:
- certcontroller
- --crd-requeue-interval=5m
- --service-name=external-secrets-webhook
- --service-namespace=security
--- 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:v0.10.7
+ image: ghcr.io/external-secrets/external-secrets:v0.15.1
imagePullPolicy: IfNotPresent
args:
- --concurrent=1
- --metrics-addr=:8080
- --loglevel=info
- --zap-time-encoding=epoch
--- 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:v0.10.7
+ image: ghcr.io/external-secrets/external-secrets:v0.15.1
imagePullPolicy: IfNotPresent
args:
- webhook
- --port=10250
- --dns-name=external-secrets-webhook.security.svc
- --cert-dir=/tmp/certs |
🦙 MegaLinter status: ❌ ERROR
See detailed report in MegaLinter reports |
ecda26d
to
d51564f
Compare
d51564f
to
7358c7e
Compare
7358c7e
to
98dea04
Compare
98dea04
to
a60a34c
Compare
a60a34c
to
a542e14
Compare
a542e14
to
e133f98
Compare
e133f98
to
5618d60
Compare
5618d60
to
4887423
Compare
4887423
to
a0c1091
Compare
a0c1091
to
d8e501f
Compare
d8e501f
to
c355035
Compare
c355035
to
71d7104
Compare
71d7104
to
8055d34
Compare
8055d34
to
38aa5b0
Compare
38aa5b0
to
cd5cec4
Compare
cd5cec4
to
a3460ea
Compare
a3460ea
to
35c58c0
Compare
35c58c0
to
616d9c6
Compare
616d9c6
to
21dd308
Compare
21dd308
to
8135d4d
Compare
| datasource | package | from | to | | ---------- | ---------------- | ------ | ------ | | helm | external-secrets | 0.10.7 | 0.20.2 |
8135d4d
to
49410cb
Compare
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.2
Warning
Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
Release Notes
external-secrets/external-secrets (external-secrets)
v0.20.2
Compare Source
Image:
ghcr.io/external-secrets/external-secrets:v0.20.2
Image:
ghcr.io/external-secrets/external-secrets:v0.20.2-ubi
Image:
ghcr.io/external-secrets/external-secrets:v0.20.2-ubi-boringssl
What's Changed
General
enable
by @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.1
Compare Source
Image:
ghcr.io/external-secrets/external-secrets:v0.20.1
Image:
ghcr.io/external-secrets/external-secrets:v0.20.1-ubi
Image:
ghcr.io/external-secrets/external-secrets:v0.20.1-ubi-boringssl
What's Changed
General
ADOPTERS.md
to include SAP by @jakobmoellerdev in #5165helm-values-schema-json
schema plugin management logic by @jakobmoellerdev in #5212Dependencies
4f0a4e4
to7010e70
by @dependabot[bot] in #51937010e70
to534c2c0
by @dependabot[bot] in #52372e114d2
tof2ff10a
by @dependabot[bot] in #5240b6ed3fd
tob6ed3fd
by @dependabot[bot] in #5318f2ff10a
to87bce11
by @dependabot[bot] in #5320New Contributors
Full Changelog: external-secrets/external-secrets@v0.19.2...v0.20.1
v0.19.2
Compare Source
Image:
ghcr.io/external-secrets/external-secrets:v0.19.2
Image:
ghcr.io/external-secrets/external-secrets:v0.19.2-ubi
Image:
ghcr.io/external-secrets/external-secrets:v0.19.2-ubi-boringssl
What's Changed
2.2.1
by @jakobmoellerdev in #5126b7b9a69
to2e114d2
by @dependabot[bot] in #5118a463a8e
to4f0a4e4
by @dependabot[bot] in #5116New Contributors
Full Changelog: external-secrets/external-secrets@v0.19.1...v0.19.2
v0.19.1
Compare Source
Image:
ghcr.io/external-secrets/external-secrets:v0.19.1
Image:
ghcr.io/external-secrets/external-secrets:v0.19.1-ubi
Image:
ghcr.io/external-secrets/external-secrets:v0.19.1-ubi-boringssl
What's Changed
a910ffa
toa463a8e
by @dependabot[bot] in #5099mutationFunc
by @jakobmoellerdev in #5110New Contributors
Full Changelog: external-secrets/external-secrets@v0.19.0...v0.19.1
v0.19.0
Compare Source
BREAKING CHANGE
🔴 🔴 BREAKING CHANGE 🔴 🔴
Please note that this a breaking change because our CRDs are now too big. Meaning a simple kubectl apply or Argo's default client side apply WILL NOT WORK! You have to add
--server-side
to kubectl apply and in argo add:How to do it in kubectl:
for it to correctly install the CRDs. Thank you.
Image:
ghcr.io/external-secrets/external-secrets:v0.19.0
Image:
ghcr.io/external-secrets/external-secrets:v0.19.0-ubi
Image:
ghcr.io/external-secrets/external-secrets:v0.19.0-ubi-boringssl
What's Changed
ee7ff13
to10f549d
in /e2e by @dependabot[bot] in #499768932fa
to68932fa
by @dependabot[bot] in #5000Configuration
📅 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.