IBM / ibm-spectrum-scale-csi

The IBM Spectrum Scale Container Storage Interface (CSI) project enables container orchestrators, such as Kubernetes and OpenShift, to manage the life-cycle of persistent storage.
Apache License 2.0
64 stars 50 forks source link

change for operator and driver image sha #1144

Closed hemalathagajendran closed 2 months ago

hemalathagajendran commented 2 months ago

Pull request checklist

Please check the type of change your PR introduces:

How risky is this change?

yorchpave commented 2 months ago

hi @hemalathagajendran @Jainbrt

trying to look up the new digests in quay, looks like they are not present in the registry...if I try to pull the new operator sha from this PR:

[root@api.scale-cnsa-images-svl.cp.fyre.ibm.com ~]# podman pull quay.io/ibm-spectrum-scale/ibm-spectrum-scale-csi-operator@sha256:ef5a8058cf1decd53666ae0eadcb9d676a1597553e5c2e161d662bab73b1d011
Trying to pull quay.io/ibm-spectrum-scale/ibm-spectrum-scale-csi-operator@sha256:ef5a8058cf1decd53666ae0eadcb9d676a1597553e5c2e161d662bab73b1d011...
Error: initializing source docker://quay.io/ibm-spectrum-scale/ibm-spectrum-scale-csi-operator@sha256:ef5a8058cf1decd53666ae0eadcb9d676a1597553e5c2e161d662bab73b1d011: reading manifest sha256:ef5a8058cf1decd53666ae0eadcb9d676a1597553e5c2e161d662bab73b1d011 in quay.io/ibm-spectrum-scale/ibm-spectrum-scale-csi-operator: manifest unknown

Also, I realized that kustomization.yamL from overlays/cnsa was not updated with new digests, which is needed for us to pick up the new shas and update them in scale-core repo.

FYI this also applies for 2.11.1 changes