Skip to content

Commit 47e63f7

Browse files
committed
DNM override new images with development images
This can be removed once [1] is merged [1] openstack-k8s-operators/openstack-operator#1633
1 parent 4dacfc0 commit 47e63f7

1 file changed

Lines changed: 5 additions & 2 deletions

File tree

internal/controller/ironic_controller.go

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff 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 {

0 commit comments

Comments
 (0)