Skip to content

Commit

Permalink
fix: deployment version error in v0.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
andyzhangx committed Dec 30, 2020
1 parent 22ce2c6 commit 50b5c45
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion deploy/csi-blob-controller.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ spec:
cpu: 10m
memory: 20Mi
- name: blob
image: mcr.microsoft.com/k8s/csi/blob-csi:v0.7.0
image: mcr.microsoft.com/k8s/csi/blob-csi:v0.7.1
imagePullPolicy: IfNotPresent
args:
- "--v=5"
Expand Down
2 changes: 1 addition & 1 deletion deploy/csi-blob-node.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ spec:
cpu: 10m
memory: 20Mi
- name: blob
image: mcr.microsoft.com/k8s/csi/blob-csi:v0.7.0
image: mcr.microsoft.com/k8s/csi/blob-csi:v0.7.1
imagePullPolicy: IfNotPresent
args:
- "--v=5"
Expand Down
2 changes: 1 addition & 1 deletion deploy/v0.7.1/csi-blob-controller.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ spec:
cpu: 10m
memory: 20Mi
- name: blob
image: mcr.microsoft.com/k8s/csi/blob-csi:v0.7.0
image: mcr.microsoft.com/k8s/csi/blob-csi:v0.7.1
imagePullPolicy: IfNotPresent
args:
- "--v=5"
Expand Down
2 changes: 1 addition & 1 deletion deploy/v0.7.1/csi-blob-node.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ spec:
cpu: 10m
memory: 20Mi
- name: blob
image: mcr.microsoft.com/k8s/csi/blob-csi:v0.7.0
image: mcr.microsoft.com/k8s/csi/blob-csi:v0.7.1
imagePullPolicy: IfNotPresent
args:
- "--v=5"
Expand Down

0 comments on commit 50b5c45

Please sign in to comment.