chore: Update manifests after change

This commit is contained in:
2026-03-27 00:22:35 +00:00
parent 6c6f69ca49
commit 9606bd1b27
11 changed files with 84 additions and 36 deletions

View File

@@ -40,7 +40,7 @@ spec:
runAsUser: 1000
seccompProfile:
type: RuntimeDefault
image: ghcr.io/external-secrets/external-secrets:v2.2.0
image: ghcr.io/external-secrets/external-secrets:v2.2.0@sha256:876e627dbee5b0edd12da49b035469d12418cd6c3c4be5e383ae6a82e8bd4565
imagePullPolicy: IfNotPresent
args:
- certcontroller
@@ -54,6 +54,7 @@ spec:
- --loglevel=info
- --zap-time-encoding=epoch
- --enable-partial-cache=true
- --enable-leader-election=true
ports:
- containerPort: 8080
protocol: TCP
@@ -67,3 +68,7 @@ spec:
path: /readyz
initialDelaySeconds: 20
periodSeconds: 5
resources:
requests:
cpu: 1m
memory: 60Mi