k8s-apps/argocd-apps/cert-manager.yaml
root 3ca344ee2d
All checks were successful
AI Review / AI Code Review (pull_request) Successful in 1s
PR Checks / Validate & Security Scan (pull_request) Successful in 6s
upgrade: ingress-nginx 4.14.3, metrics-server 3.13.0, cert-manager 1.19.3
Fix CVE-2024-56171, CVE-2025-15467, CVE-2025-49794/49796 (libxml2, openssl)
Fix CVE-2025-68121 (Go crypto/tls session resumption)

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-16 12:09:27 +01:00

50 lines
1.0 KiB
YAML

apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: cert-manager
namespace: argocd
finalizers:
- resources-finalizer.argocd.argoproj.io
spec:
project: default
source:
chart: cert-manager
repoURL: https://charts.jetstack.io
targetRevision: v1.19.3
helm:
values: |
crds:
enabled: true
resources:
requests:
cpu: 50m
memory: 64Mi
limits:
cpu: 200m
memory: 256Mi
webhook:
resources:
requests:
cpu: 25m
memory: 32Mi
limits:
cpu: 100m
memory: 128Mi
cainjector:
resources:
requests:
cpu: 25m
memory: 64Mi
limits:
cpu: 200m
memory: 256Mi
destination:
server: https://kubernetes.default.svc
namespace: cert-manager
syncPolicy:
automated:
prune: true
selfHeal: true
syncOptions:
- CreateNamespace=true