Skip to content
This repository has been archived by the owner on Apr 17, 2024. It is now read-only.

Commit

Permalink
object: update ceph cosi driver image to v0.1.1
Browse files Browse the repository at this point in the history
Update the ceph cosi driver image to v0.1.1, so that it can
work on both amd and arm platforms.

Signed-off-by: Jiffin Tony Thottan <thottanjiffin@gmail.com>
  • Loading branch information
thotz committed Jul 20, 2023
1 parent cb44c7b commit 1bf33f1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion deploy/examples/images.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
gcr.io/k8s-staging-sig-storage/objectstorage-sidecar/objectstorage-sidecar:v20230130-v0.1.0-24-gc0cf995
quay.io/ceph/ceph:v17.2.6
quay.io/ceph/cosi:v0.1.0
quay.io/ceph/cosi:v0.1.1
quay.io/cephcsi/cephcsi:v3.9.0
quay.io/csiaddons/k8s-sidecar:v0.7.0
registry.k8s.io/sig-storage/csi-attacher:v4.3.0
Expand Down
2 changes: 1 addition & 1 deletion pkg/operator/ceph/object/cosi/spec.go
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ import (

const (
defaultCOSISideCarImage = "gcr.io/k8s-staging-sig-storage/objectstorage-sidecar/objectstorage-sidecar:v20230130-v0.1.0-24-gc0cf995"
defaultCephCOSIDriverImage = "quay.io/ceph/cosi:v0.1.0"
defaultCephCOSIDriverImage = "quay.io/ceph/cosi:v0.1.1"
)

func createCephCOSIDriverDeployment(cephCOSIDriver *cephv1.CephCOSIDriver) (*appsv1.Deployment, error) {
Expand Down

0 comments on commit 1bf33f1

Please sign in to comment.