Skip to content
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
4 changes: 2 additions & 2 deletions build.env
Original file line number Diff line number Diff line change
Expand Up @@ -62,11 +62,11 @@ ROOK_VERSION=v1.18.4
ROOK_CEPH_CLUSTER_IMAGE=quay.io/ceph/ceph:v19.2.2

# CSI sidecar version
K8S_IMAGE_REPO=gcr.io/k8s-staging-sig-storage
K8S_IMAGE_REPO=registry.k8s.io/sig-storage
CSI_ATTACHER_VERSION=v4.11.0
CSI_SNAPSHOTTER_VERSION=v8.5.0
CSI_RESIZER_VERSION=v2.1.0
CSI_PROVISIONER_VERSION=v6.1.1
CSI_PROVISIONER_VERSION=v6.2.0
CSI_NODE_DRIVER_REGISTRAR_VERSION=v2.16.0

# e2e settings
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,6 @@ spec:
- "--leader-election=true"
- "--retry-interval-start=500ms"
- "--extra-create-metadata=true"
- "--feature-gates=HonorPVReclaimPolicy=true"
- "--automaxprocs=true"
- "--prevent-volume-mode-conversion=true"
{{- if and .Values.provisioner.provisioner.args .Values.provisioner.provisioner.args.httpEndpointPort }}
Expand Down
1 change: 0 additions & 1 deletion charts/ceph-csi-rbd/templates/provisioner-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,6 @@ spec:
- "--retry-interval-start=500ms"
- "--default-fstype={{ .Values.provisioner.defaultFSType }}"
- "--extra-create-metadata=true"
- "--feature-gates=HonorPVReclaimPolicy=true"
- "--automaxprocs=true"
- "--prevent-volume-mode-conversion=true"
- "--immediate-topology=false"
Expand Down
1 change: 0 additions & 1 deletion deploy/cephfs/kubernetes/csi-cephfsplugin-provisioner.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,6 @@ spec:
- "--timeout=150s"
- "--leader-election=true"
- "--retry-interval-start=500ms"
- "--feature-gates=HonorPVReclaimPolicy=true"
- "--prevent-volume-mode-conversion=true"
- "--extra-create-metadata=true"
- "--http-endpoint=$(POD_IP):8090"
Expand Down
1 change: 0 additions & 1 deletion deploy/nfs/kubernetes/csi-nfsplugin-provisioner.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,6 @@ spec:
- "--timeout=150s"
- "--leader-election=true"
- "--retry-interval-start=500ms"
- "--feature-gates=HonorPVReclaimPolicy=true"
- "--prevent-volume-mode-conversion=true"
- "--http-endpoint=$(POD_IP):8090"
env:
Expand Down
1 change: 0 additions & 1 deletion deploy/nvmeof/kubernetes/csi-nvmeofplugin-provisioner.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,6 @@ spec:
- "--timeout=150s"
- "--retry-interval-start=500ms"
- "--leader-election=true"
- "--feature-gates=HonorPVReclaimPolicy=true"
- "--prevent-volume-mode-conversion=true"
# if fstype is not specified in storageclass, ext4 is default
- "--default-fstype=ext4"
Expand Down
1 change: 0 additions & 1 deletion deploy/rbd/kubernetes/csi-rbdplugin-provisioner.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,6 @@ spec:
- "--timeout=150s"
- "--retry-interval-start=500ms"
- "--leader-election=true"
- "--feature-gates=HonorPVReclaimPolicy=true"
- "--prevent-volume-mode-conversion=true"
# if fstype is not specified in storageclass, ext4 is default
- "--default-fstype=ext4"
Expand Down