From 14a68dbe827cef9b7aeed9dd49391cde7dc6aa90 Mon Sep 17 00:00:00 2001 From: Marc 'risson' Schmitt Date: Wed, 11 Dec 2024 17:07:15 +0100 Subject: [PATCH] charts/authentik: update geoip to 7.1.0 (#301) Signed-off-by: Marc 'risson' Schmitt --- charts/authentik/values.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/authentik/values.yaml b/charts/authentik/values.yaml index 24fbcc0..b18a625 100644 --- a/charts/authentik/values.yaml +++ b/charts/authentik/values.yaml @@ -900,7 +900,7 @@ geoip: # -- If defined, a repository for GeoIP images repository: ghcr.io/maxmind/geoipupdate # -- If defined, a tag for GeoIP images - tag: v6.0.0 + tag: v7.1.0 # -- If defined, an image digest for GeoIP images digest: "" # -- If defined, an imagePullPolicy for GeoIP images