Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

MGDAPI-6415 move 3scale from dc to deployments #3488

Merged
merged 5 commits into from
Oct 11, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions apis/v1alpha1/rhmi_types.go
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ var (
// Could not find a way to determine these versions dynamically, so they are hard-coded
// It is preferable to determine the version of a product dynamically (from a CR, or configmap, etc)
// Follow up Jira: https://issues.redhat.com/browse/INTLY-5946
Version3Scale ProductVersion = "2.13.0"
Version3Scale ProductVersion = "2.15.0"
VersionCloudResources ProductVersion = "1.1.4"
VersionRHSSO ProductVersion = "7.6"
VersionRHSSOUser ProductVersion = "7.6"
Expand All @@ -78,7 +78,7 @@ var (
OperatorVersionRHSSO OperatorVersion = "7.6.9-3"
OperatorVersionRHSSOUser OperatorVersion = "7.6.9-3"
OperatorVersionCloudResources OperatorVersion = "1.1.4"
OperatorVersion3Scale OperatorVersion = "0.11.8-mas"
OperatorVersion3Scale OperatorVersion = "0.12.1-mas"
OperatorVersionMarin3r OperatorVersion = "0.13.1"

// Event reasons to be used when emitting events
Expand Down
Loading