diff --git a/fail2ban-exporter/daemonset.yaml b/fail2ban-exporter/daemonset.yaml index 690d60f..df1e489 100644 --- a/fail2ban-exporter/daemonset.yaml +++ b/fail2ban-exporter/daemonset.yaml @@ -23,7 +23,7 @@ spec: - env: - name: F2B_GEOIP_SERVICE value: fail2ban-geoip - image: git.ar21.de/yolokube/fail2ban-prometheus-exporter:40 + image: git.ar21.de/yolokube/fail2ban-prometheus-exporter:latest imagePullPolicy: IfNotPresent name: fail2ban-prometheus-exporter ports: diff --git a/fail2ban-exporter/deployment.yaml b/fail2ban-exporter/deployment.yaml index ae060bd..1709bf6 100644 --- a/fail2ban-exporter/deployment.yaml +++ b/fail2ban-exporter/deployment.yaml @@ -38,7 +38,7 @@ spec: value: :8080 - name: GEOIP_DATA_URL value: https://data.neuber.io/data.csv - image: git.ar21.de/yolokube/country-geo-locations:25 + image: git.ar21.de/yolokube/country-geo-locations:latest imagePullPolicy: IfNotPresent name: fail2ban-geoip ports: