File tree Expand file tree Collapse file tree 3 files changed +34
-2
lines changed Expand file tree Collapse file tree 3 files changed +34
-2
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ metadata:
13
13
}
14
14
]
15
15
capabilities : Seamless Upgrades
16
- createdAt : " 2025-07-02T13:32:40Z "
16
+ createdAt : " 2025-07-20T08:00:23Z "
17
17
features.operators.openshift.io/cnf : " false"
18
18
features.operators.openshift.io/cni : " false"
19
19
features.operators.openshift.io/csi : " false"
@@ -399,6 +399,8 @@ spec:
399
399
value : registry.redhat.io/openshift-sandboxed-containers/osc-podvm-builder-rhel9@sha256:fec854750f7c5e137d0f77d2069e8a8cb66b17d6e4fc8f8eec2df22b56b2772e
400
400
- name : RELATED_IMAGE_PODVM_PAYLOAD
401
401
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
402
404
envFrom :
403
405
- secretRef :
404
406
name : peer-pods-secret
@@ -555,6 +557,8 @@ spec:
555
557
name : podvm-builder
556
558
- image : registry.redhat.io/openshift-sandboxed-containers/osc-podvm-payload-rhel9@sha256:73a82ac1c252f068f9d046a36dfca7932202ad728f94fc575a332d8707650905
557
559
name : podvm-payload
560
+ - image : registry.redhat.io/openshift-sandboxed-containers/osc-dm-verity-image@sha256:93f3c45cda820a16030273e5a3f5c186d602f9affcb3cfa91230084a516dc3f4
561
+ name : podvm-oci
558
562
replaces : sandboxed-containers-operator.v1.9.0
559
563
version : 1.10.0
560
564
webhookdefinitions :
Original file line number Diff line number Diff line change 88
88
- name : RELATED_IMAGE_PODVM_PAYLOAD
89
89
value : registry.redhat.io/openshift-sandboxed-containers/osc-podvm-payload-rhel9@sha256:73a82ac1c252f068f9d046a36dfca7932202ad728f94fc575a332d8707650905
90
90
- name : RELATED_IMAGE_PODVM_OCI
91
- value : " "
91
+ value : registry.redhat.io/openshift-sandboxed-containers/osc-dm-verity-image@sha256:93f3c45cda820a16030273e5a3f5c186d602f9affcb3cfa91230084a516dc3f4
92
92
imagePullPolicy : Always
93
93
resources :
94
94
limits :
Original file line number Diff line number Diff line change 81
81
readOnly : true
82
82
- name : store-volume
83
83
mountPath : /store
84
+ - name : registries-conf
85
+ mountPath : /etc/containers/registries.conf
86
+ readOnly : true
87
+ - name : registries-conf-d
88
+ mountPath : /etc/containers/registries.conf.d
89
+ readOnly : true
90
+ - name : containers-auth
91
+ mountPath : /root/.config/containers/auth.json
92
+ readOnly : true
93
+ - name : containers-policy
94
+ mountPath : /etc/containers/policy.json
95
+ readOnly : true
84
96
# Default is 30s which is too less for the preStop hook to fully execute
85
97
terminationGracePeriodSeconds : 180
86
98
volumes :
@@ -99,4 +111,20 @@ spec:
99
111
optional : true
100
112
- name : store-volume
101
113
emptyDir : {}
114
+ - name : registries-conf
115
+ hostPath :
116
+ path : /etc/containers/registries.conf
117
+ type : FileOrCreate
118
+ - name : registries-conf-d
119
+ hostPath :
120
+ path : /etc/containers/registries.conf.d
121
+ type : DirectoryOrCreate
122
+ - name : containers-auth
123
+ hostPath :
124
+ path : /var/lib/kubelet/config.json
125
+ type : File
126
+ - name : containers-policy
127
+ hostPath :
128
+ path : /etc/containers/policy.json
129
+ type : FileOrCreate
102
130
restartPolicy : Never
You can’t perform that action at this time.
0 commit comments