fix(ee): switch back to upstream#1265
Conversation
|
Warning Rate limit exceeded
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 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 configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Plus Run ID: 📒 Files selected for processing (1)
✨ Finishing Touches🧪 Generate unit tests (beta)
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. Comment |
--- 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: |
--- 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 |
No description provided.