Skip to content

Commit a9a6f74

Browse files
authored
Merge pull request #486 from andyzhangx/fix-v1.7-image
fix: incorrect v1.7.0 image address
2 parents 95a3d72 + e2dc05b commit a9a6f74

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed
-24 Bytes
Binary file not shown.

charts/v1.7.0/csi-driver-smb/values.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
image:
22
baseRepo: registry.k8s.io/sig-storage
33
smb:
4-
repository: gcr.io/k8s-staging-sig-storage/smbplugin
5-
tag: canary
4+
repository: registry.k8s.io/sig-storage/smbplugin
5+
tag: v1.7.0
66
pullPolicy: IfNotPresent
77
csiProvisioner:
88
repository: registry.k8s.io/sig-storage/csi-provisioner

deploy/v1.7.0/csi-smb-controller.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ spec:
6868
cpu: 10m
6969
memory: 20Mi
7070
- name: smb
71-
image: gcr.io/k8s-staging-sig-storage/smbplugin:canary
71+
image: registry.k8s.io/sig-storage/smbplugin:v1.7.0
7272
imagePullPolicy: IfNotPresent
7373
args:
7474
- "--v=5"

deploy/v1.7.0/csi-smb-node-windows.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ spec:
8282
cpu: 10m
8383
memory: 40Mi
8484
- name: smb
85-
image: gcr.io/k8s-staging-sig-storage/smbplugin:canary
85+
image: registry.k8s.io/sig-storage/smbplugin:v1.7.0
8686
imagePullPolicy: IfNotPresent
8787
args:
8888
- --v=5

deploy/v1.7.0/csi-smb-node.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ spec:
7373
cpu: 10m
7474
memory: 20Mi
7575
- name: smb
76-
image: gcr.io/k8s-staging-sig-storage/smbplugin:canary
76+
image: registry.k8s.io/sig-storage/smbplugin:v1.7.0
7777
imagePullPolicy: IfNotPresent
7878
args:
7979
- "--v=5"

0 commit comments

Comments
 (0)