Skip to content

Commit 37cf8d9

Browse files
authored
Merge pull request #187 from xiaojiey/release-0.10-operator-update
Update the operator image sha
2 parents 05b45f4 + d4858eb commit 37cf8d9

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

bundle-hack/update_csv.go

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -198,32 +198,32 @@ func replaceImages(m map[string]interface{}) error {
198198
{
199199
EnvName: "RELATED_IMAGE_OPERATOR",
200200
// To trigger a rebuild of the bundle
201-
KonfluxPS: "quay.io/redhat-user-workloads/ocp-isc-tenant/security-profiles-operator-release@sha256:5a9358aa76c676465075adccd28c78e81b16b6d20eb442f634f3e2c50e7182ac",
201+
KonfluxPS: "quay.io/redhat-user-workloads/ocp-isc-tenant/security-profiles-operator-release@sha256:060bff921b085ae8405720bc158ad8bdd0467f7f7cd838bc3f92f235f1c531ab",
202202
RedHatBase: "registry.redhat.io/compliance/openshift-security-profiles-rhel8-operator",
203203
},
204204
{
205205
EnvName: "RELATED_IMAGE_SELINUXD",
206-
KonfluxPS: "quay.io/redhat-user-workloads/ocp-isc-tenant/openshift-selinuxd-rhel8-container-release@sha256:83a8bf52bc2a80617da7a73f74e639569ed7235ba1daee778ae3ad12874cc457",
206+
KonfluxPS: "quay.io/redhat-user-workloads/ocp-isc-tenant/openshift-selinuxd-rhel8-container-release@sha256:ea1bc933fb6f513b2c380b82883a7cb1b0be457d77aca83b8b4ec1fe348a0042",
207207
RedHatBase: "registry.redhat.io/compliance/openshift-selinuxd-rhel8",
208208
},
209209
{
210210
EnvName: "RELATED_IMAGE_SELINUXD_EL9",
211-
KonfluxPS: "quay.io/redhat-user-workloads/ocp-isc-tenant/openshift-selinuxd-rhel9-container-release@sha256:82325cf4692e27ce82f55c9bcaddfeea7c9843676bae11cc968a702e2b109b71",
211+
KonfluxPS: "quay.io/redhat-user-workloads/ocp-isc-tenant/openshift-selinuxd-rhel9-container-release@sha256:e4d3fb28fc58571a71a8d5d32ffa26483a569605010df7908fa7fc2a9af8b38c",
212212
RedHatBase: "registry.redhat.io/compliance/openshift-selinuxd-rhel9",
213213
},
214214
{
215215
EnvName: "RELATED_IMAGE_SELINUXD_EL10",
216-
KonfluxPS: "quay.io/redhat-user-workloads/ocp-isc-tenant/openshift-selinuxd-rhel10-container-release@sha256:7873a92abce14983583f230e517e756d310f27cd970a823ccac8b5718eb155f8",
216+
KonfluxPS: "quay.io/redhat-user-workloads/ocp-isc-tenant/openshift-selinuxd-rhel10-container-release@sha256:48c90bbf90664f10b72ed3a2e2f3ecd7b73109e6479f6c24e237d6f749fc5eb9",
217217
RedHatBase: "registry.redhat.io/compliance/openshift-selinuxd-rhel10",
218218
},
219219
{
220220
EnvName: "RELATED_IMAGE_SELINUXD_FEDORA",
221-
KonfluxPS: "quay.io/redhat-user-workloads/ocp-isc-tenant/openshift-selinuxd-rhel9-container-release@sha256:82325cf4692e27ce82f55c9bcaddfeea7c9843676bae11cc968a702e2b109b71",
221+
KonfluxPS: "quay.io/redhat-user-workloads/ocp-isc-tenant/openshift-selinuxd-rhel9-container-release@sha256:e4d3fb28fc58571a71a8d5d32ffa26483a569605010df7908fa7fc2a9af8b38c",
222222
RedHatBase: "registry.redhat.io/compliance/openshift-selinuxd-rhel9",
223223
},
224224
{
225225
EnvName: "RELATED_IMAGE_SELINUXD_EL8",
226-
KonfluxPS: "quay.io/redhat-user-workloads/ocp-isc-tenant/openshift-selinuxd-rhel8-container-release@sha256:83a8bf52bc2a80617da7a73f74e639569ed7235ba1daee778ae3ad12874cc457",
226+
KonfluxPS: "quay.io/redhat-user-workloads/ocp-isc-tenant/openshift-selinuxd-rhel8-container-release@sha256:ea1bc933fb6f513b2c380b82883a7cb1b0be457d77aca83b8b4ec1fe348a0042",
227227
RedHatBase: "registry.redhat.io/compliance/openshift-selinuxd-rhel8",
228228
},
229229
{

0 commit comments

Comments
 (0)