Skip to content

Commit

Permalink
Merge pull request criblio#168 from bdalpe/feature/update-pullpolicy
Browse files Browse the repository at this point in the history
Change pullPolicy from Always to IfNotPresent
  • Loading branch information
bdalpe authored Jul 14, 2023
2 parents 1cb163e + 23917ab commit 7fded6d
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 7fded6d

Please sign in to comment.