chore: change MCR repo to gcr repo

fix

fix

update charts files
This commit is contained in:
andyzhangx 2022-04-12 08:35:34 +00:00
parent 69353dd4e4
commit 7b5b6f3449
13 changed files with 11 additions and 11 deletions

View File

@ -41,7 +41,7 @@ The following table lists the configurable parameters of the latest NFS CSI Driv
| `feature.enableFSGroupPolicy` | enable `fsGroupPolicy` on a k8s 1.20+ cluster | `true` |
| `feature.enableInlineVolume` | enable inline volume | `false` |
| `kubeletDir` | alternative kubelet directory | `/var/lib/kubelet` |
| `image.nfs.repository` | csi-driver-nfs image | `mcr.microsoft.com/k8s/csi/nfs-csi` |
| `image.nfs.repository` | csi-driver-nfs image | `k8s.gcr.io/sig-storage/nfsplugin` |
| `image.nfs.tag` | csi-driver-nfs image tag | `latest` |
| `image.nfs.pullPolicy` | csi-driver-nfs image pull policy | `IfNotPresent` |
| `image.csiProvisioner.repository` | csi-provisioner docker image | `k8s.gcr.io/sig-storage/csi-provisioner` |

View File

@ -1,8 +1,8 @@
customLabels: {}
image:
nfs:
repository: mcr.microsoft.com/k8s/csi/nfs-csi
tag: latest
repository: gcr.io/k8s-staging-sig-storage/nfsplugin
tag: canary
pullPolicy: IfNotPresent
csiProvisioner:
repository: k8s.gcr.io/sig-storage/csi-provisioner

View File

@ -1,6 +1,6 @@
image:
nfs:
repository: mcr.microsoft.com/k8s/csi/nfs-csi
repository: k8s.gcr.io/sig-storage/nfsplugin
tag: v3.0.0
pullPolicy: IfNotPresent
csiProvisioner:

View File

@ -1,6 +1,6 @@
image:
nfs:
repository: mcr.microsoft.com/k8s/csi/nfs-csi
repository: k8s.gcr.io/sig-storage/nfsplugin
tag: v3.1.0
pullPolicy: IfNotPresent
csiProvisioner:

View File

@ -67,7 +67,7 @@ spec:
cpu: 10m
memory: 20Mi
- name: nfs
image: mcr.microsoft.com/k8s/csi/nfs-csi:latest
image: gcr.io/k8s-staging-sig-storage/nfsplugin:canary
securityContext:
privileged: true
capabilities:

View File

@ -78,7 +78,7 @@ spec:
capabilities:
add: ["SYS_ADMIN"]
allowPrivilegeEscalation: true
image: mcr.microsoft.com/k8s/csi/nfs-csi:latest
image: gcr.io/k8s-staging-sig-storage/nfsplugin:canary
args:
- "-v=5"
- "--nodeid=$(NODE_ID)"

View File

@ -65,7 +65,7 @@ spec:
cpu: 10m
memory: 20Mi
- name: nfs
image: mcr.microsoft.com/k8s/csi/nfs-csi:v3.0.0
image: k8s.gcr.io/sig-storage/nfsplugin:v3.0.0
securityContext:
privileged: true
capabilities:

View File

@ -82,7 +82,7 @@ spec:
capabilities:
add: ["SYS_ADMIN"]
allowPrivilegeEscalation: true
image: mcr.microsoft.com/k8s/csi/nfs-csi:v3.0.0
image: k8s.gcr.io/sig-storage/nfsplugin:v3.0.0
args:
- "-v=5"
- "--nodeid=$(NODE_ID)"

View File

@ -63,7 +63,7 @@ spec:
cpu: 10m
memory: 20Mi
- name: nfs
image: mcr.microsoft.com/k8s/csi/nfs-csi:v3.1.0
image: k8s.gcr.io/sig-storage/nfsplugin:v3.1.0
securityContext:
privileged: true
capabilities:

View File

@ -80,7 +80,7 @@ spec:
capabilities:
add: ["SYS_ADMIN"]
allowPrivilegeEscalation: true
image: mcr.microsoft.com/k8s/csi/nfs-csi:v3.1.0
image: k8s.gcr.io/sig-storage/nfsplugin:v3.1.0
args:
- "-v=5"
- "--nodeid=$(NODE_ID)"