Skip to content

Commit

Permalink
Change pullPolicy from Always to IfNotPresent
Browse files Browse the repository at this point in the history
  • Loading branch information
bdalpe committed Jul 14, 2023
1 parent a5f1ec9 commit 23917ab
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion helm-chart-sources/appscope/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ image:
# -- Docker image repository to pull images
repository: cribl/scope
# -- When will the Node pull the image
pullPolicy: Always
pullPolicy: IfNotPresent
# -- When will the Node pull the image
tag: 1.3.4

Expand Down
2 changes: 1 addition & 1 deletion helm-chart-sources/edge/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

image:
repository: cribl/cribl
pullPolicy: Always
pullPolicy: IfNotPresent
# Overrides the image tag whose default is the chart appVersion.
tag: 4.1.3

Expand Down
2 changes: 1 addition & 1 deletion helm-chart-sources/logstream-leader/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ replicaCount: 1

criblImage:
repository: cribl/cribl
pullPolicy: Always
pullPolicy: IfNotPresent
# Overrides the image tag whose default is the chart appVersion.
tag: 4.1.3

Expand Down
2 changes: 1 addition & 1 deletion helm-chart-sources/logstream-workergroup/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ serviceAccount:

criblImage:
repository: cribl/cribl
pullPolicy: Always
pullPolicy: IfNotPresent
# Overrides the image tag whose default is the chart appVersion.
tag: 4.1.3

Expand Down

0 comments on commit 23917ab

Please sign in to comment.