Skip to content

Commit 50b5c45

Browse files
committed
fix: deployment version error in v0.7.1
1 parent 22ce2c6 commit 50b5c45

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

deploy/csi-blob-controller.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ spec:
8282
cpu: 10m
8383
memory: 20Mi
8484
- name: blob
85-
image: mcr.microsoft.com/k8s/csi/blob-csi:v0.7.0
85+
image: mcr.microsoft.com/k8s/csi/blob-csi:v0.7.1
8686
imagePullPolicy: IfNotPresent
8787
args:
8888
- "--v=5"

deploy/csi-blob-node.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ spec:
6666
cpu: 10m
6767
memory: 20Mi
6868
- name: blob
69-
image: mcr.microsoft.com/k8s/csi/blob-csi:v0.7.0
69+
image: mcr.microsoft.com/k8s/csi/blob-csi:v0.7.1
7070
imagePullPolicy: IfNotPresent
7171
args:
7272
- "--v=5"

deploy/v0.7.1/csi-blob-controller.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ spec:
8282
cpu: 10m
8383
memory: 20Mi
8484
- name: blob
85-
image: mcr.microsoft.com/k8s/csi/blob-csi:v0.7.0
85+
image: mcr.microsoft.com/k8s/csi/blob-csi:v0.7.1
8686
imagePullPolicy: IfNotPresent
8787
args:
8888
- "--v=5"

deploy/v0.7.1/csi-blob-node.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ spec:
6666
cpu: 10m
6767
memory: 20Mi
6868
- name: blob
69-
image: mcr.microsoft.com/k8s/csi/blob-csi:v0.7.0
69+
image: mcr.microsoft.com/k8s/csi/blob-csi:v0.7.1
7070
imagePullPolicy: IfNotPresent
7171
args:
7272
- "--v=5"

0 commit comments

Comments
 (0)