diff --git a/pkg/util/version/const.go b/pkg/util/version/const.go index e1b96a1b395..01f05a4f12f 100644 --- a/pkg/util/version/const.go +++ b/pkg/util/version/const.go @@ -34,8 +34,8 @@ type Stream struct { // This default is left here ONLY for use by local development mode, // until we can come up with a better solution. var DefaultInstallStream = Stream{ - Version: NewVersion(4, 13, 23), - PullSpec: "quay.io/openshift-release-dev/ocp-release@sha256:ca556d3494d08765c90481f15dd965995371168ea7ee7a551000bed4481931c8", + Version: NewVersion(4, 13, 40), + PullSpec: "quay.io/openshift-release-dev/ocp-release@sha256:c1f69e6137bc9cda2c6da56bafbc7ea969900acb5e5c349b1ebb2103b10b424f", } // FluentbitImage contains the location of the Fluentbit container image