Skip to content
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
2 changes: 1 addition & 1 deletion bundle/manifests/clusterlogging.clusterserviceversion.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ metadata:
certified: "false"
console.openshift.io/plugins: '["logging-view-plugin"]'
containerImage: quay.io/openshift-logging/cluster-logging-operator:latest
createdAt: "2023-11-30T08:57:29Z"
createdAt: "2023-11-30T20:36:12Z"
description: The Red Hat OpenShift Logging Operator for OCP provides a means for
configuring and managing your aggregated logging stack.
olm.skipRange: '>=5.7.0-0 <5.9.0'
Expand Down
8 changes: 6 additions & 2 deletions internal/constants/constants.go
Original file line number Diff line number Diff line change
Expand Up @@ -132,8 +132,12 @@ const (
EventReasonRemoveObject = "RemoveObject"
EventReasonUpdateObject = "UpdateObject"

MigrateDefaultOutput = "default-replaced"
ClusterLoggingAvailable = "isClusterLoggingAvailable"
MigrateInputPrefix = "migrateInput"
MigrateInputApplication = "migrateInputapplication"
MigrateInputInfrastructure = "migrateInputinfrastructure"
MigrateInputAudit = "migrateInputaudit"
MigrateDefaultOutput = "default-replaced"
ClusterLoggingAvailable = "isClusterLoggingAvailable"

OptimisticLockErrorMsg = "the object has been modified; please apply your changes to the latest version and try again"
OTELSchema = "opentelemetry"
Expand Down
Loading