Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: switch to mcr oss/kubernetes-csi image #1402

Merged
merged 1 commit into from
Jun 28, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions charts/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -125,11 +125,11 @@ The following table lists the configurable parameters of the latest Azure Disk C
| `driver.azureGoSDKLogLevel` | [Azure go sdk log level](https://github.com/Azure/azure-sdk-for-go/blob/main/documentation/previous-versions-quickstart.md#built-in-basic-requestresponse-logging) | ``(no logs), `DEBUG`, `INFO`, `WARNING`, `ERROR`, [etc](https://github.com/Azure/go-autorest/blob/50e09bb39af124f28f29ba60efde3fa74a4fe93f/logger/logger.go#L65-L73) |
| `feature.enableFSGroupPolicy` | enable `fsGroupPolicy` on a k8s 1.20+ cluster | `true` |
| `image.baseRepo` | base repository of driver images | `mcr.microsoft.com` |
| `image.azuredisk.repository` | azuredisk-csi-driver docker image | `/oss/csi/azuredisk-csi` |
| `image.azuredisk.tag` | azuredisk-csi-driver docker image tag | `latest` |
| `image.azuredisk.repository` | azuredisk-csi-driver docker image | `/oss/kubernetes-csi/azuredisk-csi` |
| `image.azuredisk.tag` | azuredisk-csi-driver docker image tag | `` |
| `image.azuredisk.pullPolicy` | azuredisk-csi-driver image pull policy | `IfNotPresent` |
| `image.csiProvisioner.repository` | csi-provisioner docker image | `/oss/kubernetes-csi/csi-provisioner` |
| `image.csiProvisioner.tag` | csi-provisioner docker image tag | `v3.1.1` |
| `image.csiProvisioner.tag` | csi-provisioner docker image tag | `v3.2.0` |
| `image.csiProvisioner.pullPolicy` | csi-provisioner image pull policy | `IfNotPresent` |
| `image.csiAttacher.repository` | csi-attacher docker image | `/oss/kubernetes-csi/csi-attacher` |
| `image.csiAttacher.tag` | csi-attacher docker image tag | `v3.5.0` |
Expand Down
Binary file modified charts/latest/azuredisk-csi-driver-v1.20.0.tgz
Binary file not shown.
2 changes: 1 addition & 1 deletion charts/latest/azuredisk-csi-driver/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ image:
pullPolicy: IfNotPresent
csiProvisioner:
repository: /oss/kubernetes-csi/csi-provisioner
tag: v3.1.1
tag: v3.2.0
pullPolicy: IfNotPresent
csiAttacher:
repository: /oss/kubernetes-csi/csi-attacher
Expand Down
Binary file modified charts/v1.17.0/azuredisk-csi-driver-v1.17.0.tgz
Binary file not shown.
2 changes: 1 addition & 1 deletion charts/v1.17.0/azuredisk-csi-driver/values.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
image:
baseRepo: mcr.microsoft.com
azuredisk:
repository: /k8s/csi/azuredisk-csi
repository: /oss/kubernetes-csi/azuredisk-csi
tag: v1.17.0
pullPolicy: IfNotPresent
csiProvisioner:
Expand Down
Binary file modified charts/v1.18.0/azuredisk-csi-driver-v1.18.0.tgz
Binary file not shown.
2 changes: 1 addition & 1 deletion charts/v1.18.0/azuredisk-csi-driver/values.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
image:
baseRepo: mcr.microsoft.com
azuredisk:
repository: /k8s/csi/azuredisk-csi
repository: /oss/kubernetes-csi/azuredisk-csi
tag: v1.18.0
pullPolicy: IfNotPresent
csiProvisioner:
Expand Down
Binary file modified charts/v1.19.0/azuredisk-csi-driver-v1.19.0.tgz
Binary file not shown.
2 changes: 1 addition & 1 deletion charts/v1.19.0/azuredisk-csi-driver/values.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
image:
baseRepo: mcr.microsoft.com
azuredisk:
repository: /k8s/csi/azuredisk-csi
repository: /oss/kubernetes-csi/azuredisk-csi
tag: v1.19.0
pullPolicy: IfNotPresent
csiProvisioner:
Expand Down
2 changes: 1 addition & 1 deletion deploy/csi-azuredisk-controller.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ spec:
effect: "NoSchedule"
containers:
- name: csi-provisioner
image: mcr.microsoft.com/oss/kubernetes-csi/csi-provisioner:v3.1.1
image: mcr.microsoft.com/oss/kubernetes-csi/csi-provisioner:v3.2.0
args:
- "--feature-gates=Topology=true"
- "--csi-address=$(ADDRESS)"
Expand Down
2 changes: 1 addition & 1 deletion deploy/v1.17.0/csi-azuredisk-controller.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ spec:
cpu: 10m
memory: 20Mi
- name: azuredisk
image: mcr.microsoft.com/k8s/csi/azuredisk-csi:v1.17.0
image: mcr.microsoft.com/oss/kubernetes-csi/azuredisk-csi:v1.17.0
imagePullPolicy: IfNotPresent
args:
- "--v=5"
Expand Down
4 changes: 2 additions & 2 deletions deploy/v1.17.0/csi-azuredisk-node-windows-hostprocess.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ spec:
hostNetwork: true
initContainers:
- name: init
image: mcr.microsoft.com/k8s/csi/azuredisk-csi:v1.17.0
image: mcr.microsoft.com/oss/kubernetes-csi/azuredisk-csi:v1.17.0
imagePullPolicy: IfNotPresent
command:
- "powershell.exe"
Expand Down Expand Up @@ -94,7 +94,7 @@ spec:
fieldRef:
fieldPath: spec.nodeName
- name: azuredisk
image: mcr.microsoft.com/k8s/csi/azuredisk-csi:v1.17.0
image: mcr.microsoft.com/oss/kubernetes-csi/azuredisk-csi:v1.17.0
imagePullPolicy: IfNotPresent
command:
- "azurediskplugin.exe"
Expand Down
2 changes: 1 addition & 1 deletion deploy/v1.17.0/csi-azuredisk-node-windows.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ spec:
cpu: 10m
memory: 40Mi
- name: azuredisk
image: mcr.microsoft.com/k8s/csi/azuredisk-csi:v1.17.0
image: mcr.microsoft.com/oss/kubernetes-csi/azuredisk-csi:v1.17.0
imagePullPolicy: IfNotPresent
args:
- "--v=5"
Expand Down
2 changes: 1 addition & 1 deletion deploy/v1.17.0/csi-azuredisk-node.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ spec:
cpu: 10m
memory: 20Mi
- name: azuredisk
image: mcr.microsoft.com/k8s/csi/azuredisk-csi:v1.17.0
image: mcr.microsoft.com/oss/kubernetes-csi/azuredisk-csi:v1.17.0
imagePullPolicy: IfNotPresent
args:
- "--v=5"
Expand Down
2 changes: 1 addition & 1 deletion deploy/v1.18.0/csi-azuredisk-controller.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ spec:
cpu: 10m
memory: 20Mi
- name: azuredisk
image: mcr.microsoft.com/k8s/csi/azuredisk-csi:v1.18.0
image: mcr.microsoft.com/oss/kubernetes-csi/azuredisk-csi:v1.18.0
imagePullPolicy: IfNotPresent
args:
- "--v=5"
Expand Down
4 changes: 2 additions & 2 deletions deploy/v1.18.0/csi-azuredisk-node-windows-hostprocess.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ spec:
hostNetwork: true
initContainers:
- name: init
image: mcr.microsoft.com/k8s/csi/azuredisk-csi:v1.18.0
image: mcr.microsoft.com/oss/kubernetes-csi/azuredisk-csi:v1.18.0
imagePullPolicy: IfNotPresent
command:
- "powershell.exe"
Expand Down Expand Up @@ -94,7 +94,7 @@ spec:
fieldRef:
fieldPath: spec.nodeName
- name: azuredisk
image: mcr.microsoft.com/k8s/csi/azuredisk-csi:v1.18.0
image: mcr.microsoft.com/oss/kubernetes-csi/azuredisk-csi:v1.18.0
imagePullPolicy: IfNotPresent
command:
- "azurediskplugin.exe"
Expand Down
2 changes: 1 addition & 1 deletion deploy/v1.18.0/csi-azuredisk-node-windows.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ spec:
cpu: 10m
memory: 40Mi
- name: azuredisk
image: mcr.microsoft.com/k8s/csi/azuredisk-csi:v1.18.0
image: mcr.microsoft.com/oss/kubernetes-csi/azuredisk-csi:v1.18.0
imagePullPolicy: IfNotPresent
args:
- "--v=5"
Expand Down
2 changes: 1 addition & 1 deletion deploy/v1.18.0/csi-azuredisk-node.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ spec:
cpu: 10m
memory: 20Mi
- name: azuredisk
image: mcr.microsoft.com/k8s/csi/azuredisk-csi:v1.18.0
image: mcr.microsoft.com/oss/kubernetes-csi/azuredisk-csi:v1.18.0
imagePullPolicy: IfNotPresent
args:
- "--v=5"
Expand Down
2 changes: 1 addition & 1 deletion deploy/v1.19.0/csi-azuredisk-controller.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ spec:
cpu: 10m
memory: 20Mi
- name: azuredisk
image: mcr.microsoft.com/k8s/csi/azuredisk-csi:v1.19.0
image: mcr.microsoft.com/oss/kubernetes-csi/azuredisk-csi:v1.19.0
imagePullPolicy: IfNotPresent
args:
- "--v=5"
Expand Down
4 changes: 2 additions & 2 deletions deploy/v1.19.0/csi-azuredisk-node-windows-hostprocess.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ spec:
hostNetwork: true
initContainers:
- name: init
image: mcr.microsoft.com/k8s/csi/azuredisk-csi:v1.19.0
image: mcr.microsoft.com/oss/kubernetes-csi/azuredisk-csi:v1.19.0
imagePullPolicy: IfNotPresent
command:
- "powershell.exe"
Expand Down Expand Up @@ -94,7 +94,7 @@ spec:
fieldRef:
fieldPath: spec.nodeName
- name: azuredisk
image: mcr.microsoft.com/k8s/csi/azuredisk-csi:v1.19.0
image: mcr.microsoft.com/oss/kubernetes-csi/azuredisk-csi:v1.19.0
imagePullPolicy: IfNotPresent
command:
- "azurediskplugin.exe"
Expand Down
2 changes: 1 addition & 1 deletion deploy/v1.19.0/csi-azuredisk-node-windows.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ spec:
cpu: 10m
memory: 40Mi
- name: azuredisk
image: mcr.microsoft.com/k8s/csi/azuredisk-csi:v1.19.0
image: mcr.microsoft.com/oss/kubernetes-csi/azuredisk-csi:v1.19.0
imagePullPolicy: IfNotPresent
args:
- "--v=5"
Expand Down
2 changes: 1 addition & 1 deletion deploy/v1.19.0/csi-azuredisk-node.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ spec:
cpu: 10m
memory: 20Mi
- name: azuredisk
image: mcr.microsoft.com/k8s/csi/azuredisk-csi:v1.19.0
image: mcr.microsoft.com/oss/kubernetes-csi/azuredisk-csi:v1.19.0
imagePullPolicy: IfNotPresent
args:
- "--v=5"
Expand Down