diff --git a/charts/stable/pihole/Chart.yaml b/charts/stable/pihole/Chart.yaml index b732dc82d61..de46fb2f2b1 100644 --- a/charts/stable/pihole/Chart.yaml +++ b/charts/stable/pihole/Chart.yaml @@ -34,4 +34,4 @@ sources: - https://hub.docker.com/r/pihole/pihole - https://pi-hole.net/ type: application -version: 18.0.2 +version: 18.0.3 diff --git a/charts/stable/pihole/values.yaml b/charts/stable/pihole/values.yaml index 7914eab7d67..2a4ab736865 100644 --- a/charts/stable/pihole/values.yaml +++ b/charts/stable/pihole/values.yaml @@ -25,6 +25,9 @@ workload: podSpec: containers: main: + env: + PIHOLE_UID: "{{ .Values.securityContext.container.PUID }}" + PIHOLE_GID: "{{ .Values.securityContext.pod.fsGroup }}" envFrom: - configMapRef: name: pihole-env