Skip to content

Commit

Permalink
Pull driver images always
Browse files Browse the repository at this point in the history
  • Loading branch information
iychoi committed Oct 29, 2021
1 parent 348bbe7 commit f99c1ba
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions helm/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ controllerService:
image:
repository: cyverse/irods-csi-driver
tag: v0.4.10
pullPolicy: IfNotPresent
pullPolicy: Always

extraArgs:
- --logtostderr
Expand Down Expand Up @@ -54,7 +54,7 @@ nodeService:
image:
repository: cyverse/irods-csi-driver
tag: v0.4.10
pullPolicy: IfNotPresent
pullPolicy: Always

extraArgs:
- --logtostderr
Expand All @@ -69,7 +69,7 @@ nodeService:
image:
repository: cyverse/irods-csi-driver-pool
tag: v0.4.10
pullPolicy: IfNotPresent
pullPolicy: Always

extraArgs: []

Expand Down

0 comments on commit f99c1ba

Please sign in to comment.