Skip to content

fix(ee): switch back to upstream#1265

Merged
jfroy merged 1 commit into
mainfrom
external-secret-upstream
May 14, 2026
Merged

fix(ee): switch back to upstream#1265
jfroy merged 1 commit into
mainfrom
external-secret-upstream

Conversation

@jfroy
Copy link
Copy Markdown
Owner

@jfroy jfroy commented May 14, 2026

No description provided.

@coderabbitai
Copy link
Copy Markdown

coderabbitai Bot commented May 14, 2026

Warning

Rate limit exceeded

@jfroy has exceeded the limit for the number of commits that can be reviewed per hour. Please wait 55 minutes and 43 seconds before requesting another review.

You’ve run out of usage credits. Purchase more in the billing tab.

⌛ How to resolve this issue?

After the wait time has elapsed, a review can be triggered using the @coderabbitai review command as a PR comment. Alternatively, push new commits to this PR.

We recommend that you space out your commits to avoid hitting the rate limit.

🚦 How do rate limits work?

CodeRabbit enforces hourly rate limits for each developer per organization.

Our paid plans have higher rate limits than the trial, open-source and free plans. In all cases, we re-allow further reviews after a brief timeout.

Please see our FAQ for further information.

ℹ️ Review info
⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro Plus

Run ID: 422ff19c-f934-4b68-9fe9-7c0c2b9b1347

📥 Commits

Reviewing files that changed from the base of the PR and between 7992ac3 and b886ff0.

📒 Files selected for processing (1)
  • kubernetes/apps/external-secrets/external-secrets/app/helmrelease.yaml
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch external-secret-upstream

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

@github-actions
Copy link
Copy Markdown

--- kubernetes/apps/external-secrets/external-secrets/app Kustomization: external-secrets/external-secrets HelmRelease: external-secrets/external-secrets

+++ kubernetes/apps/external-secrets/external-secrets/app Kustomization: external-secrets/external-secrets HelmRelease: external-secrets/external-secrets

@@ -33,15 +33,12 @@

       tolerations:
       - effect: NoSchedule
         key: node-role.kubernetes.io/control-plane
         operator: Exists
     grafanaDashboard:
       enabled: true
-    image:
-      repository: registry.kantai.xyz/external-secrets/external-secrets
-      tag: v2.0.1-fix-cache2@sha256:a152c7d99b12a3cee42e716fa676261c6c5794bebc05ac42a4e1fe410d933c39
     livenessProbe:
       enabled: true
     podDisruptionBudget:
       enabled: true
       minAvailable: 1
     serviceMonitor:

@github-actions
Copy link
Copy Markdown

--- HelmRelease: external-secrets/external-secrets Deployment: external-secrets/external-secrets

+++ HelmRelease: external-secrets/external-secrets Deployment: external-secrets/external-secrets

@@ -34,13 +34,13 @@

             - ALL
           readOnlyRootFilesystem: true
           runAsNonRoot: true
           runAsUser: 1000
           seccompProfile:
             type: RuntimeDefault
-        image: registry.kantai.xyz/external-secrets/external-secrets:v2.0.1-fix-cache2@sha256:a152c7d99b12a3cee42e716fa676261c6c5794bebc05ac42a4e1fe410d933c39
+        image: ghcr.io/external-secrets/external-secrets:v2.4.1
         imagePullPolicy: IfNotPresent
         args:
         - --enable-extended-metric-labels=true
         - --concurrent=1
         - --metrics-addr=:8080
         - --loglevel=info

@jfroy jfroy merged commit ed327b1 into main May 14, 2026
7 checks passed
@jfroy jfroy deleted the external-secret-upstream branch May 14, 2026 22:35
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