Skip to content

Commit

Permalink
Merge pull request #486 from andyzhangx/fix-v1.7-image
Browse files Browse the repository at this point in the history
fix: incorrect v1.7.0 image address
  • Loading branch information
andyzhangx committed Jun 2, 2022
2 parents 95a3d72 + e2dc05b commit a9a6f74
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
Binary file modified charts/v1.7.0/csi-driver-smb-v1.7.0.tgz
Binary file not shown.
4 changes: 2 additions & 2 deletions charts/v1.7.0/csi-driver-smb/values.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
image:
baseRepo: registry.k8s.io/sig-storage
smb:
repository: gcr.io/k8s-staging-sig-storage/smbplugin
tag: canary
repository: registry.k8s.io/sig-storage/smbplugin
tag: v1.7.0
pullPolicy: IfNotPresent
csiProvisioner:
repository: registry.k8s.io/sig-storage/csi-provisioner
Expand Down
2 changes: 1 addition & 1 deletion deploy/v1.7.0/csi-smb-controller.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ spec:
cpu: 10m
memory: 20Mi
- name: smb
image: gcr.io/k8s-staging-sig-storage/smbplugin:canary
image: registry.k8s.io/sig-storage/smbplugin:v1.7.0
imagePullPolicy: IfNotPresent
args:
- "--v=5"
Expand Down
2 changes: 1 addition & 1 deletion deploy/v1.7.0/csi-smb-node-windows.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ spec:
cpu: 10m
memory: 40Mi
- name: smb
image: gcr.io/k8s-staging-sig-storage/smbplugin:canary
image: registry.k8s.io/sig-storage/smbplugin:v1.7.0
imagePullPolicy: IfNotPresent
args:
- --v=5
Expand Down
2 changes: 1 addition & 1 deletion deploy/v1.7.0/csi-smb-node.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ spec:
cpu: 10m
memory: 20Mi
- name: smb
image: gcr.io/k8s-staging-sig-storage/smbplugin:canary
image: registry.k8s.io/sig-storage/smbplugin:v1.7.0
imagePullPolicy: IfNotPresent
args:
- "--v=5"
Expand Down

0 comments on commit a9a6f74

Please sign in to comment.