Skip to content

Commit

Permalink
update daemon container url
Browse files Browse the repository at this point in the history
Signed-off-by: Jens Freimann <jfreimann@redhat.com>
  • Loading branch information
jensfr committed Feb 5, 2021
1 parent c313353 commit b18ceff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion controllers/openshift_controller.go
Expand Up @@ -167,7 +167,7 @@ func (r *KataConfigOpenShiftReconciler) processDaemonsetForCR(operation DaemonOp
Containers: []corev1.Container{
{
Name: "kata-install-pod",
Image: "quay.io/isolatedcontainers/kata-operator-daemon@sha256:e34f796499ad304b82833904c27aa1fef837df5ec33851a14a722bc2c4eeaea3",
Image: "quay.io/isolatedcontainers/kata-operator-daemon@sha256:b38280effcd923d88fc80de8802238ff82bfc5b1a92bfc25cc618d0146b6a04e",
ImagePullPolicy: "Always",
SecurityContext: &corev1.SecurityContext{
Privileged: &runPrivileged,
Expand Down

0 comments on commit b18ceff

Please sign in to comment.