Skip to content

Commit

Permalink
ceph: update csi sidecar versions in csi controller spec
Browse files Browse the repository at this point in the history
Signed-off-by: Humble Chirammal <hchiramm@redhat.com>
  • Loading branch information
humblec committed Sep 24, 2021
1 parent f98431c commit 290beac
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions pkg/operator/ceph/csi/spec.go
Expand Up @@ -98,11 +98,11 @@ var (
var (
// image names
DefaultCSIPluginImage = "quay.io/cephcsi/cephcsi:v3.4.0"
DefaultRegistrarImage = "k8s.gcr.io/sig-storage/csi-node-driver-registrar:v2.2.0"
DefaultProvisionerImage = "k8s.gcr.io/sig-storage/csi-provisioner:v2.2.2"
DefaultAttacherImage = "k8s.gcr.io/sig-storage/csi-attacher:v3.2.1"
DefaultSnapshotterImage = "k8s.gcr.io/sig-storage/csi-snapshotter:v4.1.1"
DefaultResizerImage = "k8s.gcr.io/sig-storage/csi-resizer:v1.2.0"
DefaultRegistrarImage = "k8s.gcr.io/sig-storage/csi-node-driver-registrar:v2.3.0"
DefaultProvisionerImage = "k8s.gcr.io/sig-storage/csi-provisioner:v3.0.0"
DefaultAttacherImage = "k8s.gcr.io/sig-storage/csi-attacher:v3.3.0"
DefaultSnapshotterImage = "k8s.gcr.io/sig-storage/csi-snapshotter:v4.2.0"
DefaultResizerImage = "k8s.gcr.io/sig-storage/csi-resizer:v1.3.0"
DefaultVolumeReplicationImage = "quay.io/csiaddons/volumereplication-operator:v0.1.0"

// Local package template path for RBD
Expand Down

0 comments on commit 290beac

Please sign in to comment.