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>
32 lines
695 B
YAML
32 lines
695 B
YAML
apiVersion: argoproj.io/v1alpha1
|
|
kind: Application
|
|
metadata:
|
|
name: metrics-server
|
|
namespace: argocd
|
|
finalizers:
|
|
- resources-finalizer.argocd.argoproj.io
|
|
spec:
|
|
project: default
|
|
source:
|
|
chart: metrics-server
|
|
repoURL: https://kubernetes-sigs.github.io/metrics-server/
|
|
targetRevision: "3.13.0"
|
|
helm:
|
|
values: |
|
|
args:
|
|
- --kubelet-insecure-tls
|
|
resources:
|
|
requests:
|
|
cpu: 50m
|
|
memory: 64Mi
|
|
limits:
|
|
cpu: 200m
|
|
memory: 128Mi
|
|
destination:
|
|
server: https://kubernetes.default.svc
|
|
namespace: kube-system
|
|
syncPolicy:
|
|
automated:
|
|
prune: true
|
|
selfHeal: true
|