diff --git a/helm-chart-sources/appscope/values.yaml b/helm-chart-sources/appscope/values.yaml index 729d3a7..e9140b5 100644 --- a/helm-chart-sources/appscope/values.yaml +++ b/helm-chart-sources/appscope/values.yaml @@ -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 diff --git a/helm-chart-sources/edge/values.yaml b/helm-chart-sources/edge/values.yaml index f5b83e6..8eab622 100644 --- a/helm-chart-sources/edge/values.yaml +++ b/helm-chart-sources/edge/values.yaml @@ -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 diff --git a/helm-chart-sources/logstream-leader/values.yaml b/helm-chart-sources/logstream-leader/values.yaml index 555d8fe..0e58183 100644 --- a/helm-chart-sources/logstream-leader/values.yaml +++ b/helm-chart-sources/logstream-leader/values.yaml @@ -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 diff --git a/helm-chart-sources/logstream-workergroup/values.yaml b/helm-chart-sources/logstream-workergroup/values.yaml index e8e02df..d4ac729 100644 --- a/helm-chart-sources/logstream-workergroup/values.yaml +++ b/helm-chart-sources/logstream-workergroup/values.yaml @@ -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