Skip to content

Commit

Permalink
feat: use ghcr.io/mesosphere images for cosi (#3058)
Browse files Browse the repository at this point in the history
  • Loading branch information
takirala authored Jan 27, 2025
1 parent 2bc97c1 commit 5035c4e
Show file tree
Hide file tree
Showing 5 changed files with 17 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 @@ -597,7 +597,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: ghcr.io/mesosphere/dkp-container-images/objectstorage-controller:v20250110-a29e5f6
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:v20250123-a0e4046
sources:
- url: https://github.com/kubernetes-sigs/container-object-storage-interface
ref: main
Expand Down
11 changes: 8 additions & 3 deletions services/cosi-driver-nutanix/0.0.4/defaults/cm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,17 @@ data:
values.yaml: |-
cosiController:
enabled: false # This should be deployed during k8s cluster creation by konvoy.
image:
registry: ghcr.io
repository: mesosphere/dkp-container-images/objectstorage-controller
tag: v20250110-a29e5f6
pullPolicy: IfNotPresent
objectstorageProvisionerSidecar:
image:
registry: gcr.io
registry: ghcr.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: mesosphere/dkp-container-images/objectstorage-sidecar
tag: v20250123-a0e4046
pullPolicy: IfNotPresent
image:
registry: ghcr.io
Expand Down
1 change: 1 addition & 0 deletions services/cosi-driver-nutanix/0.0.4/extra-images.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
ghcr.io/mesosphere/dkp-container-images/objectstorage-controller:v20250110-a29e5f6
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:v20250123-a0e4046
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:v20250123-a0e4046

0 comments on commit 5035c4e

Please sign in to comment.