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:
Mehran Kholdi
2020-05-29 19:20:03 +04:30
parent 0ab1e393fc
commit 46bd3565a0
9 changed files with 33 additions and 8 deletions

View File

@@ -44,6 +44,8 @@ spec:
env:
- name: CSI_ENDPOINT
value: unix:///csi/csi.sock
- name: IMAGE_REPOSITORY
value: "{{ .Values.controller.image.repository }}"
volumeMounts:
- name: socket-dir
mountPath: /csi

View File

@@ -62,6 +62,8 @@ spec:
env:
- name: CSI_ENDPOINT
value: unix:///csi/csi.sock
- name: IMAGE_REPOSITORY
value: "{{ .Values.node.image.repository }}"
- name: NODE_ID
valueFrom:
fieldRef: