diff --git a/pkg/util/version/const.go b/pkg/util/version/const.go index eff01757f9f..74e77957cd4 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, 16, 27), - PullSpec: "quay.io/openshift-release-dev/ocp-release@sha256:efc3a4f3db634bc6733dcad71cd57040da05c5f203df9447fa7f7a1a9067fa39", + Version: NewVersion(4, 16, 30), + PullSpec: "quay.io/openshift-release-dev/ocp-release@sha256:7aacace57ab6ec468dd98b0b3e0f3fc440b29afce21b90bd716fed0db487e9e9", } // FluentbitImage contains the location of the Fluentbit container image