diff --git a/core-deployments.yaml b/core-deployments.yaml index 6608cf5..ca27c0b 100644 --- a/core-deployments.yaml +++ b/core-deployments.yaml @@ -272,6 +272,13 @@ spec: targetRevision: 3.12.0 helm: releaseName: metrics-server + values: | + metrics: + enabled: true + serviceMonitor: + enabled: true + args: + - --kubelet-insecure-tls destination: server: https://kubernetes.default.svc namespace: kube-system diff --git a/renovate.json b/renovate.json index 7190a60..e4319a3 100644 --- a/renovate.json +++ b/renovate.json @@ -1,3 +1,7 @@ { - "$schema": "https://docs.renovatebot.com/renovate-schema.json" + "$schema": "https://docs.renovatebot.com/renovate-schema.json", + "dependencyDashboard": true, + "major": { + "dependencyDashboardApproval": true + } }