Skip to content

Commit

Permalink
Merge pull request #301 from mareklibra/fixNotificationsPackagesVersions
Browse files Browse the repository at this point in the history
Fix notifications packages' versions
  • Loading branch information
pkliczewski authored Oct 23, 2024
2 parents 550d423 + ca4098b commit ce75227
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions docs/release-1.2/existing-rhdh.md
Original file line number Diff line number Diff line change
Expand Up @@ -143,8 +143,8 @@ To enable the Notifications plugin, edit the same ConfigMaps.
For the `dynamic-plugins` ConfigMap add:
```yaml
- disabled: false
package: "@redhat/plugin-notifications-dynamic@0.2.0-rc.0-0"
integrity: sha512-wmISWN02G4OiBF7y8Jpl5KCbDfhzl70s+r0h2tdVh1IIwYmojH5pqXFQAhDd3FTlqYc8yqDG8gEAQ8v66qbU1g==
package: "@redhat/plugin-notifications-dynamic@1.2.0"
integrity: sha512-1mhUl14v+x0Ta1o8Sp4KBa02izGXHd+wsiCVsDP/th6yWDFJsfSMf/DyMIn1Uhat1rQgVFRUMg8QgrvbgZCR/w==
pluginConfig:
dynamicPlugins:
frontend:
Expand All @@ -159,8 +159,8 @@ For the `dynamic-plugins` ConfigMap add:
importName: NotificationsSidebarItem
path: /notifications
- disabled: false
package: "@redhat/plugin-notifications[email protected]"
integrity: sha512-1mhUl14v+x0Ta1o8Sp4KBa02izGXHd+wsiCVsDP/th6yWDFJsfSMf/DyMIn1Uhat1rQgVFRUMg8QgrvbgZCR/w==
package: "@redhat/plugin-signals[email protected]"
integrity: sha512-5tbZyRob0JDdrI97HXb7JqFIzNho1l7JuIkob66J+ZMAPCit+pjN1CUuPbpcglKyyIzULxq63jMBWONxcqNSXw==
pluginConfig:
dynamicPlugins:
frontend:
Expand Down Expand Up @@ -193,6 +193,7 @@ The RHDH instance will be restarted automatically on ConfigMap changes.
Optionally, include the plugin-notifications-backend-module-email-dynamic to fan-out notifications as emails.
The environment variables below need to be provided to the RHDH instance.
See more configuration options for the plugin [here](https://github.com/backstage/backstage/blob/master/plugins/notifications-backend-module-email/config.d.ts).

```
- disabled: false #
package: "@redhat/plugin-notifications-backend-module[email protected]"
Expand Down

0 comments on commit ce75227

Please sign in to comment.