Skip to content

Commit

Permalink
pull yurt-tunnel-server image when IfNotPresent
Browse files Browse the repository at this point in the history
  • Loading branch information
Congrool authored and YRXING committed Oct 9, 2021
1 parent 7d6345c commit 1d835b0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion config/setup/yurt-tunnel-server.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ spec:
containers:
- name: yurt-tunnel-server
image: openyurt/yurt-tunnel-server:latest
imagePullPolicy: Always
imagePullPolicy: IfNotPresent
command:
- yurt-tunnel-server
args:
Expand Down
2 changes: 1 addition & 1 deletion config/yaml-template/yurt-tunnel-server.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ spec:
containers:
- name: __project_prefix__-tunnel-server
image: __repo__/__project_prefix__-tunnel-server:__tag__
imagePullPolicy: Always
imagePullPolicy: IfNotPresent
command:
- __project_prefix__-tunnel-server
args:
Expand Down
2 changes: 1 addition & 1 deletion pkg/yurtctl/constants/yurt-tunnel-server-tmpl.go
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@ spec:
containers:
- name: yurt-tunnel-server
image: {{.image}}
imagePullPolicy: Always
imagePullPolicy: IfNotPresent
command:
- yurt-tunnel-server
args:
Expand Down

0 comments on commit 1d835b0

Please sign in to comment.