Skip to content

Commit

Permalink
fixup! prepare release 0.31
Browse files Browse the repository at this point in the history
  • Loading branch information
remyrd committed Aug 28, 2024
1 parent c2612df commit 27cf058
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion deployment/latest/controller.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ spec:
serviceAccount: exoscale-csi-controller
containers:
- name: exoscale-csi-plugin
image: exoscale/csi-driver:0.31.0
image: exoscale/csi-driver:latest
imagePullPolicy: Always
args :
- "--endpoint=$(CSI_ENDPOINT)"
Expand Down
2 changes: 1 addition & 1 deletion deployment/latest/node-driver.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ spec:
priorityClassName: system-node-critical
containers:
- name: exoscale-csi-plugin
image: exoscale/csi-driver:0.31.0
image: exoscale/csi-driver:latest
imagePullPolicy: Always
args :
- "--endpoint=$(CSI_ENDPOINT)"
Expand Down

0 comments on commit 27cf058

Please sign in to comment.