File tree 3 files changed +8
-5
lines changed
3 files changed +8
-5
lines changed Original file line number Diff line number Diff line change @@ -77,13 +77,16 @@ spec:
77
77
- name : PEERPODS_NAMESPACE
78
78
value : " openshift-sandboxed-containers-operator"
79
79
- 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
81
81
- name : SANDBOXED_CONTAINERS_EXTENSION
82
82
value : kata-containers
83
83
- 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
85
85
- 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
+
87
90
imagePullPolicy : Always
88
91
resources :
89
92
limits :
Original file line number Diff line number Diff line change 20
20
21
21
initContainers :
22
22
- 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
24
24
imagePullPolicy : Always
25
25
volumeMounts :
26
26
- name : shared-data
Original file line number Diff line number Diff line change 19
19
20
20
initContainers :
21
21
- 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
23
23
imagePullPolicy : Always
24
24
volumeMounts :
25
25
- name : shared-data
You can’t perform that action at this time.
0 commit comments