diff --git a/charts/geoip-fetcher/templates/cronjob.yaml b/charts/geoip-fetcher/templates/cronjob.yaml
index fc7736f440d44345c2020a7d60f7a3df5b819c93..c862c3fd29ff1a17e7587c69f29f8feeba57a8e7 100644
--- a/charts/geoip-fetcher/templates/cronjob.yaml
+++ b/charts/geoip-fetcher/templates/cronjob.yaml
@@ -6,7 +6,7 @@ metadata:
   labels:
     {{- include "geoip-fetcher.labels" . | nindent 4 }}
 spec:
-  schedule: '22 */12 * * *'
+  schedule: '22 */6 * * *'
   concurrencyPolicy: Forbid
   failedJobsHistoryLimit: 3
   successfulJobsHistoryLimit: 3