diff --git a/production/helm/loki/values.yaml b/production/helm/loki/values.yaml
index e871de7ab1cb00ce705a5fa1c235d41b7d16c03f..1cd3bf1b47e6c45089eab129783668d5ac197ce9 100644
--- a/production/helm/loki/values.yaml
+++ b/production/helm/loki/values.yaml
@@ -67,7 +67,7 @@ config:
 image:
   repository: grafana/loki
   tag: latest
-  pullPolicy: Always # Always pull while in BETA
+  pullPolicy: IfNotPresent
 
 ## Additional Loki container arguments, e.g. log level (debug, info, warn, error)
 extraArgs: {}
diff --git a/production/helm/promtail/values.yaml b/production/helm/promtail/values.yaml
index abbd990f4e752e9a2cd411fc0d047a3a04246c15..4e8c7d737393662978191ca05a3ad4337ede620e 100644
--- a/production/helm/promtail/values.yaml
+++ b/production/helm/promtail/values.yaml
@@ -9,7 +9,7 @@ deploymentStrategy: RollingUpdate
 image:
   repository: grafana/promtail
   tag: latest
-  pullPolicy: Always # Always pull while in BETA
+  pullPolicy: IfNotPresent
 
 livenessProbe: {}