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

feat(cosi): bump cosi sidecar to v0.2.1 (#3160) #3168

Merged
merged 1 commit into from
Feb 14, 2025
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
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
Loading