Skip to content

Commit 4f6d01a

Browse files
bpradiptgkurz
authored andcommitted
fix image references
Ensure we use version tag instead of latest Fixes: KATA-2898 Fixes: KATA-2899 Signed-off-by: Pradipta Banerjee <[email protected]>
1 parent 9aca282 commit 4f6d01a

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)