Skip to content

Commit

Permalink
Merge pull request #1116 from kubesphere/update/offline
Browse files Browse the repository at this point in the history
Update imagePullPolicy
  • Loading branch information
hlwanghl authored Sep 15, 2020
2 parents 56cdd99 + 88255dd commit 1a0e1bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion roles/ks-migration/templates/ks-devops-migration.yaml.j2
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ spec:
- command:
- ks-upgrade
image: {{ ks_devops_migration_repo }}:{{ ks_devops_migration_tag }}
imagePullPolicy: Always
imagePullPolicy: IfNotPresent
name: ks-devops-upgrade
terminationMessagePath: /dev/termination-log
terminationMessagePolicy: File
Expand Down

0 comments on commit 1a0e1bf

Please sign in to comment.