Skip to content

Commit 5df8e25

Browse files
authored
Merge pull request #400 from gkurz/replay-393-for-1.5.3
Fix the podvm-payload image references on `release-1.5` branch
2 parents 9aca282 + 4f6d01a commit 5df8e25

File tree

3 files changed

+8
-5
lines changed

3 files changed

+8
-5
lines changed

config/manager/manager.yaml

+6-3
Original file line numberDiff line numberDiff line change
@@ -77,13 +77,16 @@ spec:
7777
- name: PEERPODS_NAMESPACE
7878
value: "openshift-sandboxed-containers-operator"
7979
- name: RELATED_IMAGE_KATA_MONITOR
80-
value: quay.io/openshift_sandboxed_containers/openshift-sandboxed-containers-monitor:latest
80+
value: registry.redhat.io/openshift-sandboxed-containers/osc-monitor-rhel9:1.5.3
8181
- name: SANDBOXED_CONTAINERS_EXTENSION
8282
value: kata-containers
8383
- name: RELATED_IMAGE_CAA
84-
value: registry.redhat.io/openshift-sandboxed-containers/osc-cloud-api-adaptor-rhel9:latest
84+
value: registry.redhat.io/openshift-sandboxed-containers/osc-cloud-api-adaptor-rhel9:1.5.3
8585
- name: RELATED_IMAGE_PEERPODS_WEBHOOK
86-
value: "quay.io/confidential-containers/peer-pods-webhook:latest"
86+
value: registry.redhat.io/openshift-sandboxed-containers/osc-cloud-api-adaptor-webhook-rhel9:1.5.3
87+
- name: RELATED_IMAGE_PODVM_PAYLOAD
88+
value: registry.redhat.io/openshift-sandboxed-containers/osc-podvm-payload-rhel9:1.5.3
89+
8790
imagePullPolicy: Always
8891
resources:
8992
limits:

config/peerpods/podvm/aws-VM-image-create-job.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ spec:
2020

2121
initContainers:
2222
- name: payload
23-
image: registry.redhat.io/openshift-sandboxed-containers/osc-podvm-payload-rhel9:latest
23+
image: registry.redhat.io/openshift-sandboxed-containers/osc-podvm-payload-rhel9:1.5.3
2424
imagePullPolicy: Always
2525
volumeMounts:
2626
- name: shared-data

config/peerpods/podvm/azure-VM-image-create-job.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ spec:
1919

2020
initContainers:
2121
- name: payload
22-
image: registry.redhat.io/openshift-sandboxed-containers/osc-podvm-payload-rhel9:latest
22+
image: registry.redhat.io/openshift-sandboxed-containers/osc-podvm-payload-rhel9:1.5.3
2323
imagePullPolicy: Always
2424
volumeMounts:
2525
- name: shared-data

0 commit comments

Comments
 (0)