diff --git a/production/helm/loki/values.yaml b/production/helm/loki/values.yaml index e871de7ab1cb0..1cd3bf1b47e6c 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 abbd990f4e752..4e8c7d7373936 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: {}