Use immutable tags for running tasks
This way we can run tasks with `IfNotPresent` and be sure it works as intended.
This commit is contained in:
@@ -16,10 +16,8 @@ spec:
|
||||
nodeSelector: {nodeSelector}
|
||||
containers:
|
||||
- name: task
|
||||
# FIXME: use immutable tag
|
||||
image: docker.io/hamravesh/rawfile-csi:master
|
||||
# FIXME: change to IfNotPresent
|
||||
imagePullPolicy: Always
|
||||
image: {image_repository}:{image_tag}
|
||||
imagePullPolicy: IfNotPresent
|
||||
volumeMounts:
|
||||
- name: data-dir
|
||||
mountPath: /data
|
||||
|
Reference in New Issue
Block a user