diff --git a/production/helm/values.yaml b/production/helm/values.yaml
index 0754974e9ebe27e9add0e59f28115ba4f2dd5527..dee4dc5e3b2950425f6dbeacce11b8856cb053a6 100644
--- a/production/helm/values.yaml
+++ b/production/helm/values.yaml
@@ -13,7 +13,7 @@ loki:
   image:
     repository: grafana/loki
     tag: master
-    pullPolicy: IfNotPresent
+    pullPolicy: Always # Always pull while in BETA
 
   service:
     port: 3100
@@ -24,7 +24,8 @@ loki:
 
   livenessProbe: {}
 
-  resources: {}
+  resources:
+    {}
     # limits:
     #   cpu: 100m
     #   memory: 128Mi
@@ -99,7 +100,7 @@ promtail:
   image:
     repository: grafana/promtail
     tag: master
-    pullPolicy: IfNotPresent
+    pullPolicy: Always # Always pull while in BETA
 
   service:
     port: 3100
@@ -110,7 +111,8 @@ promtail:
 
   livenessProbe: {}
 
-  resources: {}
+  resources:
+    {}
     # limits:
     #   cpu: 100m
     #   memory: 128Mi
@@ -139,7 +141,6 @@ promtail:
     - key: node-role.kubernetes.io/master
       effect: NoSchedule
 
-
   ## Affinity for pod assignment
   ## ref: https://kubernetes.io/docs/concepts/configuration/assign-pod-node/#affinity-and-anti-affinity
   ##