From 146b1d60ea5c9070c0dd4b1d9873b8bfad0cb7d3 Mon Sep 17 00:00:00 2001 From: Ankur Singh <49074231+sankur-codes@users.noreply.github.com> Date: Thu, 30 May 2024 13:17:24 +0530 Subject: [PATCH] Making 4.13.40 as default version for local dev --- pkg/util/version/const.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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