Skip to content

Commit

Permalink
Merge branch 'update-image-pull-policy' into 'dev'
Browse files Browse the repository at this point in the history
fix: change docker image pull policy to IfNotPresent

See merge request cloudcare-tools/datakit!3264
  • Loading branch information
谭彪 committed Nov 1, 2024
2 parents 9f48465 + c25caf6 commit 3421b12
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion datakit-elinker.template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ spec:
containers:
- name: datakit-elinker
image: pubrepo.guance.com/datakit/datakit-elinker:{{.Version}}
imagePullPolicy: Always
imagePullPolicy: IfNotPresent
env:
- name: POD_NAME
valueFrom:
Expand Down
2 changes: 1 addition & 1 deletion datakit.template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ spec:
# value: iploc
# # ---iploc-end
image: pubrepo.guance.com/datakit/datakit:{{.Version}}
imagePullPolicy: Always
imagePullPolicy: IfNotPresent
name: datakit
ports:
- containerPort: 9529
Expand Down

0 comments on commit 3421b12

Please sign in to comment.