Making 4.13.40 as default version for local dev (#3604)

This commit is contained in:
Ankur Singh 2024-06-03 12:29:45 +05:30 коммит произвёл GitHub
Родитель 6a973ea1f1
Коммит 83a4cb30a3
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: B5690EEEBB952194
1 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -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