Skip to content

Commit

Permalink
feat(cosi): bump cosi sidecar to v0.2.1 (#3160)
Browse files Browse the repository at this point in the history
* feat(cosi): bump cosi sidecar to v0.2.1

* chore: use old image for ceph sidecar

Signed-off-by: Tarun Gupta Akirala <[email protected]>
  • Loading branch information
takirala authored Feb 14, 2025
1 parent a3d5c72 commit 649a8f2
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 5 deletions.
7 changes: 6 additions & 1 deletion licenses.d2iq.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -582,7 +582,12 @@ resources:
- url: https://github.com/ceph/ceph-cosi
ref: ${image_tag}
license_path: LICENSE
- container_image: gcr.io/k8s-staging-sig-storage/objectstorage-sidecar:v20250117-a29e5f6
- container_image: registry.k8s.io/sig-storage/objectstorage-sidecar:v0.2.1
sources:
- url: https://github.com/kubernetes-sigs/container-object-storage-interface
ref: main
license_path: LICENSE
- container_image: ghcr.io/mesosphere/dkp-container-images/objectstorage-sidecar:v20240513-v0.1.0-35-gefb3255
sources:
- url: https://github.com/kubernetes-sigs/container-object-storage-interface
ref: main
Expand Down
6 changes: 3 additions & 3 deletions services/cosi-driver-nutanix/0.2.0/defaults/cm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@ data:
enabled: false # This should be deployed during k8s cluster creation by konvoy.
objectstorageProvisionerSidecar:
image:
registry: gcr.io
registry: registry.k8s.io
# keep this in sync with the sidecar that is deployed in CephCOSIDriver to avoid duplicate images in airgapped bundle.
repository: k8s-staging-sig-storage/objectstorage-sidecar
tag: v20250117-a29e5f6
repository: sig-storage/objectstorage-sidecar
tag: v0.2.1
pullPolicy: IfNotPresent
image:
registry: ghcr.io
Expand Down
1 change: 1 addition & 0 deletions services/rook-ceph-cluster/1.16.2/defaults/cm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -305,6 +305,7 @@ data:
namespace: ${releaseNamespace}
spec:
deploymentStrategy: Auto
objectProvisionerImage: ghcr.io/mesosphere/dkp-container-images/objectstorage-sidecar:v20240513-v0.1.0-35-gefb3255
adminuser:
enabled: true
name: cosi-admin
Expand Down
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
quay.io/ceph/cosi:v0.1.2
gcr.io/k8s-staging-sig-storage/objectstorage-sidecar:v20250117-a29e5f6
ghcr.io/mesosphere/dkp-container-images/objectstorage-sidecar:v20240513-v0.1.0-35-gefb3255

0 comments on commit 649a8f2

Please sign in to comment.