Skip to content

Commit

Permalink
Update OLM version to 0.24.0 (#6367)
Browse files Browse the repository at this point in the history
Signed-off-by: Catherine Chan-Tse <cchantse@redhat.com>
Co-authored-by: Catherine Chan-Tse <cchantse@redhat.com>
  • Loading branch information
openshift-cherrypick-robot and oceanc80 committed Mar 21, 2023
1 parent 484013d commit 857e012
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion internal/bindata/olm/versions.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@
package olm

var availableVersions = map[string]struct{}{
"0.21.2": {},
"0.22.0": {},
"0.23.1": {},
"0.24.0": {},
}

// HasVersion returns whether version maps to released OLM manifests as bindata.
Expand Down
2 changes: 1 addition & 1 deletion internal/testutils/olm.go
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ import (
)

const (
OlmVersionForTestSuite = "0.23.1"
OlmVersionForTestSuite = "0.24.0"
)

var makefilePackagemanifestsFragment = `
Expand Down

0 comments on commit 857e012

Please sign in to comment.