Skip to content

Commit d59149e

Browse files
committed
osc-operator-bundle: update image references from cloud-api-adaptor repo
The image were built, but did not trigger the nudge PR from Konflux. Updating them manually for now. Signed-off-by: Julien Ropé <[email protected]>
1 parent c257994 commit d59149e

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

bundle/manifests/sandboxed-containers-operator.clusterserviceversion.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -392,13 +392,13 @@ spec:
392392
- name: RELATED_IMAGE_KATA_MONITOR
393393
value: registry.redhat.io/openshift-sandboxed-containers/osc-monitor-rhel9@sha256:0f9041551abfb24f7813206e0561cf65ce75752f6134aa76a63fffce1822233b
394394
- name: RELATED_IMAGE_CAA
395-
value: registry.redhat.io/openshift-sandboxed-containers/osc-cloud-api-adaptor-rhel9@sha256:eb10b70863f6480d6a194c50332025df3bc1d1a81d2ac3f4db5c13a7f6a55e7c
395+
value: registry.redhat.io/openshift-sandboxed-containers/osc-cloud-api-adaptor-rhel9@sha256:1fc6da2a9afbe03cd49bcee38016a970fd9521de2deab19cb3e8f5f35b97639a
396396
- name: RELATED_IMAGE_PEERPODS_WEBHOOK
397-
value: registry.redhat.io/openshift-sandboxed-containers/osc-cloud-api-adaptor-webhook-rhel9@sha256:94fbbe00aa889dd9958b97e460b05367407613bce95447bc592a4578aec63795
397+
value: registry.redhat.io/openshift-sandboxed-containers/osc-cloud-api-adaptor-webhook-rhel9@sha256:028366f35705bb1e65585e08b56f575ac6a2d871a5d069774347e4ac649e4b2d
398398
- name: RELATED_IMAGE_PODVM_BUILDER
399399
value: registry.redhat.io/openshift-sandboxed-containers/osc-podvm-builder-rhel9@sha256:fec854750f7c5e137d0f77d2069e8a8cb66b17d6e4fc8f8eec2df22b56b2772e
400400
- name: RELATED_IMAGE_PODVM_PAYLOAD
401-
value: registry.redhat.io/openshift-sandboxed-containers/osc-podvm-payload-rhel9@sha256:34ae87b5563b01046045baa0c34f609297e6a7811e87bbca1287847e6257e13a
401+
value: registry.redhat.io/openshift-sandboxed-containers/osc-podvm-payload-rhel9@sha256:b589db730f6112864147bd648153609c4065b8a44b04b4665fe45910004e6d80
402402
envFrom:
403403
- secretRef:
404404
name: peer-pods-secret
@@ -547,13 +547,13 @@ spec:
547547
relatedImages:
548548
- image: registry.redhat.io/openshift-sandboxed-containers/osc-monitor-rhel9@sha256:0f9041551abfb24f7813206e0561cf65ce75752f6134aa76a63fffce1822233b
549549
name: kata-monitor
550-
- image: registry.redhat.io/openshift-sandboxed-containers/osc-cloud-api-adaptor-rhel9@sha256:eb10b70863f6480d6a194c50332025df3bc1d1a81d2ac3f4db5c13a7f6a55e7c
550+
- image: registry.redhat.io/openshift-sandboxed-containers/osc-cloud-api-adaptor-rhel9@sha256:1fc6da2a9afbe03cd49bcee38016a970fd9521de2deab19cb3e8f5f35b97639a
551551
name: caa
552-
- image: registry.redhat.io/openshift-sandboxed-containers/osc-cloud-api-adaptor-webhook-rhel9@sha256:94fbbe00aa889dd9958b97e460b05367407613bce95447bc592a4578aec63795
552+
- image: registry.redhat.io/openshift-sandboxed-containers/osc-cloud-api-adaptor-webhook-rhel9@sha256:028366f35705bb1e65585e08b56f575ac6a2d871a5d069774347e4ac649e4b2d
553553
name: peerpods-webhook
554554
- image: registry.redhat.io/openshift-sandboxed-containers/osc-podvm-builder-rhel9@sha256:fec854750f7c5e137d0f77d2069e8a8cb66b17d6e4fc8f8eec2df22b56b2772e
555555
name: podvm-builder
556-
- image: registry.redhat.io/openshift-sandboxed-containers/osc-podvm-payload-rhel9@sha256:34ae87b5563b01046045baa0c34f609297e6a7811e87bbca1287847e6257e13a
556+
- image: registry.redhat.io/openshift-sandboxed-containers/osc-podvm-payload-rhel9@sha256:b589db730f6112864147bd648153609c4065b8a44b04b4665fe45910004e6d80
557557
name: podvm-payload
558558
replaces: sandboxed-containers-operator.v1.9.0
559559
version: 1.10.0

config/manager/manager.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -80,13 +80,13 @@ spec:
8080
- name: RELATED_IMAGE_KATA_MONITOR
8181
value: registry.redhat.io/openshift-sandboxed-containers/osc-monitor-rhel9@sha256:0f9041551abfb24f7813206e0561cf65ce75752f6134aa76a63fffce1822233b
8282
- name: RELATED_IMAGE_CAA
83-
value: registry.redhat.io/openshift-sandboxed-containers/osc-cloud-api-adaptor-rhel9@sha256:eb10b70863f6480d6a194c50332025df3bc1d1a81d2ac3f4db5c13a7f6a55e7c
83+
value: registry.redhat.io/openshift-sandboxed-containers/osc-cloud-api-adaptor-rhel9@sha256:1fc6da2a9afbe03cd49bcee38016a970fd9521de2deab19cb3e8f5f35b97639a
8484
- name: RELATED_IMAGE_PEERPODS_WEBHOOK
85-
value: registry.redhat.io/openshift-sandboxed-containers/osc-cloud-api-adaptor-webhook-rhel9@sha256:94fbbe00aa889dd9958b97e460b05367407613bce95447bc592a4578aec63795
85+
value: registry.redhat.io/openshift-sandboxed-containers/osc-cloud-api-adaptor-webhook-rhel9@sha256:028366f35705bb1e65585e08b56f575ac6a2d871a5d069774347e4ac649e4b2d
8686
- name: RELATED_IMAGE_PODVM_BUILDER
8787
value: registry.redhat.io/openshift-sandboxed-containers/osc-podvm-builder-rhel9@sha256:fec854750f7c5e137d0f77d2069e8a8cb66b17d6e4fc8f8eec2df22b56b2772e
8888
- name: RELATED_IMAGE_PODVM_PAYLOAD
89-
value: registry.redhat.io/openshift-sandboxed-containers/osc-podvm-payload-rhel9@sha256:34ae87b5563b01046045baa0c34f609297e6a7811e87bbca1287847e6257e13a
89+
value: registry.redhat.io/openshift-sandboxed-containers/osc-podvm-payload-rhel9@sha256:b589db730f6112864147bd648153609c4065b8a44b04b4665fe45910004e6d80
9090
- name: RELATED_IMAGE_PODVM_OCI
9191
value: ""
9292
imagePullPolicy: Always

0 commit comments

Comments
 (0)