Skip to content

Commit

Permalink
change the helm pullPolicy since we will be using releases now
Browse files Browse the repository at this point in the history
  • Loading branch information
slim-bean authored and Ed committed Jun 3, 2019
1 parent 0a1786e commit f6a619f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion production/helm/loki/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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: {}
Expand Down
2 changes: 1 addition & 1 deletion production/helm/promtail/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ deploymentStrategy: RollingUpdate
image:
repository: grafana/promtail
tag: latest
pullPolicy: Always # Always pull while in BETA
pullPolicy: IfNotPresent

livenessProbe: {}

Expand Down

0 comments on commit f6a619f

Please sign in to comment.