Skip to content

Commit

Permalink
Merge pull request #1114 from kubesphere/update/offline
Browse files Browse the repository at this point in the history
adjust image pull policy for air-gapped env
  • Loading branch information
zryfish authored Sep 14, 2020
2 parents 97fc285 + 73c54b5 commit 56cdd99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion roles/ks-migration/templates/ks-upgrade.yaml.j2
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,5 @@ spec:
- --logtostderr
- --v=4
image: {{ ks_update_repo }}:{{ ks_update_tag }}
imagePullPolicy: Always
imagePullPolicy: IfNotPresent
name: ks-upgrade

0 comments on commit 56cdd99

Please sign in to comment.