File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -831,8 +831,11 @@ func (r *IronicReconciler) conductorDeploymentCreateOrUpdate(
831831 TLS : instance .Spec .IronicAPI .TLS .Ca ,
832832 Auth : instance .Spec .Auth ,
833833 GraphicalConsoles : instance .Spec .GraphicalConsoles ,
834- ConsoleImage : instance .Spec .Images .GraphicalConsole ,
835- NoVNCProxyImage : instance .Spec .Images .NoVNCProxy ,
834+ // FIXME(stevebaker) drop this when https://github.com/openstack-k8s-operators/openstack-operator/pull/1633 lands
835+ // ConsoleImage: instance.Spec.Images.GraphicalConsole,
836+ // NoVNCProxyImage: instance.Spec.Images.NoVNCProxy,
837+ ConsoleImage : "quay.io/steveb/ironic-vnc-container:firefox" ,
838+ NoVNCProxyImage : "quay.io/steveb/openstack-ironic-novncproxy:steveb-dev-1761687778" ,
836839 }
837840
838841 if instance .Status .NotificationsURLSecret != nil {
You can’t perform that action at this time.
0 commit comments