diff --git a/infrastructure/monitoring/release.yaml b/infrastructure/monitoring/release.yaml
index 0294fde7cf16c55b3498e0adddede4b8915605de..7b12035ff058124348e80d2e798c033c299cce06 100644
--- a/infrastructure/monitoring/release.yaml
+++ b/infrastructure/monitoring/release.yaml
@@ -150,12 +150,13 @@ data:
         enabled: true
         patch:
           enabled: true
-          image:
-            repository: k8s.gcr.io/ingress-nginx/kube-webhook-certgen
-            tag: v1.0
-            sha: "f3b6b39a6062328c095337b4cadcefd1612348fdd5190b1dcbcb9b9e90bd8068"
-            pullPolicy: IfNotPresent
-          resources: {}
+          resources:
+            limits:
+              cpu: 500m
+              memory: 512Mi
+            requests:
+              cpu: 100m
+              memory: 256Mi
           priorityClassName: "system-cluster-critical"
           securityContext:
             runAsGroup: 2000