Skip to content

Commit

Permalink
Merge pull request #148 from t-mialve/mialve/0.1.12-deployment-files
Browse files Browse the repository at this point in the history
Updating deployment files to new CSI image
  • Loading branch information
joe-atzinger authored Nov 20, 2023
2 parents 77a2472 + 94046e2 commit fc35971
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion deploy/csi-azurelustre-controller.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ spec:
cpu: 10m
memory: 20Mi
- name: azurelustre
image: mcr.microsoft.com/oss/kubernetes-csi/azurelustre-csi:v0.1.11
image: mcr.microsoft.com/oss/kubernetes-csi/azurelustre-csi:v0.1.12
imagePullPolicy: IfNotPresent
args:
- "-v=5"
Expand Down
2 changes: 1 addition & 1 deletion deploy/csi-azurelustre-node.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ spec:
cpu: 10m
memory: 20Mi
- name: azurelustre
image: mcr.microsoft.com/oss/kubernetes-csi/azurelustre-csi:v0.1.11
image: mcr.microsoft.com/oss/kubernetes-csi/azurelustre-csi:v0.1.12
imagePullPolicy: IfNotPresent
args:
- "-v=5"
Expand Down

0 comments on commit fc35971

Please sign in to comment.