Skip to content

Commit da51c7b

Browse files
committed
bundle: set RELATED_IMAGE_PODVM_OCI
Signed-off-by: Snir Sheriber <[email protected]>
1 parent a8c3fcd commit da51c7b

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

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

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ metadata:
1313
}
1414
]
1515
capabilities: Seamless Upgrades
16-
createdAt: "2025-07-02T13:32:40Z"
16+
createdAt: "2025-07-20T08:00:23Z"
1717
features.operators.openshift.io/cnf: "false"
1818
features.operators.openshift.io/cni: "false"
1919
features.operators.openshift.io/csi: "false"
@@ -399,6 +399,8 @@ spec:
399399
value: registry.redhat.io/openshift-sandboxed-containers/osc-podvm-builder-rhel9@sha256:fec854750f7c5e137d0f77d2069e8a8cb66b17d6e4fc8f8eec2df22b56b2772e
400400
- name: RELATED_IMAGE_PODVM_PAYLOAD
401401
value: registry.redhat.io/openshift-sandboxed-containers/osc-podvm-payload-rhel9@sha256:73a82ac1c252f068f9d046a36dfca7932202ad728f94fc575a332d8707650905
402+
- name: RELATED_IMAGE_PODVM_OCI
403+
value: registry.redhat.io/openshift-sandboxed-containers/osc-dm-verity-image@sha256:93f3c45cda820a16030273e5a3f5c186d602f9affcb3cfa91230084a516dc3f4
402404
envFrom:
403405
- secretRef:
404406
name: peer-pods-secret
@@ -555,6 +557,8 @@ spec:
555557
name: podvm-builder
556558
- image: registry.redhat.io/openshift-sandboxed-containers/osc-podvm-payload-rhel9@sha256:73a82ac1c252f068f9d046a36dfca7932202ad728f94fc575a332d8707650905
557559
name: podvm-payload
560+
- image: registry.redhat.io/openshift-sandboxed-containers/osc-dm-verity-image@sha256:93f3c45cda820a16030273e5a3f5c186d602f9affcb3cfa91230084a516dc3f4
561+
name: podvm-oci
558562
replaces: sandboxed-containers-operator.v1.9.0
559563
version: 1.10.0
560564
webhookdefinitions:

config/manager/manager.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ spec:
8888
- name: RELATED_IMAGE_PODVM_PAYLOAD
8989
value: registry.redhat.io/openshift-sandboxed-containers/osc-podvm-payload-rhel9@sha256:73a82ac1c252f068f9d046a36dfca7932202ad728f94fc575a332d8707650905
9090
- name: RELATED_IMAGE_PODVM_OCI
91-
value: ""
91+
value: registry.redhat.io/openshift-sandboxed-containers/osc-dm-verity-image@sha256:93f3c45cda820a16030273e5a3f5c186d602f9affcb3cfa91230084a516dc3f4
9292
imagePullPolicy: Always
9393
resources:
9494
limits:

0 commit comments

Comments
 (0)