Skip to content

Commit

Permalink
Fix CSV name for RHOAI (opendatahub-io#1021)
Browse files Browse the repository at this point in the history
  • Loading branch information
VaishnaviHire authored May 22, 2024
1 parent 635a2e7 commit 12ffbf1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/cluster/const.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ const (
// ManagedRhods defines expected addon catalogsource.
ManagedRhods Platform = "addon-managed-odh-catalog"
// SelfManagedRhods defines display name in csv.
SelfManagedRhods Platform = "Red Hat OpenShift Data Science"
SelfManagedRhods Platform = "Red Hat OpenShift AI"
// OpenDataHub defines display name in csv.
OpenDataHub Platform = "Open Data Hub Operator"
// Unknown indicates that operator is not deployed using OLM.
Expand Down

0 comments on commit 12ffbf1

Please sign in to comment.