Skip to content

Commit afe3676

Browse files
committed
chore: update master image as gcr.io
1 parent 17ad45f commit afe3676

File tree

6 files changed

+7
-7
lines changed

6 files changed

+7
-7
lines changed

charts/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,8 @@ The following table lists the configurable parameters of the latest SMB CSI Driv
3838
| `driver.name` | alternative driver name | `smb.csi.k8s.io` |
3939
| `feature.enableGetVolumeStats` | allow GET_VOLUME_STATS on agent node | `false` |
4040
| `image.baseRepo` | base repository of driver images | `registry.k8s.io/sig-storage` |
41-
| `image.smb.repository` | csi-driver-smb docker image | `mcr.microsoft.com/k8s/csi/smb-csi` |
42-
| `image.smb.tag` | csi-driver-smb docker image tag | `latest` |
41+
| `image.smb.repository` | csi-driver-smb docker image | `gcr.io/k8s-staging-sig-storage/smbplugin` |
42+
| `image.smb.tag` | csi-driver-smb docker image tag | `canary` |
4343
| `image.smb.pullPolicy` | csi-driver-smb image pull policy | `IfNotPresent` |
4444
| `image.csiProvisioner.repository` | csi-provisioner docker image | `registry.k8s.io/sig-storage/csi-provisioner` |
4545
| `image.csiProvisioner.tag` | csi-provisioner docker image tag | `v3.1.0` |
2 Bytes
Binary file not shown.

charts/latest/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: mcr.microsoft.com/k8s/csi/smb-csi
5-
tag: latest
4+
repository: gcr.io/k8s-staging-sig-storage/smbplugin
5+
tag: canary
66
pullPolicy: IfNotPresent
77
csiProvisioner:
88
repository: registry.k8s.io/sig-storage/csi-provisioner

deploy/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: mcr.microsoft.com/k8s/csi/smb-csi:latest
71+
image: gcr.io/k8s-staging-sig-storage/smbplugin:canary
7272
imagePullPolicy: IfNotPresent
7373
args:
7474
- "--v=5"

deploy/csi-smb-node-windows.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ spec:
8181
cpu: 10m
8282
memory: 40Mi
8383
- name: smb
84-
image: mcr.microsoft.com/k8s/csi/smb-csi:latest
84+
image: gcr.io/k8s-staging-sig-storage/smbplugin:canary
8585
imagePullPolicy: IfNotPresent
8686
args:
8787
- --v=5

deploy/csi-smb-node.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ spec:
7272
cpu: 10m
7373
memory: 20Mi
7474
- name: smb
75-
image: mcr.microsoft.com/k8s/csi/smb-csi:latest
75+
image: gcr.io/k8s-staging-sig-storage/smbplugin:canary
7676
imagePullPolicy: IfNotPresent
7777
args:
7878
- "--v=5"

0 commit comments

Comments
 (0)