Skip to content

Commit

Permalink
test 4.16.30
Browse files Browse the repository at this point in the history
  • Loading branch information
hawkowl committed Jan 24, 2025
1 parent f083bb8 commit 9c53b3b
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, 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
Expand Down

0 comments on commit 9c53b3b

Please sign in to comment.