Skip to content

Commit

Permalink
Adding 4.13.23 as deafult version
Browse files Browse the repository at this point in the history
  • Loading branch information
sankur-codes authored and cadenmarchese committed Apr 17, 2024
1 parent d6fc9fc commit 91a82f3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkg/util/version/const.go
Original file line number Diff line number Diff line change
Expand Up @@ -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, 12, 25),
PullSpec: "quay.io/openshift-release-dev/ocp-release@sha256:5a4fb052cda1d14d1e306ce87e6b0ded84edddaa76f1cf401bcded99cef2ad84",
Version: NewVersion(4, 13, 23),
PullSpec: "quay.io/openshift-release-dev/ocp-release@sha256:ca556d3494d08765c90481f15dd965995371168ea7ee7a551000bed4481931c8",
}

// FluentbitImage contains the location of the Fluentbit container image
Expand Down

0 comments on commit 91a82f3

Please sign in to comment.