Skip to content

Commit fd7666f

Browse files
committed
🔧 Update Matrix Profile image pull policy to Always
1 parent 68e524e commit fd7666f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

moderate/moderate/matrix_profile/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ class MatrixProfileJobConfig(Config):
4141

4242
tag: str = "main"
4343
timeout_secs: int = 3600
44-
image_pull_policy: str = "IfNotPresent"
44+
image_pull_policy: str = "Always"
4545
output_bucket: str
4646
file_url: str
4747
analysis_variable: str

0 commit comments

Comments
 (0)