Skip to content
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

fix(helm): update chart external-secrets ( 0.9.19 → 0.9.20 ) #3919

Merged
merged 1 commit into from
Jul 25, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jul 6, 2024

Mend Renovate

This PR contains the following updates:

Package Update Change
external-secrets patch 0.9.19 -> 0.9.20

Release Notes

external-secrets/external-secrets (external-secrets)

v0.9.20

Compare Source

Image: ghcr.io/external-secrets/external-secrets:v0.9.20
Image: ghcr.io/external-secrets/external-secrets:v0.9.20-ubi
Image: ghcr.io/external-secrets/external-secrets:v0.9.20-ubi-boringssl

What's Changed
New Contributors

Full Changelog: external-secrets/external-secrets@v0.9.19...v0.9.20


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.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

| datasource | package          | from   | to     |
| ---------- | ---------------- | ------ | ------ |
| helm       | external-secrets | 0.9.19 | 0.9.20 |


Signed-off-by: Jeff Billimek <billimek@users.noreply.github.com>
@renovate renovate bot force-pushed the renovate/external-secrets-0.x branch from 7da6d2f to 88464ed Compare July 23, 2024 01:59
Copy link

Helm Release Diff: kube-system/external-secrets/chart/external-secrets.yaml

--- /tmp/tmp.OehBsIiZGZ	2024-07-23 02:00:04.625922153 +0000
+++ /tmp/tmp.cuaeQFIlUG	2024-07-23 02:00:06.101927027 +0000
@@ -130,6 +130,7 @@
       - "pushsecrets/status"
       - "pushsecrets/finalizers"
     verbs:
+      - "get"
       - "update"
       - "patch"
   - apiGroups:
@@ -416,7 +417,7 @@
             runAsUser: 1000
             seccompProfile:
               type: RuntimeDefault
-          image: ghcr.io/external-secrets/external-secrets:v0.9.19
+          image: ghcr.io/external-secrets/external-secrets:v0.9.20
           imagePullPolicy: IfNotPresent
           args:
             - certcontroller
@@ -427,7 +428,9 @@
             - --secret-namespace=default
             - --metrics-addr=:8080
             - --healthz-addr=:8081
-
+            - --loglevel=info
+            - --zap-time-encoding=epoch
+            - --enable-partial-cache=true
           ports:
             - containerPort: 8080
               protocol: TCP
@@ -471,11 +474,13 @@
             runAsUser: 1000
             seccompProfile:
               type: RuntimeDefault
-          image: ghcr.io/external-secrets/external-secrets:v0.9.19
+          image: ghcr.io/external-secrets/external-secrets:v0.9.20
           imagePullPolicy: IfNotPresent
           args:
             - --concurrent=1
             - --metrics-addr=:8080
+            - --loglevel=info
+            - --zap-time-encoding=epoch
           ports:
             - containerPort: 8080
               protocol: TCP
@@ -514,7 +519,7 @@
             runAsUser: 1000
             seccompProfile:
               type: RuntimeDefault
-          image: ghcr.io/external-secrets/external-secrets:v0.9.19
+          image: ghcr.io/external-secrets/external-secrets:v0.9.20
           imagePullPolicy: IfNotPresent
           args:
             - webhook
@@ -524,6 +529,8 @@
             - --check-interval=5m
             - --metrics-addr=:8080
             - --healthz-addr=:8081
+            - --loglevel=info
+            - --zap-time-encoding=epoch
           ports:
             - containerPort: 8080
               protocol: TCP

@billimek billimek merged commit d5db825 into master Jul 25, 2024
2 checks passed
@billimek billimek deleted the renovate/external-secrets-0.x branch July 25, 2024 01:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant